Theorems · Theorem · probability
ProbabilityTheory.variance_sum_pi
∀ {ι : Type u_2} [inst : Fintype ι] {Ω : ι → Type u_3} {mΩ : (i : ι) → MeasurableSpace (Ω i)}
{μ : (i : ι) → MeasureTheory.Measure (Ω i)} [∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)]
{X : (i : ι) → Ω i → ℝ},
(∀ (i : ι), MeasureTheory.MemLp (X i) 2 (μ i)) →
ProbabilityTheory.variance (∑ i, fun ω => X i (ω i)) (MeasureTheory.Measure.pi μ) =
∑ i, ProbabilityTheory.variance (X i) (μ i)- Defined in
- Mathlib.Probability.Moments.Variance
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 273 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Finsetproof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidproof · cited by 12,281
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- AEMeasurableproof · cited by 840
- MeasureTheory.MemLpstatement and proof · cited by 457
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.variance_dual_stdGaussianproof · cited by 1