Consider reduced row echelon matrix $$ R= \begin{pmatrix} r_1 \\ \ldots \\ \ldots \\ r_n \\ 0 \\ \ldots \end{pmatrix} $$ where $\{r_1, r_2, r_3, \ldots, r_n\}$ are the nonzero dependent row vectors of $R$. Then $r_k = c_1r_1 + c_2r_2 + \ldots + c_{k-1}r_{k-1}$ where $1 \le k \le n$ and so $r_k - (c_1r_1 + c_2r_2 + \ldots + c_{k-1}r_{k-1}) = 0$ which means there occurs a zero vector before $r_n$.
The quote above is a part of a proof. I am stuck at the bolded part. Can someone elaborate how the conclusion in bold follows?
Edit:
Statement: if $R$ is a reduced row echelon matrix then the nonzero rows of $R$ are linearly independent.
Proof: The quote above is a contradiction ($k > n$) to the fact that $0$ vectors occurs after $r_n$.