Let $V$ be a vector space on finite dimension, and $L,M\subseteq V$ are subspaces such that $M^0=L^0$. Prove $L=M$.
My try:
By the dimension theorem: $\text{dim}V=\text{dim}M+\text{dim}M^0$, we get $\text{dim}M=\text{dim}L$.
Let $\{m_1,\dots,m_n\}$ be a base of $M$ and $\{l_1,\dots,l_n\}$ be a base of $L$, so $M=Span\{m_1,\dots,m_n\}$ and $L=Span\{l_1,\dots,l_n\}.$
By the annihilator's attribute, we get $M^0=(Span\{m_1,\dots,m_n\})^0.$
$M^0=L^0\ \Rightarrow M^0=(Span\{m_1,\dots,m_n\})^0=(Span\{l_1,\dots,l_n\})^0=L^0 $.
Not quite sure how to continue from here.
Any help appreciated.