Prove that there exist irrational numbers $a$ and $b$ such that $a^{b}$ is rational.
What i tried
Prove by contradiction
I assume the statement
For all rational numbers $a$ and $b$ such that $a^{b}$ is rational
Since $a$ and $b$ are assumed to be rational, they can be expressed in the form
$$a=\frac{c}{d}$$
$$b=\frac{x}{y}$$
then $$a^{b}=(\frac{c}{d})^\frac{x}{y}$$
From here we know that $$(\frac{c}{d})^\frac{x}{y}$$
doesent necessarily have to be rational as can be seen from the example if $x=1$ and $y=2$, hence $a^{b}$ dosent necessarily have to be rational. But from our assumption, we assumed that $a^{b}$ have to be rational. Hence a contradiction and thus proving the original statement. Is my proof correct. Could anyone explain. Thanks