[step:Take the inner product of the linear relation with each vector to isolate coefficients]Let $S = \{v_1, v_2, \ldots, v_m\}$ be a finite orthogonal set of nonzero vectors in $V$, so that $(v_i, v_j)_V = 0$ for all $i \neq j$ and $(v_i, v_i)_V \neq 0$ for each $i$. Suppose
\begin{align*}
c_1 v_1 + c_2 v_2 + \cdots + c_m v_m = 0
\end{align*}
for scalars $c_1, c_2, \ldots, c_m$. Fix an arbitrary index $k \in \{1, \ldots, m\}$. Taking the inner product of both sides with $v_k$ and applying linearity in the first argument:
\begin{align*}
0 = \left( \sum_{i=1}^{m} c_i v_i,\, v_k \right)_V = \sum_{i=1}^{m} c_i\, (v_i, v_k)_V.
\end{align*}
Since $S$ is orthogonal, $(v_i, v_k)_V = 0$ for all $i \neq k$, so every term in the sum vanishes except the $i = k$ term:
\begin{align*}
0 = c_k\, (v_k, v_k)_V.
\end{align*}
Since $v_k \neq 0$, we have $(v_k, v_k)_V > 0$ by the positive-definiteness of the inner product. Dividing both sides by $(v_k, v_k)_V$ yields $c_k = 0$.[/step]