Theorems · Definition · linear algebra
Matrix.PosDef
{n : Type u_2} → {R : Type u_3} → [inst : Ring R] → [PartialOrder R] → [StarRing R] → Matrix n n R → PropA matrix M : Matrix n n R is positive definite if it is Hermitian
and xᴴMx is greater than zero for all nonzero x.
- Defined in
- Mathlib.LinearAlgebra.Matrix.PosDef
- Cited by
- 68 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.
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- Finsuppproof · cited by 5,255
- Matrixstatement and proof · cited by 4,303
- StarRingstatement and proof · cited by 1,686
- Star.starproof · cited by 1,082
- Finsupp.sumproof · cited by 481
- Matrix.IsHermitianproof · cited by 126
Cited by74
Results whose statement or proof uses this declaration.
- Matrix.PosDef.dotProduct_mulVec_posstatement and proof · cited by 7
- LDL.lowerInvstatement and proof · cited by 6
- Matrix.PosDef.posSemidefstatement and proof · cited by 5
- Matrix.PosDef.diagonalstatement · cited by 4
- Matrix.PosDef.isHermitianstatement and proof · cited by 4
- Matrix.PosDef.isUnitstatement and proof · cited by 4
- Matrix.PosDef.of_dotProduct_mulVec_posstatement · cited by 4
- Matrix.PosDef.conjTranspose_mul_mul_samestatement and proof · cited by 3
- Matrix.posDef_iff_dotProduct_mulVecstatement · cited by 3
- Matrix.PosSemidef.posDef_iff_isUnitstatement and proof · cited by 3
- LDL.diagstatement and proof · cited by 2
- LDL.diagEntriesstatement and proof · cited by 2