I would like to understand convergence with this example.
First let's describe two functions:
- f(n): gives the nth element of an absolutely convergent infinite series.
- g(n): gives the nth element of a conditional convergent infinite series.
let's redefine f(n) like this:
$$ f(n) = f(n) + g(n) - g(n) $$ $$ \sum_{i=0}^{i=\infty}{f(i)} = \sum_{i=0}^{i=\infty}{(f(i)+g(i)-g(i))} = \sum_{i=0}^{i=\infty}{f(i)} + \sum_{i=0}^{i=\infty}{g(i)} -\sum_{i=0}^{i=\infty}{g(i)} $$
Using the Riemann series theorem, this redefinition of f(n) let us reorder both "g(i) sigma terms" and the absolutely convergent series would converge to any value.
What's wrong with this redefinition of f(n)? Thanks a lot for your comments.