Theorems · Theorem · probability
ProbabilityTheory.covariance_map
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {X Y : Ω → ℝ} {Ω' : Type u_2} {mΩ' : MeasurableSpace Ω'}
{μ : MeasureTheory.Measure Ω'} {Z : Ω' → Ω},
MeasureTheory.AEStronglyMeasurable X (MeasureTheory.Measure.map Z μ) →
MeasureTheory.AEStronglyMeasurable Y (MeasureTheory.Measure.map Z μ) →
AEMeasurable Z μ →
ProbabilityTheory.covariance X Y (MeasureTheory.Measure.map Z μ) =
ProbabilityTheory.covariance (X ∘ Z) (Y ∘ Z) μ- Defined in
- Mathlib.Probability.Moments.Covariance
- Cited by
- 5 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.
Cites12
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
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- ProbabilityTheory.covariancestatement · cited by 96
- MeasureTheory.integral_mapproof · cited by 67
- MeasureTheory.aestronglyMeasurable_constproof · cited by 44
- MeasureTheory.AEStronglyMeasurable.subproof · cited by 21
- MeasureTheory.AEStronglyMeasurable.mulproof · cited by 19
Cited by5
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussianProcess.isPreBrownianReal_of_covarianceproof · cited by 4
- ProbabilityTheory.measurePreserving_restrict₂_multivariateGaussianproof · cited by 1
- ProbabilityTheory.covarianceBilin_apply_basisFunproof · cited by 1
- ProbabilityTheory.HasLaw.covariance_compproof · cited by 1
- ProbabilityTheory.covariance_map_funproof · cited by 1