Homework #3 for Math H110, fall '02: Perp walk

If A is a subspace of V, define the subset A^perp of V^* as

A^perp = { f in V^*: f(a) = 0 for all a in A}

You should think of it as like "perpendicular", but without using an inner product.

1. Show that A^perp is a subspace.

A. The zero functional in V^* is f(a)=0 for all of V. Definitely then f(a)=0 for all of A. So A^perp contains the zero vector.

If f,g are in A^perp, and r in F, then (rf+g)(a) = rf(a) + g(a) = r0+0 = 0. So rf+g in A^perp.

2. Show that if B is a subspace of A, then B^perp contains A^perp.

A. If f vanishes on all of A, then it vanishes on all of B.

3. Show that there exists a basis of V such that some subset spans A. Using this, write down some elements of V^* that give a basis of A^perp.

A. Pick a basis of A and extend to a basis of V. Take the dual basis. The dual basis elements not corresponding to the basis elements of A give a basis of A^perp.

4. Compute dim A^perp in terms of dim A and dim V.

A. We just found a basis, of size dim V minus dim A.

5. Let I : A -> V be the inclusion map - each vector a goes to itself. Let I^*: V^* -> A^* be the backwards map on dual spaces. What's the relation between A^perp and I^*?

A. A^perp is sitting inside V^*, and I^* maps out of V^*, so the obvious way to connect them is to apply I^* to elements of A^perp.

For any f in V (not necessarily in A^perp), to figure out what I^*(f) is we have to apply it to elements a of A.

I^*(f) (a) = f(I(a)) = f(a)
f is in A^perp if and only if this f(a)=0 for all a if and only f I^* f = 0 if and only if f is in the kernel of I^*.
So A^perp = ker I^*.

6. Show that (A^perp)^perp = A, once we identify A and (A^*)^*. (This uses V finite dimensional.)

A. To be specific, we have A including into V, then mapping to (V^*)^*; the question is to show that the image is (A^perp)^perp.

If we let the dimensions of V and A be n and k, then A^perp is n-k dimensional, and A^perp^perp is n-(n-k)=k dimensional again. So at least the dimensions match.

We proved in class that the "eat" map from V->V^*^* is 1:1, so A is injecting into V^*^*. Therefore, if we can show that eat A is a subspace of A^perp^perp, we're done, using the dimensions matching. Here goes:

If a in A, and f in A^perp, then (eat a)(f) = f(a) = 0. QED.