Helper

entropy_uniform_set

Section fiber_entropy
Type Lemma
Proof Lines 6

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 GitHub
Loading source code...
← Back to Stats