Theorems · Theorem · linear algebra
Matrix.zpow_add
∀ {n' : Type u_1} [inst : DecidableEq n'] [inst_1 : Fintype n'] {R : Type u_2} [inst_2 : CommRing R]
{A : Matrix n' n' R}, IsUnit A.det → ∀ (m n : ℤ), A ^ (m + n) = A ^ m * A ^ n- Defined in
- Mathlib.LinearAlgebra.Matrix.ZPow
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 115 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.
Cites14
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
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- mul_assocproof · cited by 1,667
- IsUnitstatement and proof · cited by 1,602
- pow_zeroproof · cited by 1,094
- Matrix.detstatement and proof · cited by 665
- zpow_ofNatproof · cited by 144
- add_sub_assocproof · cited by 72
- Int.induction_onproof · cited by 21
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.zpow_subproof · cited by 0
- Matrix.zpow_add_of_nonposproof · cited by 0
- Matrix.zpow_one_addproof · cited by 0