Processing math: 100%

Thursday, March 24, 2016

Harmonic numbers are not integers [Solution]

The problem was to show that

Hn=nk=11k=1+12++1n


is never an integer for n>1.

Solution


There are multiple solutions. One of them uses Bertrand's postulate, which says that there is a prime between n and 2n for any n>1.

Now consider the largest prime p in 1,2,,n.

The denominator of Hn is divisible by p. The numerator has terms divisible by p, plus the term 1×2××(p1)×(p+1)××n

By Bertrand's postulate, we have that 2p>n (otherwise p won't be the largest prime).

Thus the numerator is not divisible by p. Thus Hn is not an integer.

2 comments:

  1. Replies
    1. Yeah this one is a quick one (assuming you know the Bertrand result). There are other proofs which don't require any such "advanced" theorems.

      Delete