$$ Let \ b \ be \ a \ natural \ number \ and \ q_1, \ q_2, \ r_1, \ r_2 \ integers \ with \ 0 \le r_1 \lt b \ and \ 0 \le r_2 \lt b \ such \ that \ q_1b + r_1 = q_2b + r_2 \ then \ q_1 = q_2 \ and \ r_1 = r_2 $$
I'm assuming the division algorithm will come into play here, but where do I start to prove something like this? I don't think I even fully understand how to prove the division algorithm yet. A walkthrough would be greatly appreciated..