A linearly independent set extends to a basis (Two.III.2)
Openhefferon_linear_independent_extends_to_basisbasislinear-algebralinear-independence
Let be a finite-dimensional vector space over a field and let be linearly independent. Then is contained in some subset that is a basis of .
Preamble
import Definitions.Def_hefferon_prelude open Matrix open HefferonLinAlg
Formal statement
theorem hefferon_linear_independent_extends_to_basis
{K V : Type*} [Field K] [AddCommGroup V] [Module K V] [FiniteDimensional K V]
(s : Set V) (hs : LinearIndependent K ((↑) : s → V)) :
∃ t : Set V, s ⊆ t ∧ Nonempty (Module.Basis t K V) := by
sorrySource
Jim Hefferon, *Linear Algebra*, Saint Michael's College, 2020 printing, Chapter Two, Section III.2, Corollary 2.10, p. 141