question -
Let $f: \mathbb{N} \rightarrow \mathbb{N}$ be a function such that
(a) $f(m)<f(n)$ whenever $m<n$
(b) $f(2 n)=f(n)+n$ for all $n \in \mathbb{N} ;$
(c) $n$ is a prime number whenever $f(n)$ is a prime number.
Find $f(2001)$
my try -
i know this question is already been answered Solving Olympiad functional equation but my doubt is not clear thats why i am asking again ...
now i proved that By induction,$f(n)=f(1)+n-1$ for all $n \in \mathbf{N} .$ Suppose $f(1)=m>1$ The the numbers $(m+1) !+2,(m+1) !+3, \dots,(m+1) !+$ $(m+1)$ are all composite. Take the least prime $p$ exceeding $(m+1) !+(m+1) .$ Set $n=p-m+1 .$ Then $p=f(n)$ and hence $n$ is a prime. ....
then hint says But $n>(m+1) !+2$ and hence $p>n>(m+1) !+(m+1) .$ This contradicts the minimality of p
i dont understand why $n>(m+1) !+2$ and hence $p>n>(m+1) !+(m+1) .$ ????
thankyou