Show that $1/\sqrt{1} + 1/\sqrt{2} + ... + 1/\sqrt{n} \leq 2\sqrt{n}-1$ for $n\geq 1$
I attempted the problem but I get stuck trying to show that if the statment is true for some $k\geq1$ then $k+1$ is also true.
My attempt: Base case $n=1$ is true by inspection
Now assume the statement is true for some $k\geq1$. Then $1/\sqrt{1} + 1/\sqrt{2} + ... + 1/\sqrt{n} +1\sqrt{n+1} \leq 2\sqrt{n}-1 + 1/\sqrt{n+1}$ but I am not sure how to show the rest.