The Harmonic Series Is Never an Integer
Why it's beautiful: grows without bound, so you might expect it to eventually hit an integer. It never does (for ). The proof uses a clever "lonely prime" argument: there is always one prime that appears exactly once in the denominators, and that prime poisons the entire sum, preventing it from being an integer.
Problem
Let .
Prove that is not an integer for any .
Hint: Let be the largest prime . By Bertrand's postulate, , so — meaning appears only once among . Now multiply by and think about divisibility by .
Harmonic Series Is Never an Integer — Answer
Setup: The "Lonely Prime" Idea
Bertrand's Postulate states: for every integer , there exists a prime with .
Equivalently: the largest prime satisfies , so .
This means is the only multiple of in — hence "lonely."
Proof
Let , and let be the largest prime .
Step 1: Multiply through by .
Every term is an integer (since by definition of lcm). So is an integer.
If were also an integer, then (since ). We will show this is impossible.
Step 2: Determine the exact power of in .
Since , we have , so does not divide any . Therefore:
Step 3: Analyze each term modulo .
-
If : since (because is the only multiple of in ), and , we get .
-
If : since , removing one factor of gives .
So modulo :
Step 4: Conclude.
We have shown .
But if were an integer, then , and since , we'd have — contradiction.
Therefore is not an integer.
Why each step is needed
| Step | Role | |------|------| | Bertrand's postulate | Guarantees appears exactly once in | | | Ensures is not divisible by , but all other are | | Mod analysis | Shows , killing integrality |
The lonely prime is the obstruction. Every other denominator cancels cleanly — but has no partner to cancel with, so it leaves a remainder that can never be an integer.