I am trying to show the following set inclusion holds for $X:=\mathbb{R}$,
$\mathscr{A}:=\left\{A\subseteq X:\exists U\in\tau\text{ such that } 0\in U\subseteq A\right\} \subseteq \left\{A\subseteq X:X\setminus A\text{ is finite}\right\}=:\mathscr{A}',$
where the basic nhbds at the origin will be the sets: $(-\epsilon, \epsilon) \cup (-\infty, -n) \cup (n, \infty)$, for all possible choices $\epsilon > 0$ and $n \in \mathbb{N}$.
This is something I need to hold true, as part of a larger problem. My attempt is as follows,
Let $A\in \mathscr{A}$.
By definition of the set,
$$\exists U\in\tau \text{ such that } 0\in U\subseteq A.$$
By definition of the basic nhbds at the origin,
$$U:=\left(\bigcup_{\epsilon>0}(-\epsilon, \epsilon)\right) \cup (-\infty, -n) \cup (n, \infty).$$
Therefore, $X\setminus A\subseteq X\setminus U$, and by De Morgan,
\begin{align*} X\setminus U&=\left(\bigcup_{\epsilon>0}(-\epsilon, \epsilon)\right)^c \cap (-\infty, -n)^c \cap (n,\infty)^c. \\ \end{align*}
This is where I get stuck. I see that if I can show that $X\setminus U$ is finite, then I can conclude that $X\setminus A$ is finite and thus $A\in \mathscr{A}'$ giving the desired inclusion. I have a feeling I may be taking $U$ to be of the wrong form however.