[step:Choose a vector outside the span and verify that appending it preserves independence]Since $\operatorname{span}(u_1, \ldots, u_k) \subsetneq V$, there exists $v_{k+1} \in V \setminus \operatorname{span}(u_1, \ldots, u_k)$.
We show that $\{u_1, \ldots, u_k, v_{k+1}\}$ is linearly independent. Suppose
\begin{align*}
a_1 u_1 + \cdots + a_k u_k + a_{k+1} v_{k+1} = 0
\end{align*}
for scalars $a_1, \ldots, a_k, a_{k+1}$. If $a_{k+1} \neq 0$, then
\begin{align*}
v_{k+1} = -\frac{a_1}{a_{k+1}} u_1 - \cdots - \frac{a_k}{a_{k+1}} u_k \in \operatorname{span}(u_1, \ldots, u_k),
\end{align*}
contradicting the choice of $v_{k+1} \notin \operatorname{span}(u_1, \ldots, u_k)$. Therefore $a_{k+1} = 0$, and the equation reduces to $a_1 u_1 + \cdots + a_k u_k = 0$. Since $\{u_1, \ldots, u_k\}$ is linearly independent, $a_1 = \cdots = a_k = 0$. Thus all coefficients vanish, confirming linear independence.[/step]