have a question that im stuck on here
Let $a_n, b_n$ and $c_n$ be three sequences of real numbers.
Suppose $k_n \in [0,1]$ for all $n$. Let $$c_n = (k_n)(a_n) + (1-k_n)b_n\;.$$ Assuming that $\limsup_{n\to\infty}(a_n)$ and $\limsup_{n\to\infty}(b_n)$ are finite, prove the following inequality,
$$\limsup_{n\to\infty}(c_n) \le \max\big(\limsup_{n\to\infty}(a_n),\limsup_{n\to\infty}(b_n)\big)$$
Recall the definition: $\limsup_{n \to \infty} a_n = \lim_{n \to \infty} \sup_{m \geq n} a_m$.
Since $k_n \in [0,1]$, you have $c_n \leq \max(a_n,b_n)$, and so $\sup_{m \geq n} c_m \leq \sup_{m \geq n} \max(a_n,b_n) \leq \max(\sup_{m \geq n} a_n, \sup_{m \geq n} b_n)$. Now take limits to get the desired result.