Having the semigroup $(F,\circ)$ where $F=\{f: f: \mathbb{N}\to \mathbb{N}, \mathrm{Dom}(f) = \mathbb{N}\}$.
The identity $e∈F$ is the function $e(n) = n$, define the function
$g(n) = m$ if $5(m-1)<n\le 5m$,
How do I show that $g$ is onto $\mathbb{N}$ and that $g$ has multiple right inverses?
Translate $g$ into some more familiar language about division to see that it's onto. A right inverse $f$ is just a choice for every $m$ of an $n$ with $g(n)=m$; the fact that the defining inequality for $g$ has an interval of length $5$ in it shows that you have five different choices for $f(m)$.
EDIT: Here's some more detail.