Maybe you're already aware or don't want to constantly update how Mathlib is used, but some of the things in your repo are already in Mathlib. For example some of the things here:
are at Mathlib.Analysis.SpecialFunctions.Log.NegMulLog.
I defined binary entropy (which maybe you don't need explicitly) which will be merged soon here
and there is measure-theoretic entropy which maybe will get merged eventually here
Maybe you're already aware or don't want to constantly update how Mathlib is used, but some of the things in your repo are already in Mathlib. For example some of the things here:
Lean-QuantumInfo/ClassicalInfo/Entropy.lean
Line 15 in aed3615
are at
Mathlib.Analysis.SpecialFunctions.Log.NegMulLog.I defined binary entropy (which maybe you don't need explicitly) which will be merged soon here
and there is measure-theoretic entropy which maybe will get merged eventually here