[Math] Prove the cuberoot of 2 is irrational

discrete mathematicsproof-verification

I need to prove the cube root is irrational. I followed the proof for the square root of $2$ but I ran into a problem I wasn't sure of. Here are my steps:

  1. By contradiction, say $ \sqrt[3]{2}$ is rational
  2. then $ \sqrt[3]{2} = \frac ab$ in the lowest form, where $a,b \in \mathbb{Z}, b \neq 0$
  3. $2b^3 = a^3 $
  4. $b^3 = \frac{a^3}{2}$
  5. therefore, $a^3$ is even
  6. therefore, $2\mid a^3$,
  7. therefore, $2\mid a$
  8. $\exists k \in \mathbb{Z}, a = 2k$
  9. sub in: $2b^3 = (2k)^3$
  10. $b^3 = 4k^3$, therefore $2|b$
  11. Contradiction, $a$ and $b$ have common factor of two

My problem is with step 6 and 7. Can I say that if $2\mid a^3$ , then $2\mid a$. If so, I'm gonna have to prove it. How??

Best Answer

This is not, probably, the most convincing or explanatory proof, and this certainly does not answer the question, but I love this proof.

Suppose that $ \sqrt[3]{2} = \frac p q $. Then $ 2 q^3 = p^3 $. This means $ q^3 + q^3 = p^3 $. The last equation has no nontrivial integer solutions due to Fermat's Last Theorem.