Theorems · Theorem · linear algebra
Matrix.zpow_add_one
∀ {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 → ∀ (n : ℤ), A ^ (n + 1) = A ^ n * A- Defined in
- Mathlib.LinearAlgebra.Matrix.ZPow
- Cited by
- 3 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.
Cites15
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
- IsUnitstatement and proof · cited by 1,602
- Matrix.detstatement and proof · cited by 665
- pow_succproof · cited by 374
- zpow_natCastproof · cited by 271
- pow_succ'proof · cited by 228
- neg_add_cancel_rightproof · cited by 75
- neg_addproof · cited by 69
- Matrix.mul_assocproof · cited by 56
- Matrix.mul_oneproof · cited by 45
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.zpow_addproof · cited by 3
- Matrix.zpow_sub_oneproof · cited by 1
- Matrix.zpow_add_one_of_ne_neg_oneproof · cited by 0