Hey, thanks for the input. I actually think I got the solution on my own however, but I'm not sure if there are some shortcuts I can take in my proof (it ended up taking 2 pages...)
Here's how it goes...if anyone sees glaring errors please point them out to me, I'd prefer that this be as close to perfect as possible, since I need to distribute it to my class.
Show that limsup(sn + tn) ≤ limsup(sn) + limsup(tn), for bounded sequences (sn) and (tn)Proof
Sn is said to be bounded and therefore there exists an M in the reals such that |sn| ≤ M for all n. Consider the set {sn : n>N}. For any sn in this set it is obvious that |sn|≤ M also, since it was originally stated that |sn|≤M for all n. Therefore {sn: n>N} is bounded. By the completeness axiom we know that sup{sn: n>N} exists and is real.
It can be shown similarly that {tn:n>N} is bounded and therefore sup{tn:n>N} exists and is real.
Now consider the set {sn+tn:n>N}. Since sn is bounded, there exists an M1 such that |sn|≤M1 for all n. Also since tn is bounded there exists an M2 such that |tn|≤M2 for all N. Then |sn|+|tn| ≤ M1+M2 for all n. By the triangle inequality |sn+tn| ≤ |sn|+|tn| therefore by transitivity, we have |sn+tn| ≤ M1+M2 for all n. So {sn+tn: n>N} is bounded. By the completeness axiom, sup {sn+tn: n>N} exists and is real.
Nw that we know sup{sn:n>N}, sup{tn:n>N}, and sup{sn+tn: n>N} are all real, we must show:
sup{sn+tn:n>N} ≤ sup{sn:n>N}+sup{tn:n>N}
We will show this by contradiction.
Assume then that:
sup{sn+tn:n>N} > sup{sn:n>N}+sup{tn:n>N}
This implies that there exists an element a in the set {sn+tn :n>N} such that
a>sup{sn:n>N}+sup{tn:n>N}
but since a is an element of {sn+tn:n>N}, a = sk+tk where k>N. So we have:
a=sk+tk > sup{sn:n>N}+sup{tn:n>N}
0 > sup{sn:n>N}-sk + sup{tn:n>N}-tk
But sk is an element of {sn:n>N} so sk≤sup{sn:n>N}
and tk is an element of {tn:n>N} so tk≤sup{tn:n>N}
So 0≤ sup{sn:n>N}-sk
and 0≤ sup{tn:n>N}-tk
So our previous statement is now:
0>sup{sn:n>N}-sk + sup{tn:n>N}-tk ≥ 0 + 0
or that:
0>0
which is clearly a contradiction since 0=0. So our initial assumption that sup{sn+tn:n>N} > sup{sn:n>N}+sup{tn:n>N} is incorrect, and therefore we must have
sup{sn+tn:n>N} ≤ sup{sn:n>N}+sup{tn:n>N}.
Since {sn+tn:n>N} is bounded it's set A of subsequential limits must be bounded below by inf(sn+tn) and bounded above by sup(sn+tn). We have shown already that (sn+tn) is bounded, so inf and sup are both real numbers by the completeness axiom.Therefore A is bounded and supA is a real number by the completeness axiom. And by theorem 11.7(ii), sup A = limsup{sn+tn:n>N}. So limsup{sn+tn:n>N} is real.
It is shown similarly that limsup{sn:n:N} and limsup{tn:n>N} are both real. Then by theorem 9.3, limsup{sn:n>N}+limsup{sn:n>N} = lim(sup{sn:n>N}+sup{tn:n>N})
We have now shown that limsup{sn+tn:n>N} limsup{sn:n>N} and limsup{tn:n>N} all exist and are real.
We also have shown that sup{sn+tn:n>N} ≤ sup{sn:n>N}+sup{tn:n>N}.
So by exercise 9.9, which states:
given N such that sn≤ tn for all n>n, if lims n and lim tn exist, then lim sn ≤ lim tn,
We can say limsup{sn+tn:n>N} ≤ lim(sup{sn:n>N}+sup{tn:n>N}).
By theorem 9.3, this is the same as:
limsup{sn+tn:n>N} ≤ limsup{sn:n>N}+limsup{tn:n>N}.
Finally, from definition 10.6, we have
limsup(sn+tn)≤ limsup(sn) + limsup(tn)
Phew...that was a long one. Thanks to anyone who reads through this for me.