Suppose ${v_1 , v_2 , ……..v_n}$ are unit vectors in $\mathbb R^n$ such that $ || v||^2 = \sum_{n=1}^{\infty} | <v_i , v>|^2 $ for all $v \in\mathbb R^n $ Then I have to prove that the set of unit vectors is orthogonal set of vectors .
I have proved it. Can anyone please check if it is okay or not.
My Attempt::
EDIT : $[v_1 , v_2 , ..... ,v_n]$ are unit vectors in $\mathbb R^n$. Let's say $A$ bea matrix whose rows are the vectors $[v_1 , v_2 , ..... ,v_n]$. Now $||v||^2 = v^tv$ where $v\in \mathbb R^n$ and $\sum |<v_i , v>|^2 = ||Av||^2 = v^tA^tAv$.
$v^tv $ and $ v^tA^tAv$ are non negative so $v^tv = v^tA^tAv$ which implies $v^t(A^tA - I)v = 0 $
So $(A^tA - I)$ is skew symmetric matrix as well as a symmetric matrix so $(A^tA - I)$is a zero matrix. So $A$ is an orthogonal MatrIX. So the rows are mutually orthogonal and $[v_1 , v_2 , ..... ,v_n]$ is a basis of $\mathbb R^n$.
I have deleted the photo of my attempt I have uploaded here. Instead I wrote my attempt in MathJax.
Your proof is right except a minor mistake. In line 6, you should have written$$||Av||^2=v^TA^TAv$$not $$||Av||^2=(v^TA^TAv)^2$$any way, Your proof is correct and elegant.