Helper
logr_eq1
Signature
Lemma logr_eq1 (x : R) : 0 < x -> (log x = 0) <-> (x = 1).
Description
log x = 0 iff x = 1 (for positive x). This is fundamental for entropy calculations where log(prob) = 0 implies the probability is 1 (certainty).
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...