I am very new to this and I am finding it very difficult to do proofs, here is my attempt.
If for each $n\in\mathbb N$ $X_n<6$, prove that $x≤6$
Let $\varepsilon > 0$ be given. since $(Xn)$ converges
$|X_n-x|<\varepsilon$ and we are told $X_n<6$
$|x|= |x-X_n+X_n| \le |X_n-x| +|X_n|$
$|x| < \varepsilon + |Xn|$
$|x| < \varepsilon + 6$
implies $ x\le6 $
If for each $n\in\mathbb N$, $X_n>2$, then prove that $x\ge2$
Let $\varepsilon > 0$ be given. since $(X_n)$ converges and we are told $X_n>2$
$|X_n| = |X_n-x+x|\le|X_n-x| +|x|$
$|X_n| < \varepsilon + |x| $
$|X_n|-\varepsilon < |x|$
$2-\varepsilon < |x|$
implies $|x|\ge 2$
Any feed back most welcome and many thanks in advance
2nd attempt at 2nd part of question
If for each $n\in\mathbb N$, $X_n>2$, then prove that $x\ge2$
Let $\varepsilon > 0$ be given. since $(X_n)$ converges and we are told $X_n>2$
$|X_n-x|< \varepsilon $
$ -\varepsilon < X_n-x< \varepsilon$
$ -x < \varepsilon -X_n$
$ x > 2 - \varepsilon $
implies $ x\ge 2$