Theorems · Theorem · probability
ProbabilityTheory.covarianceBilin_apply_pi
∀ {ι : Type u_2} {Ω : Type u_3} [inst : Fintype ι] {mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω}
[MeasureTheory.IsFiniteMeasure μ] {X : ι → Ω → ℝ},
(∀ (i : ι), MeasureTheory.MemLp (X i) 2 μ) →
∀ (x y : EuclideanSpace ℝ ι),
((ProbabilityTheory.covarianceBilin (MeasureTheory.Measure.map (fun ω => WithLp.toLp 2 fun x => X x ω) μ)) x) y =
∑ i, ∑ j, x.ofLp i * y.ofLp j * ProbabilityTheory.covariance (X i) (X j) μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 274 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
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
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Fintypestatement and proof · cited by 7,736
- ContinuousLinearMapstatement · cited by 5,352
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- Inner.innerproof · cited by 1,089
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussianProcess.isPreBrownianReal_of_covarianceproof · cited by 4