Helper

centropy_jcond_determined_fibers

Section conditional_entropy_with_functional_constraint
Type Lemma
Proof Lines 50

Signature

Lemma centropy_jcond_determined_fibers (fiber_card : nat) : (forall y z, `Pr[[% Y, Z] = (y, z)] != 0 -> #|[set x' | g x' y == z]| = fiber_card) -> (0 < fiber_card)%N -> `H(X | [% Y, Z]) = log (fiber_card%:R : R).

Description

When fibers have constant cardinality and X is uniform over each fiber, the conditional entropy is log(fiber_card). Joint conditioning version.

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