Theorems · Theorem · linear algebra
Matrix.Commute.mul_zpow
∀ {n' : Type u_1} [inst : DecidableEq n'] [inst_1 : Fintype n'] {R : Type u_2} [inst_2 : CommRing R]
{A B : Matrix n' n' R}, Commute A B → ∀ (i : ℤ), (A * B) ^ i = A ^ i * B ^ i- Defined in
- Mathlib.LinearAlgebra.Matrix.ZPow
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqFintypeCommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Commutestatement and proof · cited by 639
- zpow_natCastproof · cited by 271
- zpow_negSuccproof · cited by 92
- Commute.eqproof · cited by 91
- Commute.mul_powproof · cited by 22
- Commute.pow_powproof · cited by 14
- Matrix.mul_inv_revproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.