Theorems · Theorem · probability
ProbabilityTheory.HasLaw.covariance_fun_comp
∀ {Ω : Type u_1} {𝓧 : Type u_2} {mΩ : MeasurableSpace Ω} {m𝓧 : MeasurableSpace 𝓧} {X : Ω → 𝓧}
{μ : MeasureTheory.Measure 𝓧} {P : MeasureTheory.Measure Ω},
ProbabilityTheory.HasLaw X μ P →
∀ {f g : 𝓧 → ℝ},
AEMeasurable f μ →
AEMeasurable g μ →
ProbabilityTheory.covariance (fun ω => f (X ω)) (fun ω => g (X ω)) P = ProbabilityTheory.covariance f g μ- Defined in
- Mathlib.Probability.HasLaw
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- AEMeasurablestatement and proof · cited by 840
- ProbabilityTheory.covariancestatement · cited by 96
- ProbabilityTheory.HasLawstatement and proof · cited by 69
- ProbabilityTheory.HasLaw.covariance_compproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsPreBrownianReal.covariance_evalproof · cited by 5