Theorems · Definition · linear algebra
Matrix.eRank
{m : Type um} → {n : Type un} → {R : Type uR} → [Semiring R] → Matrix m n R → ℕ∞The rank of a matrix, defined as the dimension of its column space, as a term in ℕ∞.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- ENatstatement · cited by 4,985
- Matrixstatement and proof · cited by 4,303
- Cardinal.toENatproof · cited by 92
- Matrix.cRankproof · cited by 16
Cited by11
Results whose statement or proof uses this declaration.
- Matrix.eRank_submatrixstatement · cited by 1
- Matrix.eRank_toNat_eq_finrankstatement · cited by 1
- Matrix.eRank_zerostatement · cited by 0
- Matrix.eRank_diagonalstatement · cited by 0
- Matrix.eRank_le_card_heightstatement and proof · cited by 0
- Matrix.eRank_le_card_widthstatement and proof · cited by 0
- Matrix.eRank_onestatement · cited by 0
- Matrix.eRank_reindexstatement · cited by 0
- Matrix.eRank_submatrix_lestatement · cited by 0
- Matrix.eRank_subsingletonstatement · cited by 0
- Matrix.eRank_toNat_eq_rankstatement · cited by 0