What is the relationship between the limit and supremum of a sequence?

In summary: I can think of a couple. The first is that the supremum is the maximum value in the set, and the second is that the supremum is the sum of the values in the set. In summary, part a) is valid, but only if you know (or could prove) that the limit of a non-positive convergent sequence is non-positive. Part b) is a little more complicated, but can be done by splitting the sequence into two subsequences and showing that in each case the limit is less than or equal to the supremum.
  • #1
STEMucator
Homework Helper
2,076
140

Homework Statement



http://gyazo.com/d59c730eb9b18dda4504a5fe118c7213

Homework Equations



Limit and supremum.

The Attempt at a Solution



(a) Let : ##b_n = a_n - b## so that ##b_n ≤ 0##

Now, ##lim(b_n) = lim(a_n - b) ≤ 0 \Rightarrow a - b ≤ 0 \Rightarrow a ≤ b##

Q.E.D

(b) I'm actually having some trouble with this one. I want to show the limit of the sequence ##a_n## is less than or equal to the supremum of the sequence ##a_n## while ##n## varies over ##\mathbb{N}##. Where do I start with this one?
 
Physics news on Phys.org
  • #2
Part a) is valid, but only if you know (or could prove) that the limit of a non-positive convergent sequence is non-positive.

As for part b), there are a couple of ways you could do it. My idea is following: First, there are two simple cases:
1) Your sequence is decreasing.
2) Your sequence is increasing.

In case 1, we have [itex]sup_na_n=a_1[/itex] since the sequence is decreasing, so you trivially have [itex]a\leq sup_na_n=a_1[/itex]. The situation is similar for part 2), and in fact can be seen via case 1 by considering the sequence [itex]b_n=-a_n[/itex] and properties of limits of sequences and multiplication by constants (check this!).

In the general case, can you somehow put these two situations together by "splitting" your sequence into two subsequences, one in which all terms are smaller than or equal to the limit, and another where all of the terms are larger than the limit? What do you know about subsequences of convergent sequences?
 
  • #3
christoff said:
Part a) is valid, but only if you know (or could prove) that the limit of a non-positive convergent sequence is non-positive.

As for part b), there are a couple of ways you could do it. My idea is following: First, there are two simple cases:
1) Your sequence is decreasing.
2) Your sequence is increasing.

In case 1, we have [itex]sup_na_n=a_1[/itex] since the sequence is decreasing, so you trivially have [itex]a\leq sup_na_n=a_1[/itex]. The situation is similar for part 2), and in fact can be seen via case 1 by considering the sequence [itex]b_n=-a_n[/itex] and properties of limits of sequences and multiplication by constants (check this!).

In the general case, can you somehow put these two situations together by "splitting" your sequence into two subsequences, one in which all terms are smaller than or equal to the limit, and another where all of the terms are larger than the limit? What do you know about subsequences of convergent sequences?

Ahhh I see, so in case 2 I would say consider the sequence ##b_n = -a_n## which is the sequence from part (1), but it is now increasing. So I can conclude that ##a ≤ sup_n a_n = -a_1## in this case.

Yes if I broke the sequence into sub sequences, let's say ##\forall n \in \mathbb{N}## :

##u_n = \{ x \in a_n \space | \space x ≤ a \}##
##v_n = \{ x \in a_n \space | \space x > a \}##

I know every sub sequence of a convergent sequence converges, which would imply ##u_n## and ##v_n## are convergent so that ##u_n + v_n## is also convergent.
 
  • #4
Zondrina said:
Ahhh I see, so in case 2 I would say consider the sequence ##b_n = -a_n## which is the sequence from part (1), but it is now increasing. So I can conclude that ##a ≤ sup_n a_n = -a_1## in this case.

Not quite. Also , it might not be as easy as I originally thought. Showing it explicitly isn't too hard though... Once again, contradiction is the way to go.

Suppose [itex]a_n[/itex] is increasing and (by assuming the false result),[itex]sup_na_n:=s_A<a[/itex]. But then since [itex]a[/itex] is the limit of the sequence, there exists [itex]N>0[/itex] such that [itex]|a-a_N|<a-s_A[/itex] (ie. in the epsilon definition of limit, we take [itex]\epsilon=a-s_A[/itex]). But then we have [itex]a_N>s_A[/itex], a contradiction. The case 2) for increasing sequences is therefore proven; [itex]sup_na_n\geq a[/itex].

Yes if I broke the sequence into sub sequences, let's say ∀n∈N :

un={x∈an | x≤a}
vn={x∈an | x>a}

I know every sub sequence of a convergent sequence converges, which would imply un and vn are convergent so that un+vn is also convergent.

That's almost it, but be careful. It isn't a very good idea to think of those two new sequences as being something that should be added together. The reason for this is that although [itex]u_n+v_n[/itex] is convergent the way you've defined it, the limit is actually equal to [itex]2a[/itex], where [itex]a[/itex] is the original limit.

