Theorems · Theorem · linear algebra
Matrix.trace_mul_comm
∀ {m : Type u_2} {n : Type u_3} {R : Type u_6} [inst : Fintype m] [inst_1 : Fintype n] [inst_2 : AddCommMonoid R]
[inst_3 : CommMagma R] (A : Matrix m n R) (B : Matrix n m R), (A * B).trace = (B * A).trace- Defined in
- Mathlib.LinearAlgebra.Matrix.Trace
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Matrix.transposeproof · cited by 389
- Matrix.tracestatement and proof · cited by 114
- CommMagmastatement and proof · cited by 57
- Matrix.transpose_mulproof · cited by 14
- Matrix.trace_transposeproof · cited by 1
- Matrix.trace_transpose_mulproof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- LinearMap.trace_mul_commproof · cited by 8
- LinearMap.traceAux_eqproof · cited by 3
- Matrix.trace_mul_cycleproof · cited by 2
- LieAlgebra.matrix_trace_commutator_zeroproof · cited by 0
- Matrix.trace_mul_cycle'proof · cited by 0