Theorems · Theorem · probability
ProbabilityTheory.condVar_of_sigmaFinite
∀ {Ω : Type u_1} {m₀ m : MeasurableSpace Ω} {hm : m ≤ m₀} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω}
[inst : MeasureTheory.SigmaFinite (μ.trim hm)],
ProbabilityTheory.condVar m X μ =
if MeasureTheory.Integrable (fun ω => (X ω - μ[X | m] ω) ^ 2) μ then
if MeasureTheory.StronglyMeasurable fun ω => (X ω - μ[X | m] ω) ^ 2 then fun ω => (X ω - μ[X | m] ω) ^ 2
else MeasureTheory.AEStronglyMeasurable.mk ↑↑(MeasureTheory.condExpL1 hm μ fun ω => (X ω - μ[X | m] ω) ^ 2) ⋯
else 0- Defined in
- Mathlib.Probability.CondVar
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 296 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasureTheory.SigmaFinite
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- AddSubgroupstatement · cited by 3,232
- MeasureTheory.Integrablestatement · cited by 1,367
- MeasureTheory.AEEqFunstatement · cited by 856
- MeasureTheory.Lpstatement · cited by 715
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
- MeasureTheory.AEEqFun.caststatement · cited by 380
- MeasureTheory.StronglyMeasurablestatement · cited by 363
- MeasureTheory.Measure.trimstatement and proof · cited by 286
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.