Lecture11 Student
Lecture11 Student
Lecture11 Student
Recall. A (real) vector space (over R) is a set V together with two operations vector
addition ⊕ : V × V −→ V and scalar multiplication ⊙ : R × V −→ V satisfying
(Vα) (closure of addition) V is closed under the operation of addition. Namely, u ⊕ v ∈ V
for all u, v ∈ V .
(Va) (commutativity of addition) u ⊕ v = v ⊕ u for all u, v ∈ V .
(Vb) (associativity of addition) (u ⊕ v) ⊕ w = u ⊕ (v ⊕ w) for all u, v, w ∈ V .
(Vc) (identity element of addition) there is an element in V , denoted by 0, such that
u ⊕ 0 = u for all u ∈ V .
(Vd) (inverse elements of addition) for each u in V , there is an element in V , denoted by
−u, such that u ⊕ −u = 0.
Remark. With no ambiguity, we may refer to a real vector space simply as a vector space
and also write u ⊕ v and c ⊙ u simply as u + v and cu respectively.
Example 6.2.6. Let Pn, n = 0, 1, 2, . . ., denote the vector space consisting all polynomials
of degree smaller than or equal to n and the zero polynomial and P denote the vector space
of all polynomials. We have shown in last lecture that Pn, n = 0, 1, 2, . . ., and P are all
S
vector spaces. Therefore, Pr is a subspace of P for all r ∈ N {0} and Pr is a subspace of
S
Ps for any r ≤ s and r, s ∈ N {0}.
Linear Algebra lecture 11−3
Example 6.2.1. Any vector space V 6= {0} has at least (two) subspaces itself V and the
zero subspace {0}.
Fact. Let V be any vector space. Then V is the largest subspace of V and {0} is the
smallest subspace of V . Namely, if W is a subspace of V , then {0} ⊆ W ⊆ V .
Corollary. If a subset W of a vector space V does not contain the zero vector 0, then
W cannot be a subspace of V .
Example 6.2.7. Let W be the set of all polynomials of degree exactly equal to 2. Then
W is a subset of P2 but not a subspace of P2.
Proof. Skip.
Example 6.2.7. Let W be the set of all polynomials of degree exactly equal to 2. Then
W is a subset of P2 but not a subspace of P2.
Example. In P2, let S = {1, t, t2}. Then span S = {c0 + c1t + c2t2 : c0, c1, c2 ∈ R} is a
subspace of P2. Note indeed span S = P2 (S spans P2).
Example 6.3.11. Let p1(t) = t2 + t + 2, p2(t) = 2t2 + t, and p3(t) = 3t2 + 2t + 2. Then
S = {p1(t), p2(t), p3(t)} is linear dependent.
Corollary Let v1, v2, . . . , vk are nonzero vectors in a vector space V . Then the fol-
lowing statements are equivalent.
(a) v1, v2, . . . , vk are linear dependent.
(b) There exists j ≥ 2 such that vj is a linear combination of the preceding vectors
v1, v2, . . . , vj−1.
(c) There exists j such that vj is a linear combination of the other vectors v1, v2, . . . , vj−1,
vj+1, . . . , vk .
Proof. Skip.
Linear Algebra lecture 11−19