I thought it would be interesting to start a thread about using overpowered theorems to solve easy problems. Two examples come to mind. Post your favorite example of problem and solution!
1). $\sqrt[3]{2}$ is irrational.
Proof: Suppose $\sqrt[3]{2} = \frac{a}{b}$ for $a,b \in \mathbb{N}$. Then, $a^3=2b^3 = b^3+b^3$, contradicting Fermat's Last Theorem.
2). There are infinitely many primes.
Proof: By the Prime Number Theorem, the asymptotic density of primes is $\frac{x}{\ln(x)}$, so by L'Hopitals Rule, $\lim_{x \to \infty} \frac{x}{\ln(x)} = \lim_{x \to \infty} \frac{1}{1/x} = \lim_{x \to \infty} x = \infty$, so there must be infinitely many primes.