Problem
Assume that $x_{n}<x_{n+1}(n=1,2,\cdots)$ and $\lim\limits_{n \to \infty}x_n=x$. Prove $$x>x_n$$ holds for all $n=1,2,\cdots.$
Proof
$\forall k \in \mathbb{N+}$,$\exists n \in \mathbb{N_+}: k<n$.We obtain $$x_k<x_n.\tag1$$ Fix $k$ and let $n \to \infty$. We obtain $$x_k \leq \lim_{n \to \infty}x_n=x.\tag2$$ $(2)$ holds for all $k$, thus $x$ is a upper bound of $x_n$, namely $$x_n \leq x. \tag3$$ But we may prove $\forall n \in \mathbb{N_+}:x \neq x_n$. If $\exists k\in \mathbb{N_+}:x=x_k$, then $$x_{k+1}>x_k=x,$$ which contradicts $(3).$ Therefore $$x>x_n.$$