I'm taking 'Introduction to Mathematical Thinking' on Courser and following is stated:
The division theorem : let $a , b$ be integers $b>0$ then there are unique integers such that $a=qb+r$ and $0 \leq r<b$.
To prove existence look at all non-negative integers of the form $a-kb$ where k is an integer and show that one of them is less than b. Such integers do exist. Take $k=-\lvert a\rvert$. Then , since $b \geq 1$...
- Why is $b \geq 1$?
- If I take $k=-\lvert a\rvert$ then $k=a$?
- Substituting $a$ for $k$ in $a-kb$ then $a - (ab)$?
Update :
I think this assertion "Substituting $a$ for $k$ in $a-kb$ then $a - (ab)$ " is incorrect as :
Substituting $a$ for $k$ in $a-kb$ then $a - - \lvert a\rvert b$ = $a + \lvert a\rvert b$
By assumption $b>0$ and $b$ is an integer, so $b\geq 1$.
No. There's no assumption on $a$, it can be either postive or negative (I omit the trivial case when $a=0$) while $k$ is always negative. So $k=a$ if $a<0$ and $k=-a$ if $a>0$.
No, you can't substitute, since $k$ is not always equal to $a$ as mentioned above.