Helper
entropy_uniform_set
Signature
Lemma entropy_uniform_set (S : {set DomainT}) (n : nat) : #|S| = n -> (0 < n)%N -> (- \sum_(x in S) n%:R^-1 * log (n%:R^-1 : R)) = log (n%:R : R).
Description
* Entropy unfolded: sum of uniform probabilities equals log |S|.
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...