Let $a$ be an irrational number where $a^2$ is a rational number. Prove by mathematical induction or generalized mathematical induction that $a^n$ is an irrational number for all odd integers $n ≥ 1$.
So I know that a (rational) * (irrational) -> (irrational) but I'm not sure how to go about this with induction.
If $n$ is odd, then $n+2$ is odd and so $a^{n+2}=a^n a^2$ is irrational, being the product of an irrational and a rational.
If you want to do induction in steps of $1$ instead of $2$, write $n=2k+1$ and use induction on $k$.