Let $V$ be a finite dimension vector space and let $V^{*}=\operatorname{Hom}(V,\mathbb R)$ be its dual space.
Let $v_{1},\ldots,v_{m}\in V$, and let $T:V^{*}\to\mathbb R^{m}, \ \ T(\phi)=\pmatrix{\phi(v_{1})\\.\\.\\.\\\phi(v_{m})}$ be a linear tranformation.
Prove that $T$ is surjective if $\left\{v_{1},...,v_{m}\right\}$ is linearly independant and not surjective if $\left\{v_{1},...,v_{m}\right\}$ is linearly dependant.
I'm having trouble with this one.. my attempt for the first direction:
Let $\phi\in V^{*}$. Then $T(\phi)=\pmatrix{\phi(v_{1})\\.\\.\\.\\\phi(v_{m})}=\phi(v_{1})\pmatrix{1\\0\\.\\.\\.\\0}+...+\phi(v_{m})\pmatrix{0\\.\\.\\.\\0\\1}\in\operatorname{span}\left\{e_{1},...,e_{m}\right\}=\mathbb{R}^{n}$
Note that as $e_{1},...,e_{m}$ are linear independant the equation $c_{1}e_{1}+...+c_{m}e_{m}=0$ has only the trivial solution, thus $T(\phi)=0$ only if $\phi$ is the zero transformation, therefore $\operatorname{ker}(T)=\left\{0\right\}$ therefore $T$ is injective and $\dim V^{*}\leq\dim\mathbb{R}^{m}=m$, but as $v_{1},...,v_{m}\in V$ are linearly independant $m\leq\dim V$, which means $m\leq \dim V=\dim V^{*}\leq \dim\mathbb R^{m}=m \Rightarrow \dim V^{*}=\dim\mathbb R^{m}$ and thus $T$ is surjective.
I'm not sure about my explanations and if they valid, and I couldn't solve the second direction and I'm looking for ideas on how to approach it..
For the first: Let $x\in R^m$. Define $\phi$ on $\text{span}(v_1,\dots,v_n)$ via $\phi(v_i) = x_i$ and extending linearly. Then $\phi$ is well defined as $v_1,\dots,v_n$ are linear independent. Extend $\phi$ to a map on $V$ by setting $\phi(v) = 0$ if $v$ is not in the span of $v_1,\dots,v_n$. Then clearly $\phi \in V^*$ and $T(\phi) = x$.