Theorems · Theorem · measure theory
MeasureTheory.condExp_def
∀ {α : Type u_5} {E : Type u_6} (m : MeasurableSpace α) {m₀ : MeasurableSpace α} [inst : NormedAddCommGroup E]
[inst_1 : NormedSpace ℝ E] (μ : MeasureTheory.Measure α) (f : α → E),
μ[f | m] =
if hm : m ≤ m₀ then
if h : MeasureTheory.SigmaFinite (μ.trim hm) ∧ MeasureTheory.Integrable f μ then
if MeasureTheory.StronglyMeasurable f then f
else
have this := ⋯;
MeasureTheory.AEStronglyMeasurable.mk ↑↑(MeasureTheory.condExpL1 hm μ f) ⋯
else 0
else 0- Cited by
- 3 results in Mathlib
- Foundations
- Depth 294 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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 by3
Results whose statement or proof uses this declaration.
- MeasureTheory.condExp_of_not_sigmaFiniteproof · cited by 28
- MeasureTheory.condExp_of_not_leproof · cited by 27
- MeasureTheory.condExp_of_sigmaFiniteproof · cited by 5