I have very little knowledge of set theory and proof writing. This is a problem from “Introduction to Topology: Pure and Applied” by Colin Adams and Robert Franzosa.
DEFINITION
On $\mathbb{R}$, let $\beta=\{[a,b)\subset\mathbb{R}\;|\;a<b\}$. The collection $B$ is a basis for a topology on $\mathbb{R}$. We call the topology generated by this basis the lower limit topology since each basis element contains its lower limit. We denote $\mathbb{R}$ with this topology by $\mathbb{R}l$.
EXAMPLE
The intervals $[0,2)$ and $(0,2)$ are both open in $\mathbb{R}l$. The former is open since it is a basis element; the latter is open since it is the union of the basis elements $B_i=[1/i, 2)$, where $i=1,2,3\dots$
PROBLEM
Determine which of the following are open sets in $\mathbb{R}l$. In each case, prove your assertion.
$A=[4,5)$
$B=\{3\}$
$C=[1,2]$
$D=(7,8)$
THOUGHTS
We can see from the example that $A$ and $D$ are open. For $B$, I can't think of a way that $\{3\}$ could be the union of any of the basis elements, but I don't know how I would prove that. For $C$, I don't know how we could arrive at something of the form $[a,b]$ from the union of intervals in the form $[a,b)$. As always, I appreciate any help.
You are correct in asserting that $\{3\}$ is not open. Let $U$ be an open set containing $3$. Then, because $U$ is open in $\mathbb{R}$, and $B$ generates the lower limit topology, it follows (by the definition of a topology generated by a basis), that there is a basis element $B_0$ containing $3$ that is contained in $U$. That is, $3 \in B_0 \subset U$. But, since $B_0$ is a basis element, it is of the form $[a,b)$. In other words, $3 \in [a,b) \iff a \leq 3 < b$. But since there is a real number $c$ between $3$ and $b$, we conclude that $c \in [a,b) \subset U$. So, we have found another element of $U$ that is not $3$. In other words, any open set containing $3$ must also contain another real number, so the singleton $\{3\}$ cannot be open.
For $[1,2]$, we note $2 \in [1,2]$, and if it was open, there should be a basis element $[a,b)$ containing $2$ such that $2 \in [a,b) \subset [1,2]$, but clearly this is impossible, since if $2 \in [a,b)$, then $a \leq 2 < b$, but since $[a,b) \subset [1,2]$, we have $b \leq 2$, so we have the contradiction that $2 < b \leq 2$.
As a side note: I think you may have gotten tunnel-vision in this problem. Yes, seeing elements of a topology as a union of basis elements is often helpful and will take you a long way! However, never forget about your basic definitions :)