Theorems · Definition · linear algebra
Matrix.cRank
{m : Type um} → {n : Type un} → {R : Type uR} → [Semiring R] → Matrix m n R → Cardinal.{max uR um}The rank of a matrix, defined as the dimension of its column space, as a cardinal.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 84 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.
Cites7
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
- Set.rangeproof · cited by 4,705
- Matrixstatement and proof · cited by 4,303
- Cardinalstatement · cited by 2,598
- Submodule.spanproof · cited by 1,504
- Module.rankproof · cited by 496
- Matrix.colproof · cited by 56
Cited by17
Results whose statement or proof uses this declaration.
- Matrix.eRankproof · cited by 11
- Matrix.lift_cRank_submatrixstatement and proof · cited by 3
- Matrix.lift_cRank_submatrix_lestatement and proof · cited by 3
- Matrix.cRank_diagonalstatement · cited by 1
- Matrix.cRank_le_card_heightstatement · cited by 1
- Matrix.cRank_le_card_widthstatement · cited by 1
- Matrix.cRank_onestatement · cited by 1
- Matrix.cRank_submatrixstatement · cited by 1
- Matrix.cRank_subsingletonstatement · cited by 1
- Matrix.cRank_toNat_eq_finrankstatement · cited by 1
- Matrix.cRank_zerostatement · cited by 1
- Matrix.eRank_toNat_eq_finrankproof · cited by 1