Theorems · Theorem · linear algebra
Matrix.PosDef.dotProduct_mulVec_pos
∀ {n : Type u_2} {R : Type u_3} [inst : Ring R] [inst_1 : PartialOrder R] [inst_2 : StarRing R] [inst_3 : Fintype n]
{M : Matrix n n R}, M.PosDef → ∀ {x : n → R}, x ≠ 0 → 0 < star x ⬝ᵥ M.mulVec xA 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
- 7 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- Matrixstatement and proof · cited by 4,303
- StarRingstatement and proof · cited by 1,686
- Star.starstatement · cited by 1,082
- Matrix.mulVecstatement · cited by 267
- dotProductstatement · cited by 194
- Matrix.PosDefstatement and proof · cited by 68
- Matrix.posDef_iff_dotProduct_mulVecproof · cited by 3
Cited by7
Results whose statement or proof uses this declaration.
- Matrix.PosDef.isUnitproof · cited by 4
- Matrix.PosDef.conjTranspose_mul_mul_sameproof · cited by 3
- Matrix.linearIndependent_of_posDef_gramproof · cited by 2
- Matrix.PosDef.toQuadraticForm'proof · cited by 1
- Matrix.lt_two_mul_of_mul_diagonal_posDef_of_for_le_of_hasEigenproof · cited by 1
- Matrix.PosDef.hadamardproof · cited by 0
- Matrix.PosDef.re_dotProduct_posproof · cited by 0