Question
We have a set E which is a subset of the real numbers. There is a sequence ${x_n}$ such that $\{x_n\} \subseteq E$. Suppose there is another sequence $\{y_n\}$ such that the limit as $n$ goes to infinity for both sequences is the number $y$.
We also assume that every term in the sequence $\{y_n\}$ is an upper bound for $E$. Show that $y$ is an upper bound for $E$.
My reasoning
First since the sequence $\{x_n\}$ is inside of E, that means that every term of the sequence must be an element of the set E. Since all terms in the sequence $\{y_n\}$ are upper bounds for the set $E$, then this means that $\{x_n\} \leq \{y_n\}$ for all $n$.
I'm really stuck though. I have a feeling that that both sequences are converging to the sup of the set E, but i'm not really sure how to get started with this. A few hints or things to consider would be helpful.
The existence of the $x_n$ is not required for this problem (all it does is guarantee that $y$ is actually the supremum of $E$ instead of some other upper bound for $E$.) What you actually need to prove is the implication:
$$(((\forall x \in E,n \in \mathbb{N}) \: x \leq y_n) \wedge y_n \to y ) \Rightarrow (\forall x \in E) \: x \leq y$$
Does that symbolic translation help? If not, ask in the comments and I'll elaborate.