I have the set $A = \{\frac{1}{n} + \frac{1}{k} \mid n,k \in \mathbb{N}\} \subseteq \mathbb{R}$. My exercise asks me to find the closure of this set, but my question in this post is simply asking for clarification on how open sets work.
A set is closed if its compliment is open. A set is open if every point has a neighborhood lying in the set.
I want to show that $A$ is not closed. So I search for a point in $A - \mathbb{R}$ which has a...neighborhood (I need a precise definition for this) that overlaps the neighborhood of a point in $A$. This would show that the compliment $A - \mathbb{R}$ is not open. Right?
Definition of limit $$\lim_{x \to a} f(x) = L \iff \forall \epsilon >0 \; \exists \delta >0, \; |x - a| < \delta \implies |f(x) - L| <\epsilon$$
By this definition, we need $\delta = \frac{1}{\epsilon}$ so that $$\lim_{n \to \infty} \frac{1}{n} = 0$$
More specifically, we need $0 < |n| < \frac{1}{\epsilon}$ for that limit to be true.
So now I know $\frac{1}{n} + \frac{1}{k} \to 0$ as $n,k \to \infty$ if $n,k \in (0, \frac{1}{\epsilon})$
- I haven't shown that $0$ is not in $A$ yet. How do I do that?
- What is the definition of "neighborhood"? As I understand, it is an epsilon-ball centered at a point with radius $\epsilon$. So in this case, $B_{\epsilon}(p) = \{x \in A \mid |x - p| < \epsilon\}$ since $A \subseteq \mathbb{R}$.
- A set is open if every point in the set has an $\epsilon$-ball lying completely in the set. Is this right?
The epsilon ball about $0$ is $B_{\epsilon}(0) = \{ x \in \mathbb{R} \mid |x - 0| < \epsilon\}$
The interval for which our limit earlier is true is contained within this ball. So that means the point $0 \in A \setminus \mathbb{R}$ has a neighborhood which overlaps into the set $A$. This means the compliment is not open.
After 1,2,3 questions, is my conclusion correct?