A function $f: \Bbb{N^+} \rightarrow \Bbb{N^+}$ , defined on the set of positive integers $\Bbb{N^+}$,satisfies the following properties: $$f(n)=\begin{cases} f(n/2) & \text{if } n \text{ is even}\\ f(n+5) & \text{if } n \text{ is odd} \end{cases}$$ Let $R=\{ i \mid \exists{j} : f(j)=i \}$ be the set of distinct values that $f$ takes. The maximum possible size of $R$ is ___________.
Answer of this question is $2$, and solution goes like this:-
every multiple of $5$ has same value, and every other number has same value.
I want to proof it, by NOT using examples, but some real mathematical proof, that can show us that indeed this is true.
Thanks.