Suppose $(e_1,e_2,...,e_n)$ is an orthonormal basis of the inner product space $V$ and $v_1,v_2,...,v_n$ are vectors of $V$ such that $$||e_j-v_j||< \frac{1}{\sqrt{n}}$$ for each $j \in \left\{1,2,...,n \right \}$. Prove that $(v_1,v_2,...,v_n)$ is a basis of $V$.
I am completely lost and just starting to learn about inner product spaces. Could someone provide a proof with the explanation of how you got there?
Note that it's enough to show that the $v_i$ are linearly independent. Suppose that there are scalars $c_1,\dots,c_n$ not all zero such that $\sum_ic_iv_i=0$. Then $$ 0=\sum_{i}c_iv_i=\sum_{i}c_i(v_i-e_i)+\sum_ic_ie_i$$ hence $$ \Big|\Big|\sum_{i}c_i(v_i-e_i)\Big|\Big|=\Big|\Big|\sum_{i}c_ie_i\Big|\Big|$$ However, $$\Big|\Big|\sum_{i}c_i(v_i-e_i)\Big|\Big|\leq \sum_i|c_i|\cdot ||v_i-e_i||<\frac{1}{\sqrt{n}}\sum_{i=1}^n|c_i|\leq \Big[\sum_{i=1}^n|c_i|^2\Big]^{\frac{1}{2}} $$ (with the last step using Cauchy-Schwarz), while since the $e_i$ are orthonormal we have $$ \Big|\Big|\sum_{i}c_ie_i\Big|\Big|^2=\sum_{i=1}^n|c_i|^2 $$ so that $$ \Big|\Big|\sum_{i}c_ie_i\Big|\Big|=\Big[\sum_{i=1}^n|c_i|^2\Big]^{\frac{1}{2}} $$ This contradiction shows that the $v_i$ are linearly independent.