I am trying to prove that $n \geq \sqrt{n+1} + \sqrt{n}$ for $n \geq 4$ (n in naturals of course). I am not sure if there are any specific inequalities that could help me out here. I also know that 4 is not exactly the "base" case, I just chose it arbitrarily as I am trying to compare two series. I attempted induction but am not sure if it is the correct way to do it.
2026-03-30 15:45:05.1774885505
Prove that $n \geq \sqrt{n-1} + \sqrt{n}$ for $n \geq 4$
107 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Simply, $\sqrt {n-1}+\sqrt{n} \lt {2\sqrt n}$
$\forall n\in N$
For $n\ge 4,$ $2\sqrt n \le n$
Thus we have proved that $n \gt\sqrt {n-1}+\sqrt{n}$
$\forall n \ge 4$