napkin solutions > Ch. 9
Back to Chapter Selection
Table of Contents
9.4.5
9.4.5
#
Theorem 9.4.5
(Maximality and minimality of bases)
Let
𝑉
be a vector space over some field
𝑘
and take
𝑒
1
,
…
,
𝑒
𝑛
∈
𝑉
. The following are equivalent:
(a)
The
𝑒
𝑖
form a basis.
(b)
The
𝑒
𝑖
are spanning, but no proper subset is spanning.
(c)
The
𝑒
𝑖
are linearly independent, but adding any other element of
𝑉
makes them not linearly independent.
Solution
by
kiwiyou
(a)
⟹
(b)
By definition of a basis, for all
𝑣
∈
𝑉
,
𝑣
=
∑
𝑛
𝑖
=
1
𝑎
𝑖
⋅
𝑒
𝑖
for unique
𝑎
𝑖
∈
𝑘
. It is clear that
{
𝑒
𝑖
}
is spanning.
Suppose that
𝑆
=
{
𝑒
𝑖
}
𝑚
𝑖
=
1
is spanning for some
𝑚
<
𝑛
.
Since
𝑆
is spanning, there exists
𝑏
𝑖
such that
𝑒
𝑛
=
∑
𝑚
𝑖
=
1
𝑏
𝑖
⋅
𝑒
𝑖
.
𝑒
𝑛
has two different representations, which is a contradiction.
Therefore,
{
𝑒
𝑖
}
is spanning, but no proper subset is spanning.
∎
(a)
⟹
(c)
It is clear that
{
𝑒
𝑖
}
is linearly independent. Also, every nonzero vector
𝑣
∈
𝑉
has a unique representation
with at least one nonzero coefficient.
Let
𝑣
=
∑
𝑛
𝑖
=
1
𝑎
𝑖
⋅
𝑒
𝑖
be the representation of
𝑣
in
{
𝑒
𝑖
}
.
Since
0
=
(
−
1
)
𝑣
𝑖
+
∑
𝑛
𝑖
=
1
𝑎
𝑖
⋅
𝑒
𝑖
,
{
𝑒
𝑖
}
∪
{
𝑣
}
is not linearly independent.
∎
(b)
⟹
(a)
Suppose that there exists a vector
𝑣
0
∈
𝑉
with two different representations. In other words, there exists
𝑎
𝑖
,
𝑏
𝑖
such that
𝑣
0
=
∑
𝑛
𝑖
=
1
𝑎
𝑖
⋅
𝑒
𝑖
=
∑
𝑛
𝑖
=
1
𝑏
𝑖
⋅
𝑒
𝑖
for some
𝑎
𝑖
,
𝑏
𝑖
∈
𝑘
and, without loss of generality,
𝑎
𝑛
≠
𝑏
𝑛
.
For all
𝑣
∈
𝑉
, let
𝑣
=
∑
𝑛
𝑖
=
1
𝑐
𝑖
⋅
𝑒
𝑖
be the representation of
𝑣
in
𝑆
. Then we have:
𝑣
=
𝑣
+
0
=
∑
𝑛
𝑖
=
1
𝑐
𝑖
⋅
𝑒
𝑖
+
𝑐
𝑛
𝑎
𝑛
−
𝑏
𝑛
∑
𝑛
𝑖
=
1
(
𝑎
𝑖
−
𝑏
𝑖
)
⋅
𝑒
𝑖
=
∑
𝑛
𝑖
=
1
(
𝑐
𝑖
+
𝑐
𝑛
𝑎
𝑛
−
𝑏
𝑛
(
𝑎
𝑖
−
𝑏
𝑖
)
)
⋅
𝑒
𝑖
Since the coefficient of
𝑒
𝑛
is always
0
,
{
𝑒
𝑖
}
𝑛
−
1
𝑖
=
1
is spanning. This is a contradiction.
Therefore all vectors have unique representations in
𝑆
.
∎
Bonus: (c)
⟹
(a)
For all
𝑣
∈
𝑉
∖
{
𝑒
𝑖
}
,
{
𝑒
𝑖
}
∪
{
𝑣
}
is not linear independent, which means there exists
𝑐
≠
0
and
𝑎
𝑖
such that
0
=
𝑐
⋅
𝑣
+
∑
𝑛
𝑖
=
1
𝑎
𝑖
⋅
𝑒
𝑖
.
Then every vector has its representation:
𝑣
=
∑
𝑛
𝑖
=
1
−
𝑎
𝑖
𝑐
⋅
𝑒
𝑖
If
𝑣
has two different representations, then
0
=
𝑣
−
𝑣
has two different representations, which is a contra
diction.
Therefore, every vector has a unique representation.
∎
Notice the use of division in the proofs (b)
⟹
(a) and (c)
⟹
(a). This shows why we need
the field instead of a commutative ring.