Exercise 1.20

(a)
Let S = {Axx n}, where A is a given matrix. Show that S is a subspace of n.
(b)
Assume that S is a proper subspace of n. Show that there exists a matrix B such that S = {y nBy = 0}. Hint: Use vectors that are orthogonal to S to form the matrix B.
(c)
Suppose that V is an m-dimensional affine subspace of n, with m < n. Show that there exist linearly independent vectors a1,,anm, and scalars b1,,bnm, such that V = {yaiy = b i,i = 1,,n m}

Answers

(a)

Proof. Following the definition on p.29, fix arbitrary a,b and y1,y2 S, or equivalently, x1,x2 n such that Ax1Ax2. We then have

ay1 + by2 = aAx1 + bAx2 = A (ax1 + bx2) .

Since x1,x2 n, ax1 + bx2 n as well. Thus, the above vector is an element of S by construction. □

(b)

Proof. Let m := dim (S) < n. Recall that we can find n m linearly independent vectors b1,,bnm in the orthogonal complement S of S. Define

B := [ b1 bnm ].

We argue that S = {y nBy = 0}.

  • Suppose that x S. Then Bx = i=1nmbix = i=1nm0 = 0, as desired.
  • Let x n such that Bx = 0. By orthogonal projection theorem, we write x = v + w for some v S and w S. Since x is perpendicular to every vector in S, we conclude that w = 0 and thus x S.
(c)

Proof. We can, per definitionem, find a proper linear subspace V n and the translation vector x0 n such that V = V 0 + x0. By the previous part of this exercise, we can find a n m full row rank matrix B such that this vector subspace can be represented as the null space V 0 = {yBy = 0}. Change of variables and some trivial matrix arithmetic then gives

V = x0 + {yBy = 0} = {x0 + yBy = 0} = {xBx = Bx0} .

Setting b := Bx0 yields the desired result. □

User profile picture
2022-02-12 18:35
Comments