I've come across the following exponential inequality and, unfortunately, I encountered some difficulties trying to solve it.
$$ \left | x \right |^{2x^2 - 3x + 1} \leq 1, x \in \mathbb{R} $$
I tried to solve it by rewriting $ 1 $ as $ \left | x \right | ^ 0 $. After this substitution I got the equivalent inequation $ 2x^2 - 3x + 1 \leq 1 $, which led to $ x \in \left [ \frac{1}{2}, 1 \right ] $. I am not sure about whether this way of solving it is correct or not.
The solution provided by the book approaches two cases, one with $ \left | x \right | \leq 1 $ and the other one with $ \left | x \right | > 1 $. Now, here is where I encounter difficulties. I know how to solve the second case, but I don't really know what I should do in the first case, where $ \left | x \right | \leq 1 $.
So, I think I need some help from you.
Thnak you in advance!