theorem
ShearerEntropy.marginal_comp
{n : ℕ}
{Ω : Type u_1}
[Fintype Ω]
[DecidableEq Ω]
(p : PMF (Fin n → Ω))
(A B : Finset (Fin n))
(hBA : B ⊆ A)
:
Marginal composition: when $B \subseteq A$, marginalizing $p$ onto $B$ equals marginalizing $p$ onto $A$ first and then restricting further to $B$.
theorem
ShearerEntropy.shannonEntropy_map_le
{S : Type u_1}
{T : Type u_2}
[Fintype S]
[Fintype T]
[DecidableEq T]
(q : PMF S)
(f : S → T)
:
The Shannon entropy is non-increasing under deterministic maps: $H(f(X)) \le H(X)$.
theorem
ShearerEntropy.marginal_entropy_mono
{n : ℕ}
{Ω : Type u_1}
[Fintype Ω]
[DecidableEq Ω]
(p : PMF (Fin n → Ω))
(A B : Finset (Fin n))
(hBA : B ⊆ A)
:
Monotonicity of marginal entropy: $H(p|_B) \le H(p|_A)$ whenever $B \subseteq A$.