Theorems · Theorem · linear algebra
Matrix.trace_mul_cycle
∀ {m : Type u_2} {n : Type u_3} {p : Type u_4} {R : Type u_6} [inst : Fintype m] [inst_1 : Fintype n]
[inst_2 : Fintype p] [inst_3 : NonUnitalCommSemiring R] (A : Matrix m n R) (B : Matrix n p R) (C : Matrix p m R),
(A * B * C).trace = (C * A * B).trace- Defined in
- Mathlib.LinearAlgebra.Matrix.Trace
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Matrix.tracestatement and proof · cited by 114
- Matrix.mul_assocproof · cited by 56
- NonUnitalCommSemiringstatement and proof · cited by 29
- Matrix.trace_mul_commproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.trace_units_conjproof · cited by 2
- Matrix.PosSemidef.trace_eq_zero_iffproof · cited by 0