How can I show by induction whether $1+\frac{1}{2}+\frac{1}{3}\cdots+\frac{1}{n}$ is an integer or not?
Progress :
For n=1
the expression is $(=1)$ an integer.
How can I show the next step?
How can I show by induction whether $1+\frac{1}{2}+\frac{1}{3}\cdots+\frac{1}{n}$ is an integer or not?
Progress :
For n=1
the expression is $(=1)$ an integer.
How can I show the next step?
You can do it by induction, in fact you can prove that $(H_n)$ is always the ratio of an odd number (numerator) and an even number (denominator) :
$H_n = \frac{P_n}{Q_n}$, $P_n$ odd number, $Q_n$ even number
It's doable by induction, you will have to introduce respective powers of two of the numerator and the denominator. It's not very pretty though.
However a more elegant way to prove this fact is to study the biggest power of two that is inferior to n, and to see what it implies for the numerator and the denominator (why $P_n$, when $H_n$ is reduced to an irreductible fraction, has to be an odd number) when you reduce to a common denominator, that is finding the gcd of all (1,2,..,n)
Does it help you?