I was playing around and found this
$$x\log a\le a-1$$
Solve for $x$ in the above equation, where $a>0$
My attempt
$$\log a\le \frac ax-\frac1x$$ $$a\le \frac{\exp(a/x)}{\exp(1/x)}$$
But I don't really see any way to proceed
I'm especially interested in knowing if some value of $x$ always solves the inequality.
This is to show that $x=1$ always works. So we need to show that $$f(a)=(a-1)-\log a \ge 0, \quad \forall a> 0$$
$$f'(a) = 1-\frac1a = \begin{cases} < 0, && a < 1 \\ > 0, && a> 1 \end{cases}$$
So the function is decreasing for $a < 1$ and increasing for $a> 1$, hence it achieves its minimum when $a=1$, i.e. $f(1)=0$. Hence $f(a) \ge 0$, so $x=1$ is always a solution.