Mathlib Map

Theorems · Theorem · linear algebra

Matrix.posSemidef_conjTranspose_mul_self

∀ {m : Type u_1} {n : Type u_2} {R : Type u_3} [inst : Ring R] [inst_1 : PartialOrder R] [inst_2 : StarRing R]
  [inst_3 : Fintype m] [Finite n] [StarOrderedRing R] (A : Matrix m n R), (A.conjTranspose * A).PosSemidef

The conjugate transpose of a matrix multiplied by the matrix is positive semidefinite

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

Around this declaration

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

Cites22

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.