Yagoda
- 45
- 0
Homework Statement
fn is a sequence of functions and sn is a sequence of reals such that 0 ≤ fn(x) ≤ sn for all x.
I want to show that if \sum_{k=0}^{n}s_k is Cauchy then \sum_{k=0}^{n}f_k is uniformly Cauchy and that if \sum_{k=0}^{\infty}s_k converges then \sum_{k=0}^{\infty}f_k converges uniformly.
Homework Equations
The Attempt at a Solution
If \sum_{k=0}^{n}s_k is Cauchy then that means there exists an N such that \left|\sum_{k=0}^{n}s_k-\sum_{k=0}^{m}s_k\right|<\epsilon for all \epsilon where m,n >N.
Also \sum_{k=0}^{n-1}f_k\leq \sum_{k=0}^{n}f_k for all n because every fn is at least zero and \sum_{k=0}^{n}f_k\leq \sum_{k=0}^{n}s_k.
I guess I'm missing how to put these pieces together.