Theorems · Theorem · linear algebra
rank_matrix
∀ (R : Type u) [inst : Semiring R] [StrongRankCondition R] (m : Type v) (n : Type w) [Finite m] [Finite n],
Module.rank R (Matrix m n R) =
Cardinal.lift.{max v w u, v} (Cardinal.mk m) * Cardinal.lift.{max v w u, w} (Cardinal.mk n)If m and n are finite, the rank of m × n matrices is (#m).lift * (#n).lift.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Matrixstatement · cited by 4,303
- mul_oneproof · cited by 3,885
- Finitestatement and proof · cited by 3,029
- Cardinalstatement and proof · cited by 2,598
- Cardinal.mkstatement and proof · cited by 942
- Cardinal.liftstatement and proof · cited by 583
- Module.rankstatement · cited by 496
- StrongRankConditionstatement and proof · cited by 286
- Cardinal.lift_idproof · cited by 163
- Cardinal.lift_liftproof · cited by 53
- Cardinal.lift_oneproof · cited by 33
Cited by1
Results whose statement or proof uses this declaration.
- rank_matrix'proof · cited by 0