I am trying to solve exercise 5, Chapter 3 of Rudin. Basically showing that the limit superior of a sum of sequences is less than or equal to the sum of the limit superiors of the individual sequences, as n tends to infinity.
For any two real sequences $\{A_n\}$, $\{B_n\}$, prove that: $\limsup_{n \rightarrow \infty} (A_n+B_n) \le \limsup_{n\rightarrow\infty}(A_n) + \limsup_{n\rightarrow \infty} (B_n)$
My solution is the following: For all n, An <= s*(a) where s*(a) is the limit superior of An as n-->inf For all n, Bn <= s*(b) where s*(b) is the limit superior of Bn as n-->inf So that An + Bn <= s*(a) + s*(b)
Now suppose that s*(a+b), (the limit superior of An + Bn, as n goes to inf) is greater than s*(a) + s*(b). That means that there is an x, such that s*(a) + s*(b) < x < s*(a+b), where x is a subsequential limit of a subsequence of An+Bn. But that means that for some n, An+Bn > s*(a) + s*(b), which is a contradiction. So that s*(a+b)<= s*(a) + s*(b).
Does that proof make sense? I looked at proofs on the net and they seem a lot more complicated.
Apologies for the formating issues.
For any two real sequences {An}, {Bn}, prove that: lim sup (An+Bn) <= lim sup (An) + lim sup (Bn) as n tends to inf. provided that the sum on the right is not of the form +inf -inf
Thank you.
– G Ch Jul 02 '17 at 01:23