Theorems · Theorem · linear algebra
Matrix.trace_conjTranspose_mul_self_eq_zero_iff
∀ {m : Type u_1} {n : Type u_2} [inst : Fintype n] [inst_1 : Fintype m] {R : Type u_5} [inst_2 : PartialOrder R]
[inst_3 : NonUnitalRing R] [inst_4 : StarRing R] [StarOrderedRing R] [NoZeroDivisors R] {A : Matrix m n R},
(A.conjTranspose * A).trace = 0 ↔ A = 0- Defined in
- Mathlib.LinearAlgebra.Matrix.PosDef
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- PartialOrderstatement and proof · cited by 6,410
- Matrixstatement and proof · cited by 4,303
- StarRingstatement and proof · cited by 1,686
- StarOrderedRingstatement and proof · cited by 587
- NoZeroDivisorsstatement and proof · cited by 545
- NonUnitalRingstatement and proof · cited by 422
- Matrix.conjTransposestatement · cited by 202
- Matrix.tracestatement · cited by 114
- dotProduct_star_self_eq_zeroproof · cited by 2
- Matrix.vec_eq_zero_iffproof · cited by 1
- Matrix.star_vec_dotProduct_vecproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.trace_mul_conjTranspose_self_eq_zero_iffproof · cited by 0