Theorems · Theorem · probability
ProbabilityTheory.setIntegral_condVar
∀ {Ω : Type u_1} {m₀ m : MeasurableSpace Ω} {hm : m ≤ m₀} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {s : Set Ω}
[MeasureTheory.SigmaFinite (μ.trim hm)],
MeasureTheory.Integrable ((X - μ[X | m]) ^ 2) μ →
MeasurableSet s → ∫ (ω : Ω) in s, ProbabilityTheory.condVar m X μ ω ∂μ = ∫ (ω : Ω) in s, (X ω - μ[X | m] ω) ^ 2 ∂μThe integral of the conditional variance Var[X | m] over an m-measurable set is equal to
the integral of (X - μ[X | m]) ^ 2 on that set.
- Defined in
- Mathlib.Probability.CondVar
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 298 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Measure.restrictstatement · cited by 1,646
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
- MeasureTheory.Measure.trimstatement and proof · cited by 286
- MeasureTheory.condExpstatement and proof · cited by 234
- ProbabilityTheory.condVarstatement · cited by 21
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.