Theorems · Theorem · linear algebra
Matrix.lift_cRank_submatrix_le
∀ {m : Type um} {m₀ : Type um₀} {n : Type un} {n₀ : Type un₀} {R : Type uR} [inst : Semiring R] (A : Matrix m n R)
(r : m₀ → m) (c : n₀ → n),
Cardinal.lift.{um, max uR um₀} (A.submatrix r c).cRank ≤ Cardinal.lift.{um₀, max uR um} A.cRank- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 3 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.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHom.idproof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- LinearMapproof · cited by 10,215
- Submoduleproof · cited by 7,192
- Set.imageproof · cited by 5,609
- Set.rangeproof · cited by 4,705
- Matrixstatement and proof · cited by 4,303
- Set.univproof · cited by 3,945
- Equiv.symmproof · cited by 3,681
- LE.le.transproof · cited by 3,151
- Cardinalstatement and proof · cited by 2,598
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.lift_cRank_submatrixproof · cited by 3
- Matrix.cRank_submatrix_leproof · cited by 0
- Matrix.eRank_submatrix_leproof · cited by 0