Theorems · Theorem · linear algebra
Matrix.pow_col_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).col i = 0 → k ≤ l → (M ^ l).col i = 0- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 0 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.mulVecproof · cited by 267
- Matrix.colstatement and proof · cited by 56
- Matrix.mulVec_mulVecproof · cited by 15
- Matrix.mulVec_zeroproof · cited by 6
- Matrix.mulVec_single_oneproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.