I am struggling with a homework example and I hope you could give me a hint on it. The task is as follows:
Show that $f(x) = \frac{1}{\sqrt{x}}$ is an element of $L^1 \big( (0,1) \big)$ by finding a Cauchy sequence $f_n$ in $\big( C^{\infty}([0,1]) \, , \; \| \cdot \|_{L^1(0,1)} \big)$ that converges to $f$.
Now, as I understand it, in order to show that $f \in L^1(0,1)$, one uses completeness of the space $\big( C^{\infty}([0,1]) \, , \; || \cdot ||_{L^1(0,1)} \big)$. So, if one finds a Cauchy sequence in that space that converges to $f$, then $f$ must be in $\big( C^{\infty}([0,1]) \, , \; || \cdot ||_{L^1(0,1)} \big)$ as well, which means that the norm of $f$ is finite and therefore $f \in L^1(0,1)$. Is this interpretation correct?
If so, I am struggling to find such a sequence. Finding a sequence that is an element of $C^{\infty}([0,1])$ and that converges to $f$ is not that hard, e.g.
$$f_n = \sqrt{\frac{1}{x + \tfrac{1}{n}}}$$
However, I am having difficulty finding a sequence that is Cauchy. Are there any hints or tips you could give me on finding such a Cauchy sequence?
EDIT 1:
It has been mentioned that the above sequence $f_n$ itself is Cauchy. I tried proving this, but failed. My approach was
$$|| f_n - f_m ||_{L^1(0,1)} = \int_0^1 | f_n(x) - f_m(x) | dx \leq \int_0^1 |f_n(x)| dx + \int_0^1 |f_m(x)| dx$$
Consider
$$\int_0^1 f_n(x) dx = \int_0^1 \frac{1}{\sqrt{x + \tfrac{1}{n}}}dx = \sqrt{n} \int_0^1 \frac{1}{\sqrt{nx + 1}}dx$$
How to proceed, or is this approach flawed anyway?