Suppose $V$ and $W$ are subspaces of a finite-dimensional vector space $U$.

(a) Show that $W \subset V$ if and only if $V^0 \subset W^0$.

(b) Show that $(V \cap W)^0 = V^0 + W^0$. (Hint: Show $\supset$ holds, then use lots of fomulas for dimension.)

I am trying to show this question. My understanding of annihilators is that for a vector space $V$ over $K$, with $S$ being a subset, the annihilator of $S$ is the subspace $S^0$ of linear functions $f$ in $V^*$ so that $f(s)=0$ for every $s$ in $S$. However, I don't know how to use this definition to prove (a) and (b). The hint for (b) suggests I should use formulas such as

$$\dim(V + W) = \dim V + \dim W − \dim(V \cap W)$$

but I don't know how to reach this stage.


Solution 1:

For (b) first note that $f_{V^0}+f_{W^0}\in V^0+W^0$ implies $$ (f_{V^0}+f_{W^0})(s)=f_{V^0}(s)+f_{W^0}(s)=0+0=0 $$ whenever $s\in W\cap V$ since $W\cap V$ is a subspace of both $V$ and $W$. This proves that $V^0+W^0\subset(V\cap W)^0$

Now, note that \begin{align*} \dim\bigl((V\cap W)^0\bigr) &= \dim(U)-\dim(V\cap W) \\ &= \dim(U)-\bigl\{\dim(V)+\dim(W)-\dim(V+W)\bigr\} \\ &= \dim(U)+\bigl\{\dim(U)-\dim(U)\bigr\}-\bigl\{\dim(V)+\dim(W)-\dim(V+W)\bigr\} \\ &= \bigl\{\dim(U)-\dim(V)\bigr\}+\bigl\{\dim(U)-\dim(W)\bigr\}-\bigl\{\dim(U)-\dim(V+W)\bigr\} \\ &= \dim(V^0)+\dim(W^0)-\dim(V^0\cap W^0) \\ &= \dim(V^0+W^0) \end{align*} where we have used the identities \begin{align*} \dim(S^0)&=\dim(U)-\dim(S)&(S\cup T)^0=S^0\cap T^0 \end{align*} for any two subspaces $S$ and $T$ of $U$. It follows that $V^0+W^0$ is a subspace of $(V\cap W)^0$ with $$ \dim(V^0+W^0)=\dim\bigl(V\cap W)^0\bigr) $$ Hence $V^0+W^0=(V\cap W)^0$ as advertised.

Solution 2:

For a)

Proving $W\subset V =>V^0 \subset W^0 $

Proof:

so $W\subset V$

Let $\phi \in V^0 $ then, $ \phi(v)=0, \forall v \in V$

But $W \subset V $, so $\phi$ annihilates every element of $W$, meaning $\phi \in W^0$ .

So $V^0 \subset W^0$