Let $X$ = $R$ and $\tau$ is a topology on $X$ where A $\in$ $\tau$ iff for each $x$ $\in$ A $\exists$ $\epsilon \gt 0$ and an at most countable set $B$ such that (x- $\epsilon$, x+ $\epsilon$)\B $\subseteq$ A. $\epsilon$ and $B$ are dependent on $x$.
a. Show $\tau$ is a topology:
Okay! So $R$ is in $\tau$ because, letting $\epsilon_x$ = any real number greater than 0, $B_x$ = $Q$, ($x-\epsilon_x,x+\epsilon_x$) \ $B_x$ $\subseteq$ $R$
$\emptyset$ $\in$ $\tau$ because the empty set is a subset of every set (Not sure about this explanation, but it's the only thing I can think of).
Now let U, V $\in \tau$. Then $\forall x \in U, \exists \epsilon_x$ and a countable set $B_x$ such that $(x- \epsilon_x,x+ \epsilon_x)\backslash B_x \subseteq U$.
Also, $\forall y \in V, \exists \epsilon_y$ and a countable set $B_y$ such that $(y- \epsilon_y,y+ \epsilon_y)\backslash B_y \subseteq V$.
Let $z \in U \bigcap V$. So $\exists \epsilon_z$ and a countable set $B_z$ such that $(z- \epsilon_z,z+ \epsilon_z)\backslash B_z \subseteq U$, and $\exists \epsilon_z$ and a countable set $B_z$ such that $(z- \epsilon_z,z+ \epsilon_z)\backslash B_z \subseteq V$. These follow from $z \in V$ and $z \in U$. So $\exists \epsilon_z$ and a countable set $B_z$ such that $(z- \epsilon_z,z+ \epsilon_z)\backslash B_z \subseteq U \bigcap V$.
So $U \bigcap V \in \tau$.
Let $\{V_i\}, i \in I$, be a family of members of $\tau$.
$\forall i \in I, \forall X_i \in V_i, \exists \epsilon_Xi$ and a countable set $B_Xi$ such that $(X_i- \epsilon_Xi,X_i+ \epsilon_Xi)\backslash B_xi \subseteq V_i$.
So the union of all $V_i$ will contain all the $\epsilon_Xi$ and $B_Xi$ from the original subsets, so the union of all $V_i \in \tau$. (Formally, I think I'd write: $\forall X_i \in \bigcup V_i, \exists \epsilon_Xi$ and a countable set $B_Xi$ such that $(X_i- \epsilon_Xi,X_i+ \epsilon_Xi) \subseteq \bigcup V_i$)
So $\tau$ is a topology (any comments on how this proof could be improved?)
b. Verify that 0 $\in$ closure((0,1)).
This one I wasn't sure, but I think I just say: Let $\epsilon \gt 0. (0- \epsilon, 0+ \epsilon)$ overlaps with (0,1) for every $\epsilon$. Therefore, 0 is in the closure. I'm pretty sure this is in good spirit but misses the mark.
c. Show that there is no sequence $\{X_n\}$ of (0,1) with $lim x_n$ = 0.
This is what I need help with proving at all. I supposed that an $x_n$ exists with limit 0. That means $\forall \epsilon \gt 0, \exists n_0 \in N$ such that $|x_n-0| \lt \epsilon \forall n \gt n_0$.
This means $x_n \lt \epsilon$ since $x_n$ is always positive. That's where I'm stuck.
Applying the topology, it's obvious that a dummy sequence such as 1/n wouldn't work because there is no countable subset that could be removed from tiny neighborhoods around each 1/n that would still be in R (or am I thinking wrong? The topology doesn't explicitly say the neighborhoods have to include the sequence points after the removal, so it could be Q.) I know I'm supposed to apply the topology somehow and arrive at a contradiction, but I'm not seeing how.
Thanks so much in advance!