2
$\begingroup$

Let $V$ be a finite dimensional vector space and $U^0$ and $W^0$ denote the annihilators of subspaces $U$ and $W$, respectively. Then I need to show that $(U\cap W)^0 = U^0 + W^0$.

I can show that $U^0 + W^0 \subseteq (U\cap W)^0$ like so: Let $f\in U^0$ and $g\in W^0$. Then, because $U^0, W^0 \subseteq (U\cap W)^0$, we see that if $f\in U^0$ and $g\in W^0$, then for any $v\in U\cap W$ and $a,b \in \Bbb F$, $(af+bg)(v) = af(v) + bg(v) = 0$. Thus $af+bg\in (U\cap W)^0$. But because $f$ and $g$ were arbitrary, this implies that any linear combination of elements of $U^0$ and $W^0$ is an element of $(U\cap W)^0$. I.e. $U^0+W^0 \subseteq (U\cap W)^0$.

But I haven't had any luck proving the other direction. Obviously I should start with $f\in (U\cap W)^0$. But then it looks like I need to somehow break that function into two to show its in $U^0 + W^0$. That's throwing me off.

  • 1
    If you have one inclusion you can also try to show that the dimensions are equal.2017-02-25
  • 0
    That might work. Good thinking!2017-02-25
  • 1
    You should prouve that $U^0\cap W^0=(U+W)^0$ and use duality.2017-02-25
  • 0
    @ArnaudD. I was able to prove it with your hint so if you want to write that up as an answer, I'll accept it.2017-02-25
  • 0
    @Adren I've already proven that previously. But what do you mean by *use duality*?2017-02-25
  • 0
    @BobbieD: Before I complete my answer, do we agree on the definitions of the objects ? What is $U^0$ by definition ? For me, it is the set of all linear forms which vanish on $U$. The same for you ?2017-02-25
  • 0
    Yes. That's my definition as well.2017-02-25
  • 0
    @BobbieD: Okay. Now, an important result is that the map $J:E\to E^{\star\star},x\mapsto[\phi\mapsto\phi(x)]$ is an isomorphism.2017-02-25
  • 0
    +1, you ask great questions. Maybe you would please straighten me out on this aspect as well: how do you know $U^0, W^0 \subseteq (U\cap W)^0$? I can see that there would be elements of $U^{0}$ that annihilate any element of $(U\cap W)$ and similarly for $W{^0}$. But how do you know that, for example, $U^{0}$ is not bigger than annihilator of the intersection? Thanks for your patience with me. With regards,2017-03-04
  • 2
    @TheBirdistheWord $U^0$ is the subset of $V'$ that annihilates *all* of $U$. $(U\cap W)^0$ is the subset of $V'$ while only annihilates the *part* of $U$ that's shared with $W$. So intuitively, $U^0$ has strictly stronger conditions on it so it's a subset of $(U\cap W)^0$ (analogously the condition of being a green apple is strictly stronger than just being an apple). That's just the intuitive argument, though. I suggest you try to prove it.2017-03-04
  • 2
    @TheBirdistheWord More generally, you can prove that if $U\subset W$, then $W^0\subset U^0$. The argument is basically the one that Bobbie D gives in his comment above.2017-03-04
  • 0
    @Adren I would love to see how you solved this using duality. Thanks. With regards,2017-04-01

1 Answers 1

2

Since you have already proved that $U^0 + W^0 \subseteq (U\cap W)^0$, it is enough to prove that their dimensions are equal. Now we have $$\dim(U\cap W)^0=n-\dim (U\cap W),$$ and \begin{align}\dim(U^0+W^0) & =\dim (U^0)+\dim (W^0)-\dim (U^0\cap W^0)\\ & =2n-\dim(U)-\dim(W)-\dim (U+W)^0 \\ & = 2n-\dim(U)-\dim(W)-n+\dim(U+W)\\ &= n-\dim (U\cap W).\end{align}

Note that to obtain the second line, we used the equality $U^0\cap W^0=(U+W)^0$, which simply says that a linear functional $f$ vanishes on $U+W$ if and only if it vanishes on $U$ and $W$.

  • 0
    Sorry to trouble you. I was going through your answer again as a study review. I wonder if there are possibly a few typos in the lower section. I think ultimately in the last line the $V$ should be $U$. Also maybe you would clarify how you get the second line as I would thing the third term should be $\dim (W)$ and (my lack of math skills) I wonder how you get the fourth term. Then maybe the third line will become evident. Thanks for your effort. With regards,2017-04-01
  • 0
    @Andrew There were indeed a couple errors, thank you for pointing that out. I've also added some explanation for the second line, I hope that helps.2017-04-01