Theorems · Theorem · measure theory
MeasureTheory.integral_llr_tilted_left
∀ {α : Type u_1} {mα : MeasurableSpace α} {μ ν : MeasureTheory.Measure α} {f : α → ℝ}
[MeasureTheory.IsProbabilityMeasure μ] [MeasureTheory.SigmaFinite ν],
μ.AbsolutelyContinuous ν →
MeasureTheory.Integrable f μ →
MeasureTheory.Integrable (MeasureTheory.llr μ ν) μ →
MeasureTheory.Integrable (fun x => Real.exp (f x)) μ →
AEMeasurable f ν →
∫ (x : α), MeasureTheory.llr (μ.tilted f) ν x ∂μ =
∫ (x : α), MeasureTheory.llr μ ν x ∂μ + ∫ (x : α), f x ∂μ - Real.log (∫ (x : α), Real.exp (f x) ∂μ)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 259 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- one_mulproof · cited by 2,841
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- Real.logstatement and proof · cited by 939
- Real.expstatement and proof · cited by 871
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- MeasureTheory.Measure.AbsolutelyContinuousstatement and proof · cited by 325
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.