$f$ also has to satisfy several conditions:
- $f: [0; +\infty) \rightarrow [0; +\infty)$
- $f(x) \ge x$ and $f(x) \ge 1$
- $f$ is strictly increasing
These conditions may not be used (this is not a problem from a MO), and I only care about all the values of $f$ that satisfy the functional equation.
I had found a family of $f$: $f(x) = (x^a+1)^{a^{-1}}$, but that solution is bad (for my purposes) and would like to find more $f$-es.
You may introduce more restrictions for $f$ (like differentiable, continuous, etc.), since I want analytic $f$-es.
For $y > 0$, \begin{equation} f(yf(f(y) /y)) = f(y) f(f(y) /f(y)) = f(y) f(1). \end{equation} On the other hand \begin{equation} f(y f(1)) = f(yf(y/y)) = yf(f(y) /y). \end{equation} Thus \begin{equation} f(f(y f(1))) = f(y) f(1). \end{equation} So if $f(1)=1$, then $f(y) = y$.
One program is to look at the inverse function $g(x) = (x^a-1)^{1/a}$. Then consider an $f$ (obeying the functional equation) such that $f(1) = 2^{-a}$. Show $g \circ f$ also satisfies the equation and conclude $f$ has your form.
– David Perrella Sep 07 '22 at 13:55