Theorems · Theorem · measure theory
MeasureTheory.rnDeriv_tilted_right
∀ {α : Type u_1} {mα : MeasurableSpace α} {f : α → ℝ} (μ ν : MeasureTheory.Measure α) [MeasureTheory.SigmaFinite μ]
[MeasureTheory.SigmaFinite ν],
MeasureTheory.Integrable (fun x => Real.exp (f x)) ν →
μ.rnDeriv (ν.tilted f) =ᵐ[ν] fun x =>
ENNReal.ofReal (Real.exp (-f x) * ∫ (x : α), Real.exp (f x) ∂ν) * μ.rnDeriv ν x- Defined in
- Mathlib.MeasureTheory.Measure.Tilted
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 258 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- ENNRealstatement and proof · cited by 9,879
- MeasureTheory.aestatement · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- MeasureTheory.integralstatement and proof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- Real.expstatement and proof · cited by 871
- ENNReal.ofRealstatement and proof · cited by 863
- div_eq_mul_invproof · cited by 715
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.toReal_rnDeriv_tilted_rightproof · cited by 1