Theorems · Theorem · linear algebra
Matrix.PosSemidef.dotProduct_mulVec_zero_iff
∀ {𝕜 : Type u_1} {n : Type u_2} [inst : RCLike 𝕜] [inst_1 : Fintype n] {A : Matrix n n 𝕜},
A.PosSemidef → ∀ (x : n → 𝕜), star x ⬝ᵥ A.mulVec x = 0 ↔ A.mulVec x = 0For A positive semidefinite, we have x⋆ A x = 0 iff A x = 0.
- Defined in
- Mathlib.Analysis.Matrix.Order
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 266 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Matrixstatement and proof · cited by 4,303
- RCLikestatement and proof · cited by 2,829
- Star.starstatement and proof · cited by 1,082
- Matrix.mulVecstatement and proof · cited by 267
- Matrix.conjTransposeproof · cited by 202
- dotProductstatement and proof · cited by 194
- star_starproof · cited by 135
- RCLike.toPartialOrderstatement · cited by 106
- Matrix.PosSemidefstatement and proof · cited by 76
- Matrix.dotProduct_mulVecproof · cited by 19
- dotProduct_zeroproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.PosSemidef.toLinearMap₂'_zero_iffproof · cited by 2