Prove if the complement of a subset $A$ of $\mathbb{R}^2$ is open, then $A$ is closed. I will provide my attempt for verification!
For reference, I define a set $U$ in $\mathbb{R}^n$ to be open if for every $x$ in $U$, there is an $\epsilon$ small enough so that $B_{\epsilon}(x)\subseteq U$. A closed set is a set that contains all its limit points.
PF:
We want to show if $A^c$ is open, the $A$ is closed. Let $X=\mathbb{R}^2$ and $A\subseteq X$. Then, denote $A^c$ as the complement of A such that $A^c=\{x\in X|x\notin A\}$. Take an arbitrary point $x$ in $A^c$. Since $x$ is in $A^c$, we know $x$ is a limit point of $A^c$ but we also know that $\exists y \notin A^c$ such that $y$ is a limit point of $A^c$. Since these arbitrary point(s) $y$ are not in $A^c$, they must be in $A$. We have generated an arbitrary point $y$ that is not in $A^c$ but in $A$ that is a limit point of both sets. Thus we can conclude $A$ is closed since it contains all its limit points.
QED
It would be awesome if someone could validate this as correct or not and provide hints if I'm off a bit. Thanks in advance!
There are a number of problems with your proof. Taking it one bit at a time,
So far, just restating the problem, maybe a bit more clearly. Okay, that doesn't really hurt.
It's true every element of an open set in $\mathbb{R}^2$ is a limit point of that set. But that's not a direct application of your definition of open, so is this a theorem you've already seen proved, or can you see why it must be true?
This is not certain. The main premise of this proof should be that $A^c$ is open. How can you say anything about the limit points of an open set, since your definition of open involves open balls surrounding points, and it's the definition of closed that mentions limit points?
In particular, remember that the entire set $\mathbb{R}^2$ is an open set in $\mathbb{R}^2$. And if $A^c = \mathbb{R}^2$, it's not true that there is a limit point $y$ of $\mathbb{R}^2$ which is not an element of $\mathbb{R}^2$.
Okay, except be careful about switching between singular and plural. You originally claimed there exists one such point $y$. Saying there exists an object that satisfies a predicate does mean there might be just one such object or more than one, but if you need to deduce anything else from that claim, the one object needs to be enough.
The word "arbitrary" doesn't have enough context here to be meaningful. It normally means there was some earlier choice, and then you showed that in some sense that choice didn't matter. But if only one point satisfied the property of $y$, and you didn't say anything otherwise, there was no choice in the first place.
You claimed $y$ is a limit point of $A^c$, but now how do you also conclude $y$ is also a limit point of $A$? The only similar thing I see was that $x$ is a limit point of $A$, but you haven't established any relationship between $x$ and $y$.
You claimed something about one point $y$, not something about every limit point of $A^c$. So $A$ being closed doesn't follow.
So what is a good approach here?
The statement to prove is "if $A^c$ is open, then $A$ is closed". Let's start by expanding those with the definitions:
$A^c$ is open means that $\forall x \in A^c : \exists \epsilon >0 : B_\epsilon(x) \subseteq A^c $.
$A$ is closed means that every limit point $y$ of $A$ is an element of $A$.
Probably the simplest thing from this point is a proof by contradiction: Suppose $A^c$ is open and $A$ is NOT closed.
But if $y \notin A$, then $y \in A^c$. Since the meaning above for "$A^c$ is open" shows a property for every element of $A^c$, this property must apply to $y$ in particular, so we can plug in $y=x$ to that property:
Can you take it from here and find the contradiction?