Given, $f(x)$ is an increasing real valued function on $(0,1)$.
Also, $f(x)\gt 1$ on $(0,1)$.
Then, what condition one need to show for any $0<x<y<1$, $f(y)^x\lt f(x)^y$
I am totally blind here that what is the way to show it.
please help me with anything.
You want $x \ln f(y)<y\ln f(x)$ or $\frac {\ln f(y)} y<\frac {\ln f(x)} x$ for $x<y$. This means $\frac {\ln f(x)} x$ is a decreasing function. To get a simple usable condition I will assume that $f$ is differentiable.
The derivative of this function is $(x\frac {f'(x)} {f(x)} -\ln f(x))/x^{2}$ so you need $x\frac {f'(x)} {f(x)} < \ln f(x)$ or $f'(x)<\frac { f(x)\ln f(x)} x$. I hope this helps.