A better way to think about the problem is this: define the set [itex]U=\{u_n:n\in\mathbb{N}\}[/itex]. So U is the set of all points in your sequence [itex]u_n[/itex]. Define [itex]V[/itex] similarly for the sequence [itex]v_n[/itex]. So then [itex]sup_nu_n=sup(U)\leq a[/itex], and [itex]sup(V)\leq a[/itex] by the properties above for increasing and decreasing sequences. Now, note that [itex]U\cup V=\{a_n:n\in\mathbb{N}\}[/itex], so that [itex]sup_na_n=sup(U\cup V)[/itex]. Do you know any useful properties about the supremum of a union of two sets?

The next step would be to show that: for any two (bounded) sets [itex]A,B[/itex], we have [itex]sup(A\cup B)\leq max\{sup(A),sup(B)\}[/itex], then you would be done, since then no matter which had the larger supremum (of U and V, in the problem we're solving), both are still less than [itex]a[/itex].

(In fact, you can show [itex]sup(A\cup B) = max\{sup(A),sup(B)\}[/itex], but for this proof, it isn't necessary).
 
  • #5
christoff said:
Not quite. Also , it might not be as easy as I originally thought. Showing it explicitly isn't too hard though... Once again, contradiction is the way to go.

Suppose [itex]a_n[/itex] is increasing and (by assuming the false result),[itex]sup_na_n:=s_A<a[/itex]. But then since [itex]a[/itex] is the limit of the sequence, there exists [itex]N>0[/itex] such that [itex]|a-a_N|<a-s_A[/itex] (ie. in the epsilon definition of limit, we take [itex]\epsilon=a-s_A[/itex]). But then we have [itex]a_N>s_A[/itex], a contradiction. The case 2) for increasing sequences is therefore proven; [itex]sup_na_n\geq a[/itex].



That's almost it, but be careful. It isn't a very good idea to think of those two new sequences as being something that should be added together. The reason for this is that although [itex]u_n+v_n[/itex] is convergent the way you've defined it, the limit is actually equal to [itex]2a[/itex], where [itex]a[/itex] is the original limit.

A better way to think about the problem is this: define the set [itex]U=\{u_n:n\in\mathbb{N}\}[/itex]. So U is the set of all points in your sequence [itex]u_n[/itex]. Define [itex]V[/itex] similarly for the sequence [itex]v_n[/itex]. So then [itex]sup_nu_n=sup(U)\leq a[/itex], and [itex]sup(V)\leq a[/itex] by the properties above for increasing and decreasing sequences. Now, note that [itex]U\cup V=\{a_n:n\in\mathbb{N}\}[/itex], so that [itex]sup_na_n=sup(U\cup V)[/itex]. Do you know any useful properties about the supremum of a union of two sets?

The next step would be to show that: for any two (bounded) sets [itex]A,B[/itex], we have [itex]sup(A\cup B)\leq max\{sup(A),sup(B)\}[/itex], then you would be done, since then no matter which had the larger supremum (of U and V, in the problem we're solving), both are still less than [itex]a[/itex].

(In fact, you can show [itex]sup(A\cup B) = max\{sup(A),sup(B)\}[/itex], but for this proof, it isn't necessary).

Yes indeed, ##sup_n a_n = sup(U \cup V) ≤ max\{sup(U), sup(V)\} = a## in this case.
 
  • #6
Correct. On a purely technical note however, that last equals sign should be a [itex]\leq[/itex], since you technically don't know what either of sup(U) or sup(V) is, only that they are both bounded by a (so less than or equal to a).
 
  • #7
Another approach: If you had a>b , then consider, e.g., (a-b)/2 . Since a is the limit of {a_n} , there should be

some point(s) ( actually, infinitely-many) between a and b , but this is not possible...

Something similar for second part.
 

1. What is a sequence in mathematics?

A sequence in mathematics is a list of numbers in a specific order. It can be finite or infinite, and each number in the sequence is called a term.

2. What is the supremum of a sequence?

The supremum of a sequence is the smallest number that is greater than or equal to all the terms in the sequence. It is also known as the least upper bound.

3. How do you prove the existence of a supremum in a sequence?

To prove the existence of a supremum in a sequence, you need to show that the sequence is bounded above and that there is a number that is greater than or equal to all the terms in the sequence.

4. What is the importance of the supremum in a sequence?

The supremum is important because it helps to understand the behavior of a sequence. It also allows us to make conclusions about the convergence or divergence of a sequence.

5. Can a sequence have more than one supremum?

No, a sequence can only have one supremum. If a sequence has more than one supremum, then it is not a sequence but a set of numbers.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
255
  • Calculus and Beyond Homework Help
Replies
8
Views
816
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
881
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
713
  • Calculus and Beyond Homework Help
Replies
20
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
711
Replies
9
Views
887
Back
Top