A Short Number Theory Joke
A common exercise in introductory discrete math courses is the proof that is irrational. The general structure of the proof is to assume (for the sake of contradiction) that we can write as a fraction in reduced form. That is,
where and
Rewrite as and from here easily show that and must both be even, contradicting our assumption that they share no common factor.
Suppose that instead we were tasked with showing that is irrational. Let’s see what happens if we try the same approach. Suppose
where and
Rewrite as . From here one can proceed in the same manner as above and show that and must both be even. However, a particularly cheeky student might rewrite the equation again as
and simply apply Fermat’s Last Theorem to conclude that no positive integer solutions exist. π
This is of course circular reasoning and totally not a valid proof, but it is hilarious. Just for fun, lets try to write this argument with more generality. First, observe that for any , the same trick works to show that is irrational since FLT applies for cubes, 4th powers, 5th powers, etc. What about for radicands other than 2? For 9, it also works with a just a little bit more effort:
We can apply FLT here because can be written as the sum of two cubes. In general, the trick works for if we can write as
for positive integers and . For the first few values of and , this looks like
3 | 4 | 5 | 6 | 7 | 8 | 9 | |
2 | β | β | β | β | β | β | β |
9 | β | ||||||
16 | β | ||||||
17 | β | ||||||
32 | β | ||||||
33 | β | ||||||
35 | β | ||||||
54 | β | ||||||
64 | β | ||||||
65 | β | β |
My note that this proof is an instance of “circular reasoning” sparked some discussion in a Reddit thread on r/math. For anyone curious about this point, I’ll direct you to this comment written by someone who understands FLT much more deeply than I do.