Theorems · Theorem · linear algebra
Matrix.eRank_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), (A.submatrix ⇑em ⇑en).eRank = A.eRank- Defined in
- Mathlib.LinearAlgebra.Matrix.Rank
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 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.
Cites10
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
- ENatstatement · cited by 4,985
- Matrixstatement and proof · cited by 4,303
- Matrix.submatrixstatement · cited by 183
- Cardinal.toENatproof · cited by 92
- Matrix.eRankstatement · cited by 11
- Cardinal.toENat_liftproof · cited by 10
- Matrix.lift_cRank_submatrixproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.eRank_reindexproof · cited by 0