I would have thought this would have been on here somewhere.
Here I go.
Let $S$ be the set of positive integers $n$ which can be expressed in the form $n = pq + r$ where $ 0 \leq r < p.$ where $p$ is a positive integer and $q,r$ are natural numbers. We can fix $p\geq2$ for if $p = 1$ every integer is divisible by $1$ and we have $n = 1(q) + 0$ and so $S = \mathbb{N}$ trivially.
Now $ 1 \in S$ since $1 = p(0) + 1$ where we can choose a $p$ such that $0 \leq 1<p$.
Suppose that $n\in S \implies n=pq+r$ for some $p,q,r$ where $0 \leq r < p $
Now $n+1 = pq + r + 1 = pq + (r +1)$
If $(r +1) < p$ we are done, if that is not the case then $r + 1 = p$ we can not have $r + 1 > p$ for that would imply that $r \geq p$.
$r + 1 = p \implies r+ 1 - p = 0$
and so
$0 \leq r+ 1 - p < p$
This gives:
$n+1 = p(q+1) + (r + 1 - p) $ where $0 \leq r+ 1 - p < p$
and $(q+1)$ and $(r + 1 - p)$ are integers.
So $n+1 \in S$
Hence by the Induction principle $S = \mathbb{N}$
I have a feeling I have taken the long way. Could someone verify or dispute this 'proof' please.