Let $V$ be an $n$-dimensional vector space over a field $\mathbb{F}$, and let $V'$ be the vector space of linear maps from $V$ to $\mathbb{F}$. For each subspace $X$ of $V$, let \begin{align*} X^0:=\{f \in V' : f(x) = 0 \textrm{ for all } x\in X\}. \end{align*}
Let $U$ and $W$ be subspaces of $V$.
(a) dim $(U^0)$ = $n-$dim($U$).
(b) $U^0 \cap W^0$ = $(U+W)^0$.
(c) $(U\cap W)^0$ = $U^0 + W^0$.
Would appreciate some feedback on my proofs.
(a) Since $U$ is a subspace of $V$, there exists some basis $\mathcal{U} := \{u_1,u_2,\dots,u_m\}$ of $U$. Now, extend this basis to a basis $\mathcal{B}$ for by adding the vectors $v_1,v_2,\dots, v_\ell$ where $\ell + m = n$. Now, let $\varphi_i$ be the function in $V'$ such that $\varphi_i u_k = 1$ if $i = k$ and $0$ otherwise. Also, let $\varphi_i v_k = 0$ for all $k$. Similarly, let $\psi_i v_k = 1$ if $i=k$, 0 otherwise, and let $\psi u_k = 0$ for all $k$. Then the set, $\mathcal{C} = \{ \varphi_1,\dots,\varphi_n,\psi_1,\dots,\psi_\ell \}$ is a basis for $V'$. Now, if $\rho \in V'$ is a functional such that $\rho u = 0$ for some $u \in U$, $\rho$ must be a linear combination of $\{\psi_1,\dots, \psi_\ell\}$ else $\rho$ would not annihilate $u$. Thus there are $\ell$ many vectors in the basis of $U^0$. But $n = \ell + m$, so $\ell = n-m$ as desired.
(b) Let $\varphi \in U^0 \cap W^0$. Let $x \in U+W$. Then $x = u + w$ for some $u \in U, w \in W$. Now, $\varphi(x) = \varphi(u + w) = \varphi(u) = \varphi(w) = 0$, so $\varphi \in (U+W)^0$. Conversely, suppose $\psi \in (U+W)^0$. Let $x \in U+ W$, with $x = u +w$ for some $u \in U$ and $w \in W$. Now, $\psi (x) = 0$, but $\psi(x) = \psi(u+w) = \psi (u) + \psi(w)$, so $\psi(u)$ and $\psi(w)$ must both be 0, hence $\psi \in (U^0 \cap W^0)$.
(c) Let $\varphi \in (U \cap W)^0$. If $x \in u \cap w$ it can be written $\sum_{i = 0 }^m\alpha_i u_i$ for $\alpha_i \in \mathbb{F}$, and $u_i$ basis vectors for the subspace. Similarly, it can be written as $\sum^n_{i = 0}\beta_i w_i$, with $\beta_i \in \mathbb{F}$ and $w_i$ basis vectors of $W$. Now, $\varphi(x) = 0$ which means $\varphi(\sum^m_{i = 0}\alpha_i u_i) = 0$ and $\varphi(\sum^n_{i = 0}\beta_i w_i) = 0$. This implies $\varphi \in U^0 + W^0$. Now let $\rho \in U^0 + W^0$, then $\rho = \varphi + \psi$ for some $\varphi \in U^0$ and $\psi \in W^0$. Using the same $x$ as before we get, \begin{align*} (\varphi + \psi)x = \varphi x + \psi x = \varphi (\sum^n_{i = 0}\beta_i w_i) +\psi( \sum^m_{i = 0} \alpha_i u_i). \end{align*} These two terms are only 0 if $\varphi \in W^0$ and $\psi \in U^0$ which would imply $\rho \in (U\cap W)^0$.
In particular, I'm the least confident about the forward containment in part (c). I feel like I may have made some logical jumps without proper justification.