Main

centropy1_as_sum

Section fiber_entropy
Type Lemma
Proof Lines 8

Signature

Lemma centropy1_as_sum (c : CodomainT) : `Pr[Y = c] != 0 -> `H[X | Y = c] = - \sum_(x : DomainT) `Pr[X = x | Y = c] * log (`Pr[X = x | Y = c]).

Description

Conditional entropy expanded as negative sum of p*log(p) over domain.

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