Theorems · Theorem · linear algebra
Matrix.lift_cRank_submatrix
∀ {m : Type um} {m₀ : Type um₀} {n₀ : Type un₀} {R : Type uR} {n : Type un} [inst : Semiring R] (A : Matrix m n R)
(em : m₀ ≃ m) (en : n₀ ≃ n),
Cardinal.lift.{um, max uR um₀} (A.submatrix ⇑em ⇑en).cRank = Cardinal.lift.{um₀, max uR um} A.cRank- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 91 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Equivstatement and proof · cited by 8,337
- Matrixstatement and proof · cited by 4,303
- Equiv.symmproof · cited by 3,681
- Cardinalstatement · cited by 2,598
- Cardinal.liftstatement and proof · cited by 583
- LE.le.antisymmproof · cited by 507
- Matrix.submatrixstatement and proof · cited by 183
- Matrix.reindexproof · cited by 102
- Equiv.self_comp_symmproof · cited by 28
- Matrix.submatrix_submatrixproof · cited by 24
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.eRank_submatrixproof · cited by 1
- Matrix.cRank_submatrixproof · cited by 1
- Matrix.lift_cRank_reindexproof · cited by 0