Prove that if $e<y<x$ then $x^{y}<y^{x}$
My try:
I tried to use Taylor's theorem: $$y^{x}-x^{y}=e^{xlny}-e^{ylnx}=1+xlny+o(xlny)-1-ylnx-o(ylnx)=$$ $$=lny^{x}-lnx^{y}+o(xlny)-o(ylnx)=ln\frac{y^{x}}{x^{y}}+o(xlny)-o(ylnx)$$Hovewer I have a problem to show that $y^{x}-x^{y}>0$ because I can't say that $ln\frac{y^{x}}{x^{y}}>0$ because then I use with theses.
Have you some idea?