Find $f(1998)$ and prove you have found the right answer given that:
- There is a $f(n)$ for every $n$;
- $f(n)$ is a whole number
- $f(2) = 2$
- $f(mn) = f(m)f(n)$
- $f(m)> f(n)$ if $m>n$
What I've done so far:
Proved $f(1) = 1$
- let $m=2, n=1$
- $f(2)=f(2) * f(1)$
- $2 = 2 * f(1) $
- $f(1) = 1$
Guessing that $f(x) = x$ ..?
Thanks!
Ok let's see what we can get:
It appears that we could show by induction that $f(2k+1) = 2k+1$, $f(2k+2) = 2k+2$ for all $k\in\mathbb{N}$.
$$\implies f(1998) = 1998$$