Let $ f:\mathbb N \to \mathbb N $ be such that
$ f (x)> f (y)$ if $x> y$.
$ f (xy)=f (x) f (y) $.
$ f (3) \geq 7$.
Find the smallest value of $ f (3) $
My attempt:if we can define the function for all primes. But if we define them unsuccessfully we would end up functions that contradicts condition one:the monotonicity condition.
We have that $f(2^5)=f(2)^5 > f(3^3)\geq 343\Rightarrow f(2) \geq 4 $. Since $3^5 = 243$
On the other hand we have $f(9)= f(3)^2 > f(2)^3\geq 64\Rightarrow f(3) >8$.
Combined with Myerson's comment we conclude $f(3)=9$. Since $f(n)=n^2$ says the least possible $f(3)$ is at most $9$.