Sequences, subsequences (convergent, non-convergent)

In summary, the conversation discussed the concept of subsequences in sequences, where a subsequence is a sequence that can be formed by skipping elements of the original sequence while keeping an infinite number of elements. It was clarified that a subsequence must also preserve the order of the original sequence. Examples were given to demonstrate the existence of convergent and non-convergent subsequences in both divergent and convergent sequences. The practical applications of subsequences were also mentioned, such as in proving continuity in certain spaces.
  • #1
control
14
0
Hi guys,
I am not sure if my understanding of subsequence is right. For example I have sequence {x} from n=1 to infinity. Subsequence is when
A) I chose for example every third term of that sequence so from sequence 1,2,3,4,5,6,7,... I choose subsequence 1,4,7...?
B) Or subsequence is when I chose for example only first five terms so from sequence 1,2,3,4,5,6,7... I choose subsequence 1,2,3,4,5...?
I have this problem because {x} from n=1 to infinity is non-convergent sequence and I want to know if subsequence of non-convergent sequence is also always non-convergent like in A) or we can make convergent subsequence from non-convergent sequence B).
BY THE WAY SEQUENCE 1,2,3,4,5 IS CONVERGENT, RIGHT? :D
 
Mathematics news on Phys.org
  • #2
Subsequences should be infinite. Choosing every third term is fine, just choosing the first 5 does not work.
control said:
and I want to know if subsequence of that sequence is also always non-convergent
What do you want to show? The existence of at least one non-convergent subsequence, or that all subsequences do not converge?

Convergence is a meaningless concept for finite sets (they are not sequences).
 
  • #3
I probably do not understand what is subsequence. Can you explain it in words and examples, please (not in formulas)?
 
  • #4
And I want to show if non-convergent sequence has always non-convergent subsequence.
 
  • #5
What is unclear? A subsequence is a sequence where you can skip elements of the parent sequence, but you have to keep infinitely many elements. You can take every third element, or every prime numbered element, or every power of 2, or whatever you want, but it has to be a sequence - it cannot end somewhere.
 
  • #6
control said:
I probably do not understand what is subsequence. Can you explain it in words and examples, please (not in formulas)?
Here is an example: ##\{a_n\}_{n=1}^\infty## defined by ##a_n = (-1)^{n+1}## = {1, -1, 1, -1, ...}
This sequence is divergent, but it has two convergent subsequences. One convergent subsequence is ##\{a_0, a_2, a_4, \dots, a_{2n}, \dots\}##. All elements of this subsequence are 1, so this subsequence is obviously convergent.
The sequence of my example has another convergent subsequence, which I leave to you to find.
 
  • #7
Thanks guys, it is clear for me now.
Mark44: All elements of second convergent subsequence are -1. Thanks for good example.
 
  • #8
I have one more question. I am curious, where in practice are subsequences used, and how can I formally write that elements of my subsequence are for example every third element of my sequence?
 
  • #9
If your original sequence has elements an, then the subsequence "every third" has elements sn=a3n. As examples, s1=a3 and s2=a6.
control said:
And I want to show if non-convergent sequence has always non-convergent subsequence.
It is unclear what that means. A specific subsequence either converges or not, there is nothing the "always" could apply to.
 
  • #10
I meant if there exists some sequence which is non-convergent and we can make such subsequence from it which would be convergent. But from our discussion and my knowledge it is impossible to find such sequence, or am I wrong?
 
  • #11
If you have a divergent sequence, there are always divergent subsequences (and you should be able to find examples easily). There can be convergent subsequences (Mark44 gave an example in post 6), but there don't have to be, it depends on the sequence.

If you have a convergent sequence, all subsequences are convergent.
 
  • #12
control said:
Hi guys,
I am not sure if my understanding of subsequence is right. For example I have sequence {x} from n=1 to infinity. Subsequence is when
A) I chose for example every third term of that sequence so from sequence 1,2,3,4,5,6,7,... I choose subsequence 1,4,7...?
B) Or subsequence is when I chose for example only first five terms so from sequence 1,2,3,4,5,6,7... I choose subsequence 1,2,3,4,5...?
I have this problem because {x} from n=1 to infinity is non-convergent sequence and I want to know if subsequence of non-convergent sequence is also always non-convergent like in A) or we can make convergent subsequence from non-convergent sequence B).
BY THE WAY SEQUENCE 1,2,3,4,5 IS CONVERGENT, RIGHT? :D
An additional condition here is that subsequences { ##a_{j_k} ##} ##\subset ## {## a_j ##} must preserve the order in the original, i.e., if for indices n,m if ## n<m ## in the original , then ##j_n < j_m##. , e.g., you cannot swap the order of the 300th, 500th terms of the original for a subsequence in the subsequence..
 
  • #13
control said:
I have one more question. I am curious, where in practice are subsequences used, and how can I formally write that elements of my subsequence are for example every third element of my sequence?
As in this case, to prove continuity in certain spaces, where the condition ## (a_k \rightarrow a ) \rightarrow (f(a_k) \rightarrow f(a) )## is equivalent to f being continuous.(Continuity implies Sequential Continuity but not viceversa)
 

1. What is a sequence?

A sequence is a list of numbers in a specific order. The order of the numbers is important and each number in the sequence is called a term. For example, the sequence 1, 2, 3, 4, 5 is a list of numbers in ascending order.

2. What is a subsequence?

A subsequence is a sequence that is formed by selecting some terms from another sequence. The selected terms must be in the same order as they appear in the original sequence. For example, the sequence 1, 3, 5 is a subsequence of the sequence 1, 2, 3, 4, 5.

3. What is a convergent sequence?

A convergent sequence is a sequence in which the terms approach a specific value as we move along the sequence. This value is called the limit of the sequence. For example, the sequence 1, 1/2, 1/4, 1/8, ... has a limit of 0 as the terms get closer and closer to 0 as we move along the sequence.

4. What is a non-convergent sequence?

A non-convergent sequence is a sequence in which the terms do not approach a specific value as we move along the sequence. In other words, the sequence does not have a limit. For example, the sequence 1, 2, 3, 4, ... does not have a limit as the terms continue to increase without approaching a specific value.

5. How do you determine if a sequence is convergent or non-convergent?

To determine if a sequence is convergent or non-convergent, you can look at the behavior of the terms as you move along the sequence. If the terms approach a specific value, the sequence is convergent. If the terms do not approach a specific value, the sequence is non-convergent. Additionally, you can also use mathematical tests such as the squeeze theorem or the ratio test to determine convergence or non-convergence.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
876
Replies
1
Views
894
  • Calculus and Beyond Homework Help
Replies
1
Views
231
Replies
7
Views
2K
  • General Math
Replies
1
Views
1K
  • General Math
Replies
13
Views
7K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Replies
11
Views
4K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
Replies
2
Views
1K
Back
Top