Theorems · Theorem · information theory
InformationTheory.integral_llr_add_sub_measure_univ_nonneg
∀ {α : Type u_1} {mα : MeasurableSpace α} {μ ν : MeasureTheory.Measure α} [MeasureTheory.IsFiniteMeasure μ]
[MeasureTheory.IsFiniteMeasure ν],
μ.AbsolutelyContinuous ν →
MeasureTheory.Integrable (MeasureTheory.llr μ ν) μ →
0 ≤ ∫ (x : α), MeasureTheory.llr μ ν x ∂μ + ν.real Set.univ - μ.real Set.univGibbs' inequality: the Kullback-Leibler divergence is nonnegative.
Note that since klDiv takes value in ℝ≥0∞ (defined when it is finite as ENNReal.ofReal (...)),
it is nonnegative by definition. This lemma proves that the argument of ENNReal.ofReal
is also nonnegative.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.univstatement · cited by 3,945
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.realstatement · cited by 530
- MeasureTheory.Measure.AbsolutelyContinuousstatement and proof · cited by 325
- ENNReal.toReal_nonnegproof · cited by 86
- MeasureTheory.llrstatement and proof · cited by 59
- MeasureTheory.integral_nonnegproof · cited by 52
Cited by3
Results whose statement or proof uses this declaration.
- InformationTheory.toReal_klDivproof · cited by 3
- InformationTheory.klDiv_compProd_eq_addproof · cited by 0
- InformationTheory.integral_llr_add_mul_log_nonnegproof · cited by 0