Mathlib Map

Theorems · Theorem · linear algebra

le_rank_iff_exists_linearIndependent

∀ {K : Type u} {V : Type v} [inst : Ring K] [StrongRankCondition K] [inst_2 : AddCommGroup V] [inst_3 : Module K V]
  [Module.Free K V] {c : Cardinal.{v}}, c ≤ Module.rank K V ↔ ∃ s, Cardinal.mk ↑s = c ∧ LinearIndepOn K id s
Defined in
Mathlib.LinearAlgebra.Dimension.FreeAndStrongRankCondition
Cited by
1 results in Mathlib
Foundations
Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingStrongRankConditionAddCommGroupModuleModule.Free

Around this declaration

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

Cites28

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.