Mathlib Map

Theorems · Theorem · linear algebra

coe_basisOfLinearIndependentOfCardEqFinrank

∀ {K : Type u} {V : Type v} [inst : DivisionRing K] [inst_1 : AddCommGroup V] [inst_2 : Module K V] {ι : Type u_1}
  [inst_3 : Fintype ι] [inst_4 : Nonempty ι] {b : ι → V} (lin_ind : LinearIndependent K b)
  (card_eq : Fintype.card ι = Module.finrank K V), ⇑(basisOfLinearIndependentOfCardEqFinrank lin_ind card_eq) = b
Defined in
Mathlib.LinearAlgebra.FiniteDimensional.Lemmas
Cited by
12 results in Mathlib
Foundations
Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DivisionRingAddCommGroupModuleFintypeNonempty

Around this declaration

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

Cites11

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

Cited by12

Results whose statement or proof uses this declaration.