Convergence of Subsequences in a Set I

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
pivoxa15
Messages
2,250
Reaction score
1

Homework Statement


Does
A subsequence of a sequence X converges to a point in I => The sequence X in I converges to a point in I
?

The Attempt at a Solution


I think yes because the subsequence is the sequence itself minus a few finite number of points. Since they both are in the same set I, I can't see why not.
 
Last edited:
Physics news on Phys.org
A subsequence can be lacking an infinite number of points in I. If a sequence is 1,-1,1,-1,1,-1,...

the subsequence

1,1,1,1,1...

certainly converges. You can tell me what you think about the statement
 
Good example.

The question should be
Does
A subsequence of a sequence X converges to a point in I <= The sequence X in I converges to a point in I
?

Now it should be yes.

But we genearlly refer to seq and subseq as containing an infinite number of points.
 
If [tex]f:\mathbb{N}\rightarrow I[/tex] is a sequence in a set I, then a subsequence of f is a sequence of the form h = f o g, where [tex]g:\mathbb{N}\rightarrow\mathbb{N}[/tex] is a strictly increasing sequence of natural numbers.

I like to think of g as a discriminating function that picks which guys from f it wants in its kickball team.. or which girls does the Maharajah wants in its harem, or... any such pictorial analogy to remember the definition.
 
Last edited:
pivoxa15 said:
The question should be
Does
A subsequence of a sequence X converges to a point in I <= The sequence X in I converges to a point in I
?

Now it should be yes.
And it goes farther too: The sequence X in I converges to a point y in I <=> Every subsequence of X converges to y.
 
quasar987 said:
And it goes farther too: The sequence X in I converges to a point y in I <=> Every subsequence of X converges to y.

It a little subtle. Every is essential. I didn't have every in my original statement so no if and only if condition.