Theorems · Theorem · linear algebra
Matrix.pow_row_eq_zero_of_le
∀ {n : Type u_3} {R : Type u_7} [inst : Semiring R] [inst_1 : Fintype n] [inst_2 : DecidableEq n] {M : Matrix n n R}
{k l : ℕ} {i : n}, (M ^ k).row i = 0 → k ≤ l → (M ^ l).row i = 0- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringFintypeDecidableEq
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.
- Semiringstatement and proof · cited by 13,802
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Pi.singleproof · cited by 518
- pow_addproof · cited by 315
- Matrix.vecMulproof · cited by 148
- Matrix.rowstatement and proof · cited by 40
- Matrix.vecMul_vecMulproof · cited by 12
- Matrix.single_one_vecMulproof · cited by 2
- Matrix.zero_vecMulproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.isNilpotent_iff_forall_rowproof · cited by 1