Theorems · Theorem · linear algebra
Matrix.cRank_toNat_eq_finrank
∀ {m : Type um} {n : Type un} {R : Type uR} [inst : Semiring R] (A : Matrix m n R),
Cardinal.toNat A.cRank = Module.finrank R ↥(Submodule.span R (Set.range A.col))- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Submodulestatement · cited by 7,192
- Set.rangestatement · cited by 4,705
- Matrixstatement and proof · cited by 4,303
- Cardinalstatement · cited by 2,598
- Module.finrankstatement · cited by 1,770
- Submodule.spanstatement · cited by 1,504
- MonoidWithZeroHomstatement · cited by 704
- Cardinal.toNatstatement · cited by 153
- Matrix.colstatement · cited by 56
- Matrix.cRankstatement · cited by 16
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.cRank_toNat_eq_rankproof · cited by 0