Lect2 03web
Lect2 03web
Linear Algebra
Lecture 13:
Span. Spanning set.
Subspaces of vector spaces
Definition. A vector space V0 is a subspace of a
vector space V if V0 ⊂ V and the linear operations
on V0 agree with the linear operations on V .
Proposition A subset S of a vector space V is a
subspace of V if and only if S is nonempty and
closed under linear operations, i.e.,
x, y ∈ S =⇒ x + y ∈ S,
x ∈ S =⇒ r x ∈ S for all r ∈ R.
Theorem L is a subspace of V .
Proof: First of all, L is not empty. For example,
0 = 0v1 + 0v2 + · · · + 0vn belongs to L.
The set L is closed under addition since
(r1 v1 +r2 v2 + · · · +rn vn ) + (s1 v1 +s2 v2 + · · · +sn vn ) =
= (r1 +s1 )v1 + (r2 +s2 )v2 + · · · + (rn +sn )vn .
The set L is closed under scalar multiplication since
t(r1 v1 +r2 v2 + · · · +rn vn ) = (tr1 )v1 +(tr2 )v2 + · · · +(trn )vn .
Span: implicit definition