lukepeterpaul said:
hi, i would be very grateful if someone could start me off me in the right direction in numbering the rationals such that the infinite sum of (x_n - x_n+1)^2 (where x_n are rationals) converges.
thanks!
Ok, here is my idea: Take any ordering of the rationals y_1,y_2,... You can recursively weed out duplicates, so we assume this.
If you just want a tip: Try to cut up each interval (y_n,y_{n+1}) with increasingly fine intervals in an appropriate way, and extend the ordering with the cut points between the y_n's, and find an upper bound of the sum. And don't read further.
If you are stuck:
For each n: If y_n<y_{n+1}, define z_{kn}=y_n+2^{-n}\sum^k_{i=1}\frac{1}{i}, for k ranging from 1 to the smallest K_n such that y_{n+1}-z_{K_nn} \leq 2^{-n}, K_n exists since \sum^{N}_{i=1}\frac{1}{i} grows without bound, and z_{k+1n}-z_{kn} \leq 2^{-n}. If y_n>y_{n+1}, then do the same by switching the plus-sign to a minus-sign in from of the 2^{-n}*etc when defining z_{kn}. What we are doing is chopping up the interval (y_n,y_{n+1}) into small parts by the z_{kn}'s.
Now define x_1 = y_1, x_2 = z_{11},x_2=z_{21}, ..., x_{K_n+1}=z_{K_n1},x_{K_n+2}=y_2, x_{K_n+3}=z_{12}, and so on. We are enumerating the rationals by picking each y_n and then each consecutive z_{kn} until we reach the last, then continuing similarly with y_{n+1}.
Now, find (an upper bound of) the sum!