For sequence $(a_n)_{n\in \Bbb N}$ we define: $\sup_{n\in \Bbb N} a_n=\{a_{n}:n\in\Bbb N\}$: prove that for each pair of sequences $(x_{n})_{n\in \Bbb N}, (y_{n})_{n\in \Bbb N}$ which are bounded from above $$ \sup_{n\in \Bbb N} (x_n+y_n) \le \sup x_n+\sup y_n $$ and point out such pair of sequences, for which presented inequality is "$<$".
My attempt: let $a=\sup x_n$, and $b=\sup y_n$ and define the addition sequences as: $(a_n)+(b_n):=(a_n+b_n)$
When quantity of elements $(a_n)$ different from $(y_n)$:
- $\sup(x_n+y_n)=\max\{a,b\},\text{ and }\sup x_n+\sup y_n=a+b$, thus
$\max\{a,b\}\le a+b$ for all $a,b$.
- $\sup(x_n+y_n)=\max\{a,b\},\text{ and }\sup x_n+\sup y_n=a+b$, thus
When quantity of elements $(a_n)$ equals $(y_n)$:
- $\sup(x_n+y_n)=a+b=\sup x_n+\sup y_n$
Does it makes sense?
Note that by definition supremum is the least upper bound.
Therefore it suffices to show that, $$ (x_n+y_n) \le \sup_{n\in \Bbb N}x_n+\sup_{n\in \Bbb N} y_n$$ because that makes $$\sup x_n+ \sup y_n$$ an upper bound for $\{ (x_n+y_n)\}$, $n\in \Bbb N$
Since $$ x_n \le \sup_{n\in \Bbb N} \{x_n\}$$ and $$ y_n \le \sup_{n\in \Bbb N} \{y_n\}$$ We get $$x_n+y_n \le \sup \{x_n\} +\sup \{y_n\}$$
Thus the least upper bound is less than or equal to this particular upper bound.