Theorem $20.$ Let $g,f_1,\dots ,f_r$ be linear functionals on a vector space $V$ with respective null spaces $N,N_1,\dots ,N_r.$ Then $g$ is a linear combination of $f_1,\dots ,f_r$ if and only if $N$ contains the intersection $N_1\cap \cdots \cap N_r.$
I am given a lemma for this theorem:
If $f$ and $g$ are linear functionals on a vector space $V,$ then $g$ is a scalar multiple of $f$ if and only if the null space of $g$ contains the null space of $f.$
Attempt : Forward implication is trivial. I am trying to prove the reverse implication by induction.
$r=1$ is handled by the lemma. Suppose the statement is true for $r=k-1$ i.e., $$\bigcap_{i=1}^{k-1} N_i\subseteq N \implies g=\sum_{i=1}^{k-1}c_if_i.$$
Also we are given that $\bigcap_{i=1}^{k} N_i \subseteq N.$ We have to show $g=\sum_{i=1}^{k}c_if_i.$
By sketching out some venn diagrams I noticed that $\bigcap_{i=1}^{k} N_i \subseteq N$ does not necessarily mean $\bigcap_{i=1}^{k-1} N_i \subseteq N.$
But if I consider the restriction functions $g',f_1^{'},\dots ,f_{k-1}^{'}$ on the subspace $N_k$ then I have $\bigcap_{i=1}^{k-1} N_i^{'} \subseteq N$ so that $g'=\sum_{i=1}^{k-1}f_i^{'}.$
What next?