Mathlib Map

Theorems · Theorem · linear algebra

Matrix.rank_submatrix_le

∀ {m : Type um} {m₀ : Type um₀} {n : Type un} {n₀ : Type un₀} {R : Type uR} [inst : Fintype n] [inst_1 : CommSemiring R]
  [StrongRankCondition R] [inst_3 : Fintype n₀] (A : Matrix m n R) (r : m₀ → m) (c : n₀ → n),
  (A.submatrix r c).rank ≤ A.rank

Taking a subset of the rows and columns reduces the rank.

Defined in
Mathlib.LinearAlgebra.Matrix.Rank
Cited by
1 results in Mathlib
Foundations
Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeCommSemiringStrongRankConditionFintype

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites45

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.