Question: Let $f(x): N → N$ be a strictly increasing function, where $N$ is denoted as the set of all positive integers. If $f(f(n)) = 3n$, what is a possible value of $f(1)$?
My approach (Cases) :
$f(1) = 1$: Starting to eliminate some possible values for $f(1),$ we realize that $f(1)$ is not equal to $1$, because otherwise $f(f(1)) = 1$, but according to the problem, it would have to be $3$. Since $1$ is not equal to $3$, $f(1)$ is not equal to $1$.
$f(2) = 2$: There is nothing wrong with $f(2) = 2$ because it satisfies the strictly increasing part and it also doesn't have a problem with $f(f(2)) = 6$, although I could be wrong.
$f(3) = 3$: $f(f(n)) = 9$... what to do?
I am very confused from this point onwards because I don't know how to use the fact that $f(x)$ is a strictly increasing function, or what to do with the $f(f(n)) = 3n$. Maybe I could use the $N$ is the set of all positive integers? I don't know.
Any help would be appreciated, thank you!