Main
centropy1_uniform_fiber
Signature
Lemma centropy1_uniform_fiber (c : CodomainT) : `Pr[Y = c] != 0 -> let fiber_c := fiber f c in (forall x, x \in fiber_c -> `Pr[X = x | Y = c] = #|fiber_c|%:R ^-1) -> (forall x, x \notin fiber_c -> `Pr[X = x | Y = c] = 0) -> (0 < #|fiber_c|)%N -> `H[X | Y = c] = log (#|fiber_c|%:R : R).
Description
If X is uniform over fiber(c) given Y=c, then H(X|Y=c) = log|fiber(c)|. Key lemma for computing conditional entropy via fiber cardinality.
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...