I have been struggling to understand the concept of proving open sets. These Exercise Problems are in my lecture notebook, but they do not have solutions. I am trying to solve all the questions of Exercise 12.
It would be wonderful if someone can explain how to do each of the questions so I can have an idea when the test comes. I currently do not know how to approach the questions. I would be delighted if someone gives me simple tips and points to remember when solving these questions.
I am aware that question 12.4 is searchable on the internet, so it is not vital to answer. I just want to understand this concept. Thanks!
As the definition has suggested, all you need to do to showing openness of a set $A$ is that for every $a\in A$, you have to look up an $\epsilon>0$ such that $(a-\epsilon,a+\epsilon)\subseteq A$, that $\epsilon>0$ may depend on $a$.
For the real line ${\bf{R}}$, this is open because for any $a\in{\bf{R}}$, just take $\epsilon=1$, and then $(a-1,a+1)\subseteq{\bf{R}}$ is trivial.
For the reason why $(0,1]$ is not open, intuitively, the problem arises at the point $1$, so assume that it were open, then $(1-\epsilon,1+\epsilon)\subseteq(0,1]$ by definition. But this is clearly not going through, because $1+\epsilon/2\in(1-\epsilon,1+\epsilon)$ but $1+\epsilon/2\notin(0,1]$. Note that $1+\epsilon/2>1$.
To show that $(0,1)\cup(2,3)$ is open. Given $a\in(0,1)\cup(2,3)$, then we have two cases.
Case I. $a\in(0,1)$, then take $\epsilon=\min\{1-a,a\}$, one claims that $(a-\epsilon,a+\epsilon)\subseteq(0,1)$: For $y\in(a-\epsilon,a+\epsilon)$, then $y-a<\epsilon<1-a$, so $y<1$, also that $y-a>-\epsilon>-a$, so $y>0$, hence $y\in(0,1)$.
Case II. $a\in(2,3)$, then take $\epsilon=\min\{3-a,a-2\}$, one claims that $(a-\epsilon,a+\epsilon)\subseteq(2,3)$ as well.