I'm working through the Math GRE Practice Book and I was struck by problem #6, which asks to sort $\{ 2^{1/2}, 3^{1/3}, 6^{1/6} \}$ in ascending order. I solved it like this:
$$ 2^{1/2} \quad \gtrless \quad 3^{1/3} \quad \gtrless \quad 6^{1/6} $$ $$ 2^{1/2} \quad \gtrless \quad 3^{1/3} \quad \gtrless \quad 2^{1/6} \cdot 3^{1/6} $$ $$ 2^{3/6} \quad \gtrless \quad 3^{2/6} \quad \gtrless \quad 2^{1/6} \cdot 3^{1/6} $$ $$ 2^{2/6} \quad \gtrless \quad \frac{3^{2/6}}{2^{1/6}} \quad \gtrless \quad 3^{1/6} $$ $$ \frac{2^{2/6}}{3^{1/6}} \quad \gtrless \quad \frac{3^{1/6}}{2^{1/6}} \quad \gtrless \quad 1 $$ $$ \Bigl(\frac{4}{3}\Bigr)^{1/6} \quad \gtrless \quad \Bigl(\frac{3}{2}\Bigr)^{1/6} \quad \gtrless \quad 1^{1/6} $$ $$ \frac{4}{3} \quad \gtrless \quad \frac{3}{2} \quad \gtrless \quad 1 $$
and since $ 1 < \frac{4}{3} < \frac{3}{2} $, that tells us that $ 2^{1/2} < 6^{1/6} < 3^{1/3} $.
So, with that problem as inspiration, I'm wondering if there is a known way to generalize this. Like, given three integers $a < b < c$, is there a general way to sort $a^{1/a}, b^{1/b}, c^{1/c}$? In particular, the approach I took depends on 6 having 2 and 3 as factors, so I don't think I'd be able to take the same approach if $a, b, \text{and } c$ are relatively prime.