Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.covarianceBilin_multivariateGaussian

∀ {ι : Type u_1} [inst : Fintype ι] [inst_1 : DecidableEq ι] {μ : EuclideanSpace ℝ ι} {S : Matrix ι ι ℝ},
  S.PosSemidef →
    ∀ (x y : EuclideanSpace ℝ ι),
      ((ProbabilityTheory.covarianceBilin (ProbabilityTheory.multivariateGaussian μ S)) x) y = x.ofLp ⬝ᵥ S.mulVec y.ofLp
Defined in
Mathlib.Probability.Distributions.Gaussian.Multivariate
Cited by
3 results in Mathlib
Foundations
Depth 317 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites40

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.