I'm working through some analysis textbooks on my own, so I don't want the full answer. I'm only looking for a hint on this problem.
I'm trying to prove the subadditivity of the limit supremum, i.e.
$$ \limsup_{n \to \infty} (x_n + y_n) \le \limsup_{n \to \infty} (x_n) + \limsup_{n \to \infty} (y_n) $$
My book and the notes that accompany it say I should be able to do this without resorting to properties that relate the infimum to the supremum, so I'm assuming my approach shouldn't follow this question (which doesn't actually address this particular statement directly).
Here's my attempt at a proof that uses contradiction:
Assume that $\limsup_{n \to \infty} (x_n + y_n) > \limsup_{n \to \infty} (x_n) + \limsup_{n \to \infty} (y_n)$
Consider the sequences $(x_n) = (-1)^n$ and $(y_n) = (-1)^{n+1}$. I know that $\forall n, \sup(x_n) = \sup(y_n) = 1$, but $\sup(x_n + y_n) = 0$.
This is a contradiction because I can't have $0 > 1$, so the proof is complete.
Is this a valid proof for this?
If this isn't a valid proof, is there a simple hint that may put me on the right track? I'm a bit stuck on this one.
EDIT:
Here's what I can think of so far, but I'm really stuck on this.
I know that the supremums of subsequences form a monotonically decreasing sequence, and because that sequence converges, it's bounded.
I know that $\limsup_{n \to \infty} (x_n)$ and $\limsup_{n \to \infty} (y_n)$ aren't necessarily upper bounds on the entire sequence; they're just upper bounds on some subsequence in the limit.
I'm really at a loss where to go from here. Can anyone give me some nudge in the right direction? After staring at this proof for days and seeing a lot of resources that say "it's trivial" which is pretty disheartening.