Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.variance_eq_integral

∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω},
  AEMeasurable X μ → ProbabilityTheory.variance X μ = ∫ (ω : Ω), (X ω - ∫ (x : Ω), X x ∂μ) ^ 2 ∂μ
Defined in
Mathlib.Probability.Moments.Variance
Cited by
10 results in Mathlib
Foundations
Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

ProbabilityTheory.covariance_self · cited by 11ProbabilityTheory.covaria…ProbabilityTheory.variance_map · cited by 11ProbabilityTheory.varianc…ProbabilityTheory.variance_add_const · cited by 2ProbabilityTheory.varianc…ProbabilityTheory.condVar_bot · cited by 1ProbabilityTheory.condVar…ProbabilityTheory.variance_tilted_mul · cited by 1ProbabilityTheory.varianc…ProbabilityTheory.ae_eq_integral_of_variance_eq_zero · cited by 1ProbabilityTheory.ae_eq_i…ProbabilityTheory.variance_fun_id_gaussianReal · cited by 1ProbabilityTheory.varianc…ProbabilityTheory.variance_of_integral_eq_zero · cited by 0ProbabilityTheory.varianc…ProbabilityTheory.variance_dirac · cited by 0ProbabilityTheory.varianc…ProbabilityTheory.centralMoment_two_eq_variance · cited by 0ProbabilityTheory.central…Real · cited by 25697RealMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.integral · cited by 1779MeasureTheory.integralAEMeasurable · cited by 840AEMeasurableENorm.enorm · cited by 715ENorm.enormFilter.Eventually.of_forall · cited by 526Eventually.of_forallProbabilityTheory.variance · cited by 104ProbabilityTheory.variancesq_abs · cited by 49sq_absAEMeasurable.pow_const · cited by 27AEMeasurable.pow_consttoReal_enorm · cited by 20toReal_enormMeasureTheory.integral_toReal · cited by 15MeasureTheory.integral_to…ENNReal.toReal_pow · cited by 9ENNReal.toReal_powAEMeasurable.sub_const · cited by 9AEMeasurable.sub_constENNReal.pow_lt_top · cited by 4ENNReal.pow_lt_topProbabilityTheory.variance_eq…CITED BYCITES

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.