Let the Gram-Schmidt process transform the vector system $(a_{1}, ..., a_{n})$ into the system $(b_{1}, ..., b_{n})$. Show that the vector $b_{k}$ is the orthogonal component of the vector $a_{k}$ with respect to the linear span of the system $(a_{1}, ..., a_{k-1})$ ($k > 1$)
I tried to first notice that $\mathrm{Span}(a_{1}, ..., a_{k}) = \mathrm{Span}(b_{1}, ..., b_{k})$ ($\forall k$) and the collection $(a_{i})_{i=1}^{k}$ will be pairwise orthogonal (with norm $1$) which follows from the Gram-Schmidt process. However, I'm not sure how to proceed. As well, I'm not sure what the "orthogonal component" of the vector $a_{k}$ refers to. I was thinking of the orthogonal complement to the vector $a_{k}$, but that doesn't make much sense.
Thanks for the help.
By definition of the Gram-Schmidt process without normalisation, $b_k$ is obtained from $a_k$ by subtracting its projection on the linear span of $b_1,\ldots,b_{k-1}$, or of $a_1,\ldots,a_{k-1}$ (by construction, these spans are the same). Then $b_k$ is also the projection of $a_k$ on the orthogonal complement of that span (since any vector is the sum of its projections on two orthogonally complementary subspaces). So this is just the definition of the Gram-Schmidt process.
Note that after normalisation, $b_k$ will no longer be just the projection of $a_k$ on the orthogonal complement, though it will still be in that orthogonal complement.