Sisyphus
- 62
- 0
something funny's going on here, and I can't see what For a sequence {x_n} , where each term is non-negative
the series x_1 + x_2 + ... +x_n + ... converges
proof:
it will suffice to show that the sequence of partial sums {s_n} is bounded
where each s_i = x_1 + ... + x_i
when i=1,
s_1 = x_1
so the result holds true for i=1
let the result be true for all positive numbers up to some k such that
s_k <= some b
now consider s_{k+1}...
s_{k+1} = s_k + x_{k+1} <= b + x_{k+1}
so the result holds true for all k= 1, 2, 3 ...
the series x_1 + x_2 + ... +x_n + ... converges
proof:
it will suffice to show that the sequence of partial sums {s_n} is bounded
where each s_i = x_1 + ... + x_i
when i=1,
s_1 = x_1
so the result holds true for i=1
let the result be true for all positive numbers up to some k such that
s_k <= some b
now consider s_{k+1}...
s_{k+1} = s_k + x_{k+1} <= b + x_{k+1}
so the result holds true for all k= 1, 2, 3 ...
Last edited: