Mathlib Map

Theorems · Definition · linear algebra

Matrix.PosSemidef

{n : Type u_2} → {R : Type u_3} → [inst : Ring R] → [PartialOrder R] → [StarRing R] → Matrix n n R → Prop

A matrix M : Matrix n n R is positive semidefinite if it is Hermitian and xᴴ * M * x is nonnegative for all x of finite support.

Defined in
Mathlib.LinearAlgebra.Matrix.PosDef
Cited by
76 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingPartialOrderStarRing

Around this declaration

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

Cites8

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

Cited by81

Results whose statement or proof uses this declaration.