As part of a proof I am writing for analysis, I need to show the following set is closed:
$F_n = \{x \in \mathbb{R} \, | \,x \ge 0, ~~ 2-\frac{1}{n} \le x^2 \le 2+\frac{1}{n}\}$.
My current approach is to show that $F_n = \overline{F_n}$. I.e. I want to show that an accumulation point $x$ of $F_n$ is in $F_n$. My idea is proof by contradiction, so suppose $x \in (F_n)^c \Rightarrow 2 - \frac{1}{n} > x^2$ or $x^2> 2+\frac{1}{n}$. I try using the fact that $x$ is an accumulation point to reach a contradiction but cannot seem to do so. Is there another approach that is more intuitively obvious? Or am I doing something wrong?