From Linear Algebra Done Right, Third Edition, 3.F Exercise 29:
Suppose $V$ and $W$ are finite-dimensional, $T\in \mathcal L(V,W)$, and there exists $\varphi \in V'$ such that $\operatorname{range}T' = \operatorname{span}(\varphi)$. Prove that $\operatorname{null} T = \operatorname{null} \varphi$.
It seems like every time I've got to prove two sets are equal, one inclusion is do-able but I get stuck on the other one. Oh well, here's what I have for this one:
First we show that $\operatorname{null}T\subseteq \operatorname{null}\varphi$. Let $v\in \operatorname{null} T$. Then $T(v) = 0$.
Case 1: If $\varphi = 0$, then $\operatorname{null}\varphi = V$ and hence trivially $\operatorname{null}T\subseteq \operatorname{null}\varphi$.
Case 2: If $\varphi \ne 0$, then there exists an $\alpha \in W'$ such that $T'(\alpha) = \alpha \circ T \ne 0$. Then $$0 = \alpha(0) = \alpha(T(v)) = (\alpha \circ T)(v) = (T'(\alpha))(v) = k\varphi(v)$$ for some $k\in \Bbb F$. Because $\alpha \circ T = k\varphi \ne 0$, we conclude $k\ne 0$ and thus $k\varphi (v) = 0$ implies $\varphi(v) = 0$. So $v\in \operatorname{null}T$ implies $v\in\operatorname{null}\varphi$. Hence $\operatorname{null}T \subseteq \operatorname{null}\varphi$.
Now we complete the proof by either showing that $\operatorname{null}\varphi \subseteq \operatorname{null}T$ or $\dim \operatorname{null}T = \dim \operatorname{null}\varphi$.
Case 1: If $\varphi = 0$, then $\operatorname{null}\varphi = V$ but then also $\operatorname{range}T' = \{0\}$. By definition then, $T' = 0$, and by [a previous exercise] $T=0$. Thus $\operatorname{null} T = V = \operatorname{null}\varphi$.
Case 2: If $\varphi \ne 0$, then ... $\dim\operatorname{range}T' = 1$ is all I can come up with. This is where I'm stuck.
Note: right before this was a very similar exercise which I was eventually able to complete: Suppose $V$ and $W$ are finite-dimensional, $T\in \mathcal L(V,W)$, and there exists $\varphi \in W'$ such that $\operatorname{null}T' = \operatorname{span}(\varphi)$. Prove that $\operatorname{range} T = \operatorname{null} \varphi$. I didn't see any way to use this previous lemma to prove the present one, but if there is some clever way of showing they're equivalent, that might be an easier way to prove it.