Theorems · Theorem · information theory
InformationTheory.integral_llr_compProd_eq_add
∀ {𝓧 : Type u_1} {𝓨 : Type u_2} {m𝓧 : MeasurableSpace 𝓧} {m𝓨 : MeasurableSpace 𝓨} {μ ν : MeasureTheory.Measure 𝓧}
{κ η : ProbabilityTheory.Kernel 𝓧 𝓨} [MeasureTheory.IsFiniteMeasure μ] [MeasureTheory.IsFiniteMeasure ν]
[ProbabilityTheory.IsMarkovKernel κ] [ProbabilityTheory.IsMarkovKernel η],
(μ.compProd κ).AbsolutelyContinuous (ν.compProd η) →
MeasureTheory.Integrable (MeasureTheory.llr (μ.compProd κ) (ν.compProd η)) (μ.compProd κ) →
∫ (p : 𝓧 × 𝓨), MeasureTheory.llr (μ.compProd κ) (ν.compProd η) p ∂μ.compProd κ =
∫ (a : 𝓧), MeasureTheory.llr μ ν a ∂μ +
∫ (p : 𝓧 × 𝓨), MeasureTheory.llr (μ.compProd κ) (μ.compProd η) p ∂μ.compProd κChain rule for the integral of the log-likelihood ratio, under absolute continuity and integrability assumptions.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 272 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
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
- NormedAddCommGroupproof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Norm.normproof · cited by 5,413
- Filter.Eventuallyproof · cited by 3,134
- one_mulproof · cited by 2,841
- MeasureTheory.aeproof · cited by 2,352
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
Cited by1
Results whose statement or proof uses this declaration.
- InformationTheory.klDiv_compProd_eq_addproof · cited by 0