Theorems · Theorem · linear algebra
Matrix.ext_iff_trace_mul_left
∀ {m : Type u_2} {n : Type u_3} {R : Type u_6} [inst : Fintype m] [inst_1 : Fintype n] [inst_2 : NonAssocSemiring R]
{A B : Matrix m n R}, A = B ↔ ∀ (x : Matrix n m R), (x * A).trace = (x * B).traceMatrices A and B are equal iff (x * A).trace = (x * B).trace for all x.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Trace
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- one_mulproof · cited by 2,841
- NonAssocSemiringstatement and proof · cited by 805
- Matrix.extproof · cited by 540
- Matrix.singleproof · cited by 129
- Matrix.tracestatement and proof · cited by 114
- Matrix.trace_single_mulproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.