Suppose that $A=\{y_1,...,y_r\}$ is a subset of a vector space $V$ and that every vector $x \in V$ can be expressed uniquely as a linear combination of the vectors of $A$. Show that $A$ forms a basis of the span of $A$.
I am not sure whether this result is true or not because generally in order to show a basis, we show that every element can be written uniquely in terms of the basis vectors but here information about only one is given. How to approach this anyway?
It is enough to prove that $A$ is linearly independent. Let $x =\sum_{k=1} ^{r} b_k y_k$ be the unique representation of $x$. Suppose $\sum_{k=1} ^{r} a_k y_k=0$. Then $x=x+0=\sum_{k=1} ^{r} b_k y_k+\sum_{k=1} ^{r} a_k y_k=\sum_{k=1} ^{r} (a_k+b_k) y_k$. Since the representation of $x$ as a linear combination of $y_i$'s is given to be unique it follows that $a_k+b_k=b_k$ for each $k$ so $a_k=0$ for each $k$. This completes the proof.