4. Linear Subspaces

4. Linear Subspaces

71 4. Linear Subspaces There are many subsets of Rn which mimic Rn. For example, a plane L passing through the origin in R3 actually mimics R2 in many ways. First, L contains zero vector O as R2 does. Second, the sum of any two vectors in the plane L remains in the plane. Third, any scalar multiple of a vector in L remains in L. The plane L is an example of a linear subspace of R3. 4.1. Addition and scaling Definition 4.1. A subset V of Rn is called a linear subspace of Rn if V contains the zero vector O, and is closed under vector addition and scaling. That is, for X, Y V and ∈ c R, we have X + Y V and cX V . ∈ ∈ ∈ What would be the smallest possible linear subspace V of Rn? The singleton V = O has all three properties that are required of a linear subspace. Thus it is a (and { } the smallest possible) linear subspace which we call the zero subspace. As a subspace, it shall be denoted as (O). What would be a linear subspace V of “one size” up? There must be at least one additional (nonzero) vector A in V besides O. All its scalar multiples cA, c R,must ∈ also be members of V . So, V must contain the line cA c R . Now note that this line { | ∈ } does possess all three properties required of a linear subspace, hence this line is a linear subspace of Rn. Thus we have shown that for any given nonzero vector A Rn,theline ∈ cA c R is a linear subspace of Rn. { | ∈ } 72 Exercise. Show that there is no subspace in between (O) and the line V 1 := cA c R . { | ∈ } In other words, if V is a subspace such that (O) V V 1,theneitherV =(O) or ⊂ ⊂ V = V 1. How about subspaces of other larger “sizes” besides (0) and lines? Example. The span. Let S = A ,..,A be a set of vectors in Rn. Recall that a linear { 1 k} combination of S is a vector of the form k x A = x A + + x A i i 1 1 ··· k k i=1 where the xi are numbers. The zero vector O is always a linear combination: k O = 0Ak. i=1 Adding two linear combinations i xiAi and yiAi, we get xiAi + yiAi = (xi + yi)Ai, which is also a linear combination. Here we have used the properties V1 and V3 for vectors n in R . Scaling the linear combination xiAi by a number c, we get c xiAi = cxiAi, which is also a linear combination. Here we have used properties V2 and V4 Thus we have shown that the set of linear combinations contains O, and is closed under vector addition and scaling, hence this set is a subspace of Rn. This subspace is called the span of S, and is denoted by Span(S). In this case, we say that V is spanned by S, or that S spans V . Exercise. Is (1, 0, 0) in the span of (1, 1, 1), (1, 1, 1) ? How about (1, 1, 0)? { − } Exercise. Let A ,..,A Rn be k column vectors. Show that the following are equivalent: 1 k ∈ i. V = Span A ,...,A . { 1 k} ii. A V for all i and every vector B in V is a linear combination of the A . i ∈ i iii. V is the image of the linear map Rk Rn, X AX,whereA =[A ,..,A ]. → → 1 k Question. Let V be a linear subspace of Rn.IsV spanned by some A ,...,A V ?If 1 k ∈ so, what is the minimum k possible? 73 Next, let try to find linear subspaces of Rn from the opposite extreme: what is the largest possible subspace of Rn?ThesetRn is itself clearly the largest possible subset of Rn and it possesses all three required properties of a subspace. So, V = Rn is the largest possible subspace of Rn. What would be a subspace “one size” down? n Let A be a nonzero vector in R . Let A⊥ denote the set of vectors X orthogonal to A,ie. n A⊥ = X R A X =0 . { ∈ | · } This is called the hyperplane orthogonal to A.SinceA O = 0, O is orthogonal to A.If · X, Y are orthogonal to A,then A (X + Y )=A X + A Y = O + O = O. · · · Hence X + Y is orthogonal to A. Also if c is a number, then A (cX)=c(A X)=0. · · Hence cX is also orthogonal to A.ThusA⊥ contains the zero vector O, and is closed n under vector addition and scaling. So A⊥ is a linear subspace of R . n Exercise. Let S = A ,..,A be vectors in R . Let S⊥ be the set of vectors X { 1 m} orthogonal to all A1,..,Am.ThesetS⊥ is called the orthogonal complement of S.Verify n that S⊥ is a linear subspace of R . Show that if m<nthen S⊥ contains a nonzero vector. (Hint: Theorem 1.11.) Exercise. Is (1, 0, 0) in the orthogonal complement of (0, 1, 1), (1, 0, 1) ? How about { } (1, 1, 1)? How about (t, t, t) for any scalar t? Are there any others? − − Question. Let V be a linear subspace of Rn. Are there vectors S = A ,..,A such { 1 k} that V = S⊥? If so, what is the minimum k possible? Note that this question amounts to finding a linear system with the prescribed solution set V . The two questions we posed above will be answered later in this chapter. 4.2. Matrices and linear subspaces Recall that a homogeneous linear system of m equations in n variables can be written in the form (chapter 3): AX = O 74 where A =(a ) is a given m n matrix, and X is the column vector with the variable ij × entries x1,...,xn. Definition 4.2. We denote by Null(A) (the null space of A) the set of solutions to the homogeneous linear system AX = O. We denote by Row(A) (the row space of A) the set of linear combinations of the rows of A. We denote by Col(A) (the column space of A) the set of linear combinations of the columns of A. Theorem 4.3. Let A be an m n matrix. Then both Null(A),Row(A) are linear × subspaces of Rn,andCol(A) is a linear subspace of Rm. Proof: Obviously AO = O.ThusNull(A) contains the zero vector O. Let X, Y be elements of Null(A), ie. AX = O, AY = O. Then by Theorem 3.1 A(X + Y )=AX + AY = O + O = O. Thus Null(A) is closed under vector addition. Similarly, if c is a scalar then A(cX)=c(AX)=cO = O. Thus Null(A) is closed under scaling. Note that Row(A)=Span(S)whereS is the set of row vectors of A.Wesaw earlier that the span of any set of vectors in Rn is a linear subspace of Rn. Finally, observe that Col(A)=Row(At), which is a linear subspace of Rm. Exercise. Let L : Rn Rm be a linear map, represented by the matrix A. Show that → the image of L is Col(A). Show that L is one-to-one iff Null(A)= O . { } 4.3. Linear independence Definition 4.4. Let A ,..,A be a set of vectors in Rn. A list of numbers x ,..,x { 1 k} { 1 k} is called a linear relation of A ,..,A if { 1 k} ( ) x A + + x A = O ∗ 1 1 ··· k k 75 holds. Abusing terminology, we often call ( ) a linear relation. ∗ Example. Given any set of vectors A ,..,A , there is always a linear relation 0,..,0 , { 1 k} { } since 0A + +0A = O. 1 ··· k This is called the trivial relation. Example. The set (1, 1), (1, 1), (1, 0) has a nontrivial linear relation 1, 1, 2 : { − } { − } (1, 1) + (1, 1) 2(1, 0) = O. − − Exercise. Find a nontrivial linear relation of the set (1, 1, 2), (1, 2, 1), ( 2, 1, 1) . { − − − } Exercise. Find all the linear relations of (1, 1), (1, 1) . { − } Definition 4.5. A set A ,..,A of vectors in Rn is said to be linearly dependent if { 1 k} it has a nontrivial linear relation. The set is said to be linearly independent if it has no nontrivial linear relation. Exercise. Is (1, 1), (1, 1) linearly independent? { − } Exercise. Is (1, 1), (π, π) linearly independent? { − − } Exercise. Is (1, 1), (1, 1), (1, 2) linearly independent? { − } Example. Consider the set E ,..,E of standard unit vectors in Rn. What are the { 1 n} linear relations for this set? Let x E + + x E = O. 1 1 ··· n n The vector on the left hand side has entries (x1,..,xn). So this equation says that x1 = = x = 0. Thus the set E ,..,E has only one linear relation – the trivial relation. ··· n { 1 n} So this set is linearly independent. Exercise. Write a linear relation of (1, 1), (1, 1), (1, 2) as a system of 2 equations. { − } Exercise. Let A ,A ,..,A be a set of vectors in R2. Write a linear relation { 1 2 k} x A + + x A = O 1 1 ··· k k 76 as a system of 2 equations in k variables. More generally, let A ,A ,..,A be a set of { 1 2 k} vectors in Rn. Then a linear relation can be written as AX = O where A is the n k matrix with columns A ,...,A , and X is the column vector in Rk × 1 k with entries x1,..,xk.Thusa linear relation can be thought of as a solution to a linear system.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    105 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us