I'm having trouble with my math project. I have to prove that for very natural, $n$, there is an integer $q$ , and an integer $r$ such that: $n=5q+r$ and $0\le r<5$ using induction
I have tried using the axiom of Archimedes but I can't really get around the problem. Sorry if this seems basic , I still have a really hard time with demonstrations
Hint
Suppose it is true for a certain $n\geq 0.$
then
$$n+1=5q+r+1$$ with $0\leq r<5$.
$$n+1=5(q+1)+0$$
If $0\leq r\leq 3$ then
$0\leq r+1<5$ and $n+1=5q+(r+1)$.