Any two bases of a space have the same size (Two.III.2)
Provedhefferon_any_two_bases_have_the_same_sizebasisdimensionlinear-algebra
Let be a vector space over a field . If has a basis indexed by a finite set and also a basis indexed by a finite set , then and have the same number of elements. Hence the dimension of a finite-dimensional vector space is well defined.
Preamble
import Definitions.Def_hefferon_prelude open Matrix open HefferonLinAlg
Formal statement
theorem hefferon_any_two_bases_have_the_same_size
{K V : Type*} [Field K] [AddCommGroup V] [Module K V]
{ι κ : Type*} [Fintype ι] [Fintype κ] (B : Module.Basis ι K V) (C : Module.Basis κ K V) :
Fintype.card ι = Fintype.card κ := by
sorrySource
Jim Hefferon, *Linear Algebra*, Saint Michael's College, 2020 printing, Chapter Two, Section III.2, Theorem 2.4, p. 139