For a complex inner product space, $X$, Cauchy-Schwarz inequality states $$ | \langle x,y \rangle |^2 \leq \langle x,x\rangle \cdot \langle y, y\rangle , $$ for any $x,y \in X$. Equality holds if and only if $x$ and $y$ are linearly dependent. I noticed that this can be restated as: $$ \left|\begin{array}{cc} \langle v_1, v_1 \rangle & \langle v_1, v_2\rangle \\ \langle v_2, v_1 \rangle & \langle v_2, v_2\rangle \\ \end{array}\right| \geq 0$$ with strict equality if $\{v_i \}$ is linearly independent. Does this (somehow) generalize for $n$ vectors? That is, does the following hold: $$ \left|\begin{array}{cccc} \langle v_1, v_1 \rangle & \langle v_1, v_2\rangle & \cdots &\langle v_1, v_n \rangle \\ \langle v_2, v_1 \rangle & \langle v_2, v_2\rangle & \cdots &\langle v_2, v_n \rangle \\ \vdots & \vdots & \ddots & \vdots \\ \langle v_n, v_1 \rangle & \langle v_n, v_2\rangle & \cdots &\langle v_n, v_n \rangle \end{array}\right| \geq 0$$
At the very least, can we prove that the above determinant is non-zero if $\{v_i \}$ is linearly independent? I came across this working on a functional analysis problem set, but this isn't a homework problem.
EDIT: For those tagging it as a duplicate, I see this as different because this question specifically concerns inequality, and not just proving that the determinant is non-zero if they are linearly independent. Additionally, this post specifically suggests a connection to Cauchy-Schwarz that isn't mentioned in the other post.
As a commenter (Algebraic) pointed out, this matrix is called the Gram matrix of the vectors $\{v_i\}$; Wikipedia states that this matrix if positive semi-definite, and is positive definite in the case where they are linearly independent. This proves that the determinant is indeed greater than or equal to zero for arbitrary $\{v_i\}$ and is strictly positive in the case where the $\{v_i\}$ are linearly independent.