Euler2718
- 90
- 3
Homework Statement
Determine whether or not the following sequences of real valued functions are Cauchy in L^{1}[0,1]:
(a) f_{n}(x) = \begin{cases} \frac{1}{\sqrt{x}} & , \frac{1}{n+1}\leq x \leq 1 \\ 0 & , \text{ otherwise } \end{cases}
(b) <br /> f_{n}(x) = \begin{cases} \frac{1}{x} & , \frac{1}{n+1}\leq x < 1 \\ 0 & , \text{ otherwise } \end{cases}<br />
Homework Equations
\{ f_{n} \}_{n=1}^{\infty} is Cauchy in L^{1}[0,1] iff for all \epsilon>0 there exists N\in\mathbb{N} such that for n,m\geq N, ||f_{n}-f_{m}||_{1} < \epsilon.
The Attempt at a Solution
[/B]
In both problems I think I should get to a step where I integrate \left|\frac{1}{\sqrt{x}}\right| and \left|\frac{1}{x}\right| over [0,1] and get the norm values of 2 and undefined respectively, then I can conclude easily. Embarrassingly I don't know what f_{n}-f_{m} is explicitly (in terms of its piecewise definition). I had first thought it to be zero for both cases, I don't think this is the case. Feel stupid asking this, but how do you subtract f_{n} and f_{m} in either case ?