Can Convergent Sequences with Different Limits Have Infinite Intersections?

bedi
Messages
81
Reaction score
0
Let x_n and y_n be two convergent sequences with different limits. Show that the set {x_n : n€N} n {y_n : n€N} is finite.

Attempt: by definition, for each £>0 there exists an N such that |x_n - x|<£ and similarly |y_n - y|<£ holds for every n with n>N. Take £=(x-y)/3 and assume that x_n and y_n are equal for a while. Call N_1 the number which satisfies |x_n - x|<(x-y)/3 and call N_2 which satisfies |y_n - y|<(x-y)/3. Put N=max(N_1,N_2). So after that N, the distance between x_n and y_n is minimum (x-y)/3. Hence there are only N many elements of the set. Is this correct?
 
Physics news on Phys.org
I think I should have assumed the contrapositive, which is actually equivalent to what I did, right?
 
bedi said:
Let x_n and y_n be two convergent sequences with different limits. Show that the set {x_n : n€N} n {y_n : n€N} is finite.

Attempt: by definition, for each £>0 there exists an N such that |x_n - x|<£ and similarly |y_n - y|<£ holds for every n with n>N. Take £=(x-y)/3 and assume that x_n and y_n are equal for a while. Call N_1 the number which satisfies |x_n - x|<(x-y)/3 and call N_2 which satisfies |y_n - y|<(x-y)/3. Put N=max(N_1,N_2). So after that N, the distance between x_n and y_n is minimum (x-y)/3. Hence there are only N many elements of the set. Is this correct?
That's basically right but there are a couple of inaccuracies along the way.
ε=(x-y)/3
ε needs to be guaranteed > 0.
Call N_1 the number which
N_1 does not appear in the expression which follows. Need a 'for all' in there.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top