Mathlib Map

Theorems · Theorem · linear algebra

finrank_span_eq_card

∀ {R : Type u} {M : Type v} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [StrongRankCondition R]
  [Nontrivial R] {ι : Type u_2} [inst_5 : Fintype ι] {b : ι → M},
  LinearIndependent R b → Module.finrank R ↥(Submodule.span R (Set.range b)) = Fintype.card ι
Defined in
Mathlib.LinearAlgebra.Dimension.Constructions
Cited by
7 results in Mathlib
Foundations
Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModuleStrongRankConditionNontrivialFintype

Around this declaration

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

Cites25

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

Cited by7

Results whose statement or proof uses this declaration.