I am trying to show by induction that $2(\sqrt{n}-1)<1+\dfrac{1}{\sqrt{2}}+\cdots+\dfrac{1}{\sqrt{n}}<2\sqrt{n}$.
For the upper bound, I have that if $1+\dfrac{1}{\sqrt{2}}+\cdots+\dfrac{1}{\sqrt{n}}<2\sqrt{n}$, then $1+\dfrac{1}{\sqrt{2}}+\cdots+\dfrac{1}{\sqrt{n}}+\dfrac{1}{\sqrt{n+1}}<2\sqrt{n}+\dfrac{1}{\sqrt{n+1}}=$
$2\sqrt{n}+\dfrac{2}{2\sqrt{n+1}}<2\sqrt{n}+\dfrac{2}{\sqrt{n}+\sqrt{n+1}}=2\sqrt{n}+2(\sqrt{n+1}-\sqrt{n})=2\sqrt{n+1}$.
However, despite hours of trying, I cannot figure out how to show that $2(\sqrt{n+1}-1)<1+\dfrac{1}{\sqrt{2}}+\cdots+\dfrac{1}{\sqrt{n}}+\dfrac{1}{\sqrt{n+1}}$.

Observe that: $\dfrac{1}{2\sqrt{k}}> \dfrac{1}{\sqrt{k+1}+\sqrt{k}}= \sqrt{k+1}-\sqrt{k}$. Taking summation for $k$ from $1$ to $n$ and get: $\dfrac{S_n}{2} > \displaystyle \sum_{k=1}^n\left(\sqrt{k+1} - \sqrt{k}\right)= \sqrt{n+1}-1\implies S_n > 2\left(\sqrt{n+1}-1\right)> 2\left(\sqrt{n}-1\right)$ as claimed.