Maybe some of you have seen one of the posts where the inequality $\sum\limits_{i=1}^n\frac{1}{\sqrt{i}} < 2\sqrt{n}$ is proved by induction (here and here). It can be proved without induction too, but the one with which I'm struggling to prove directly is this:
$$\sum_{i=1}^n\frac{1}{\sqrt{i}} < 2\sqrt{n} - 1 \qquad \text{For }n \in \mathbb{N}, n\geq2.$$
By applying the telescoping property for sums I reached the same inequality with just the $2\sqrt{n}$, but I don't know how to deal with the $1$ there.
My attempt was this:
$$ \begin{align*} \frac{1}{2\sqrt{i}} = \frac{1}{\sqrt{i}+ \sqrt{i}} &< \frac{1}{\sqrt{i}+ \sqrt{i-1}} = \sqrt{i} -\sqrt{i-1}\\ \sum_{i=1}^n\frac{1}{2\sqrt{i}} &< \sum_{i=1}^n[\sqrt{i} -\sqrt{i-1}]\\ \sum_{i=1}^n\frac{1}{2\sqrt{i}} &< \sqrt{n} -\sqrt{1-1}\\ \sum_{i=1}^n\frac{1}{\sqrt{i}} &< 2\sqrt{n} \end{align*} $$

With telescoping, write
$$\sum_{i=1}^n \frac{1}{\sqrt{i}} = 1 + \sum_{i=2}^n \frac{1}{\sqrt{i}}.$$
Then use
$$2(\sqrt{i} - \sqrt{i-1}) = \frac{2}{\sqrt{i} + \sqrt{i-1}} > \frac{1}{\sqrt{i}}$$
to conclude
$$\sum_{i=1}^n \frac{1}{\sqrt{i}} < 1 + 2\sum_{i=2}^n (\sqrt{i} - \sqrt{i-1}) = 1 + 2(\sqrt{n}-1) = 2\sqrt{n} - 1.$$