Mathlib Map

Theorems · Theorem · linear algebra

exists_finset_linearIndependent_of_le_rank

∀ {R : Type u} {M : Type v} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {n : ℕ},
  ↑n ≤ Module.rank R M → ∃ s, s.card = n ∧ LinearIndepOn R id ↑s
Defined in
Mathlib.LinearAlgebra.Dimension.Finite
Cited by
3 results in Mathlib
Foundations
Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModule

Around this declaration

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

Cites29

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

Cited by3

Results whose statement or proof uses this declaration.