Mathlib Map

Theorems · Theorem · linear algebra

Matrix.posSemidef_gram

∀ {E : Type u_1} {n : Type u_2} (𝕜 : Type u_4) [inst : RCLike 𝕜] [inst_1 : SeminormedAddCommGroup E]
  [inst_2 : InnerProductSpace 𝕜 E] [Finite n] (v : n → E), (Matrix.gram 𝕜 v).PosSemidef

A Gram matrix is positive semidefinite.

Defined in
Mathlib.Analysis.InnerProductSpace.GramMatrix
Cited by
4 results in Mathlib
Foundations
Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeSeminormedAddCommGroupInnerProductSpaceFinite

Around this declaration

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

Cites23

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

Cited by4

Results whose statement or proof uses this declaration.