Theorems · Theorem · probability
ProbabilityTheory.meas_ge_le_variance_div_sq
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsFiniteMeasure μ] {X : Ω → ℝ},
MeasureTheory.MemLp X 2 μ →
∀ {c : ℝ}, 0 < c → μ {ω | c ≤ |X ω - ∫ (x : Ω), X x ∂μ|} ≤ ENNReal.ofReal (ProbabilityTheory.variance X μ / c ^ 2)Chebyshev's inequality: one can control the deviation probability of a real random variable from its expectation in terms of the variance.
- Defined in
- Mathlib.Probability.Moments.Variance
- Cited by
- 1 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.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · 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
- ENNRealstatement and proof · cited by 9,879
- Set.ofPredstatement and proof · cited by 6,101
- LT.lt.leproof · cited by 2,189
- absstatement and proof · cited by 1,814
- MeasureTheory.integralstatement and proof · cited by 1,779
- ENNReal.ofNNRealproof · cited by 1,279
- NNReal.toRealproof · cited by 1,260
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.strong_law_aux1proof · cited by 1