We have a $\mathbb{K}$-vector space $V$, and $\mathcal{F}_{\mathbb{K}}(V,\mathbb{K})$ is the $\mathbb{K}$-vector space of all functions $f:V \to \mathbb{K}$, with the operations $(f_{1} + f_{2})(v) = f_{1}(v) + f_{2}(v)$ and $\alpha f(v) = (\alpha f)(v)$.
$V^* = Hom_{\mathbb{K}}(V, \mathbb{K}) \subset \mathcal{F}_{\mathbb{K}}(V,\mathbb{K})$ is the subspace that contains all homomorphisms $T:V \to \mathbb{K}$.
$B = \{v_{1},...,v_{n}\}$ is a basis of $V$. If $u \in V$ and $u = \sum_{i=1}^n x_{i}v_{i}$, we define the function $\phi_{j}\in V^*$ such that $\phi_{j}(u) = x_{j}$.
I'm asked to prove that $B^* = \{\phi_{1},...,\phi_{n}\}$ is a basis of $V^*$, but I'm having trouble showing that $B^*$ is linearly independent. I tried making a sum:
$$(\sum_{i = 1}^n \beta_{i}\phi_{i})(u) = \sum_{i = 1}^n (\beta_{i}\phi_{i})(u) = \sum_{i = 1}^n \beta_{i}(\phi_{i}(u)) = \sum_{i = 1}^n \beta_{i}x_{i} = \mathbb{O}(u) = 0$$
I don't see how a linear combination of the coordinates of a vector necessarily implies that all $\beta_{i}$ must be zero.