For my master thesis in computer science, I've got stuck at a point where I have to express $\alpha$ as a function of $\varepsilon$, when I know that
$$\frac{\alpha}{\log_2(4\alpha)} > 96\varepsilon^{-1}$$
for $0 < \varepsilon < 1$. I have tried to move this around a lot, but keep having either both $\alpha$ and $\log_2\alpha$ being part of the equation or both $2^\alpha$ and $\alpha$, e.g. I can get it to be
$$2^\alpha > (4\alpha)^{96\varepsilon^{-1}}$$
but do not know how to proceed from here. Any help is appreciated.
For the ones into computer science, this has to do with finding the sparcification constant when $k = 3$, but for everybody else I guess this is just a pure math question.
Also, I'm not quite sure which tags to give this. Please comment if you know.