My teacher of real analysis gave this question to us:
"Being $p,\,m\in\mathbb{N}$ such that $p>m$ and $p$ is not a multiple of $m$. How can we show that there are $q,\,r\in\mathbb{N}$ with $r<m$ such that $p=m\cdot q+r$ and that the natural numbers $q$ and $r$ that satisfy this situation are unique?"
She said that we will consider $0\notin \mathbb{N}$. This is ALL the information given to us. Probably we have to solve this with the Induction's Principle but I can't see how this is made.
Uniqueness: If $mq+r=mq'+r'$ and $q'=q$, then immediately $r=r'$. So assume $q\ne q'$ and wlog $q'>q$. Then $r=m(q'-q)+r'>m$, contradiction.
Existence: There are solutions $(q,r)$ to $p=mq+r$ if we do not require $r<m$. For example, $q=1,r=p-m$ is such a solution because we are given that $p>m$. Among all such pairs, pick one that minimizes $r$. Show that $r<m$ for this pair.