I'm working through Rudin's "Principles of Mathematical Analysis" on my own, so I don't want the full answer. I'm only looking for a hint on this problem.
Rudin states without proof that the set $X = \{z \ \text{complex}: |z| \lt 1\}$ is not closed. I'm having trouble rigorously showing that this is true, even though I'm fairly confident that because $1 + 0i$ is a limit point of this set and is obviously not in the set, the set isn't closed.
To figure this out, I tried to show that the similar set $E = \{z \ \text{complex}: |z| \leq 1\}$ is closed. My hope is that by proving this, I'll be able to see how to show that the previous one isn't closed. Here's my thought process so far, using the definitions discussed previously in Rudin.
- $p$ is a limit point of E, so for every $N_r(p)$, $\exists q \in N_r(p)$ such that $q \ne p$ and $q \in E$.
- $q \in N_r(p) \Rightarrow |p - q| < r \Rightarrow |p-q| = r-h$, where $ 0 < h < r$ by definition of nbhd.
- $q \in E \Rightarrow |q| \leq 1$.
- I can use the triangle inequality to show that
\begin{align} |p-q| &= r - h \\ &\leq |p| + |q| \\ &\leq |p| + 1 \\ \end{align}
but I'm stuck on how to proceed. Basically, to show that E is closed, I need to show that if $p$ is a limit point of E, then $p \in E$, i.e. $|p| \leq 1$. I'm hoping that continually solving these examples and exercises will give me a better understanding of how to approach these problems, because now I just feel like my strategy is "write down everything I know that seems related to the problem and see what fits together."
Any hints?