Theorems · Theorem · probability
ProbabilityTheory.covariance_add_const_left
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {X Y : Ω → ℝ} {μ : MeasureTheory.Measure Ω}
[MeasureTheory.IsProbabilityMeasure μ],
MeasureTheory.Integrable X μ →
∀ (c : ℝ), ProbabilityTheory.covariance (fun ω => X ω + c) Y μ = ProbabilityTheory.covariance X Y μ- Defined in
- Mathlib.Probability.Moments.Covariance
- Cited by
- 3 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.
Cites15
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
- NormedAddCommGroupproof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- one_mulproof · cited by 2,841
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- ProbabilityTheory.covariancestatement · cited by 96
- MeasureTheory.integral_constproof · cited by 75
- MeasureTheory.integrable_constproof · cited by 73
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.covariance_add_const_rightproof · cited by 2
- ProbabilityTheory.covariance_const_add_leftproof · cited by 1
- ProbabilityTheory.covariance_sub_const_leftproof · cited by 0