Theorems · Theorem · measure theory
MeasureTheory.condExp_of_sigmaFinite
∀ {α : Type u_1} {E : Type u_3} {m m₀ : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → E}
[inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] (hm : m ≤ m₀) [hμm : MeasureTheory.SigmaFinite (μ.trim hm)],
μ[f | m] =
if MeasureTheory.Integrable f μ then
if MeasureTheory.StronglyMeasurable f then f
else MeasureTheory.AEStronglyMeasurable.mk ↑↑(MeasureTheory.condExpL1 hm μ f) ⋯
else 0- Cited by
- 5 results in Mathlib
- Foundations
- Depth 295 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- AddSubgroupstatement · cited by 3,232
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.AEEqFunstatement · cited by 856
- MeasureTheory.Lpstatement · cited by 715
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
- MeasureTheory.AEEqFun.caststatement and proof · cited by 380
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.stronglyMeasurable_condExpproof · cited by 35
- MeasureTheory.condExp_of_stronglyMeasurableproof · cited by 21
- MeasureTheory.condExp_of_not_integrableproof · cited by 19
- MeasureTheory.condExp_ae_eq_condExpL1proof · cited by 9
- ProbabilityTheory.condVar_of_sigmaFiniteproof · cited by 0