Theorems · Theorem · probability
ProbabilityTheory.evariance_mul
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} (c : ℝ) (X : Ω → ℝ) (μ : MeasureTheory.Measure Ω),
ProbabilityTheory.evariance (fun ω => c * X ω) μ = ENNReal.ofReal (c ^ 2) * ProbabilityTheory.evariance X μ- Defined in
- Mathlib.Probability.Moments.Variance
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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 and proof · cited by 9,879
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.lintegralproof · cited by 1,152
- LT.lt.neproof · cited by 872
- ENNReal.ofRealstatement and proof · cited by 863
- ENorm.enormproof · cited by 715
- mul_powproof · cited by 220
- mul_subproof · cited by 201
- sq_nonnegproof · cited by 106
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.variance_const_mulproof · cited by 5