Least integer principle: Every non-empty set of positive integers has a least element.
Using this fact, define $r$ to be the least integer for which $j - qk > 0$ where $j, k \in \Bbb{Z}$ and $k > 0$. Prove $0 < r \leq k$.
Assume $r = k$. Then $j - qk = k$, but this is $j - k(q+1) = 0$. So $j - qk$ is positive if $k = r$.
Assume $k < r \leq mk$ where $m$ is the integer number that satisfies $j - mk \leq 0$. Then $j - qk = (m-1)k + r'$ where $r' \leq k$. Let $q + m - 1 = q'$. Then $j - kq' = r'$. But $j - kq' > 0$ still, so $r'$ must be the least integer and not $r$.
Assume $r < 0$. Then $j - qk < 0$, but that's impossible by our definition.
Thus $0 < r \leq k$. QED
Anything I could have made clearer?
solution-verification
question to be on topic you must specify precisely which step in the proof you question, and why so. This site is not meant to be used as a proof checking machine. The standard proofs are given here many times, e.g. see the proofs in the linked dupe. – Bill Dubuque Apr 16 '23 at 08:56