I am trying to prove the following:
The $m$ vectors $x_i$ are linearly independent if and only if the $m \times m$ matrix $A$ defined below is non-singular
$(i,j) \space element \space of \space A = \langle\ x_i,x_j \rangle\ $
I am confused by what this statement is saying, specifically what matrix A looks like. If we have a matrix where
$\begin{bmatrix}\langle\ x_1,x_1 \rangle\ & \langle\ x_1,x_2 \rangle\\ \langle\ x_2,x_1 \rangle\ & \langle\ x_2,x_2 \rangle\ \end{bmatrix}$
Is such a matrix even possible? I considered the one by one case
$\begin{bmatrix}\langle\ x_1,x_1 \rangle \end{bmatrix}$
This one by one matrix doesn't seem possible since whatever value is put into the first entry has to equal the square of itself.
I must be misunderstanding somehow. I considered the possibility that the question was asking to prove the following statement: the column or row vectors of a matrix are linearly independent if and only if the matrix is non-singular. Is this correct and should I go ahead and prove this statement instead? I suppose the notation throws me off.
Any insight or help would be greatly appreciated!