prove that 1/√1 + 1√2+ 1/√3+...+1/√n <= 2√n
Proof by Induction: Let P(n) denote 1/ √1 + 1/ √2 + … + 1/ √n <= 2√n Base Case: n = 1, P(1) = 1/√1 <= 2√1 The base cases holds true for this case since the inequality for P(1) holds true.
Inductive Hypothesis: For every n = k > 0 for some integer k P(k) = 1/ √1 + 1/ √2 + … + 1/ √k <= 2√k, p(k) holds true for any integer k
Inductive Step: P(k + 1)) = 1/ √1 + 1/ √2 + … + 1/ √k + 1/ √(k + 1) <= 2√k + 1/√(k+1) √k + √(k+1) <= 2√(k+1) (this is where I got stuck)
Following your work so far, $$\frac{1}{\sqrt{1}} + \cdots + \frac{1}{\sqrt{k}} + \frac{1}{\sqrt{k+1}} \le 2 \sqrt{k} + \frac{1}{\sqrt{k+1}} \overset{?}{\le} 2 \sqrt{k+1}.$$ It remains to prove the inequality with the question mark. It is equivalent to $$\sqrt{\frac{k}{k+1}} + \frac{1}{2(k+1)} \overset{?}{\le} 1.$$ It seems that the left-hand side is an increasing function of $k$ that increases to $1$ as $k \to \infty$.
Unfortunately, a more elementary approach eludes me at the moment...