Theorems · Theorem · measure theory
MeasureTheory.condLExp_def
∀ {Ω : Type u_2} {mΩ₀ : MeasurableSpace Ω} (mΩ : MeasurableSpace Ω) (P : MeasureTheory.Measure Ω) (X : Ω → ENNReal),
P⁻[X | mΩ] =
if hm : mΩ ≤ mΩ₀ then
if MeasureTheory.SigmaFinite (P.trim hm) then
if Measurable X then X else ((P.withDensity X).trim hm).rnDeriv (P.trim hm)
else 0
else 0- Cited by
- 4 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
- MeasureTheory.Measure.trimstatement and proof · cited by 286
- MeasureTheory.Measure.withDensitystatement and proof · cited by 265
- MeasureTheory.Measure.rnDerivstatement and proof · cited by 234
- MeasureTheory.condLExpstatement · cited by 38
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.condLExp_of_not_leproof · cited by 14
- MeasureTheory.condLExp_of_not_sigmaFiniteproof · cited by 14
- MeasureTheory.condLExp_eq_selfproof · cited by 3
- MeasureTheory.condLExp_of_not_sub_sigma_measurableproof · cited by 2