Helper
entropy_sum_split
Signature
Lemma entropy_sum_split (A : finType) (S : pred A) (p : R) (pmf : A -> R) : (forall a, S a -> pmf a = p) -> (forall a, ~~ S a -> pmf a = 0) -> (- \sum_(a : A) pmf a * log (pmf a)) = (- \sum_(a : A | S a) p * log p).
Description
Entropy sum over a subset with uniform probability
Uses (0)
This lemma does not use any other lemmas from the stats.
Used By (0)
No lemmas in the stats use this lemma.
Coq Source Code
View on GitHubLoading source code...