Definition: If two sets $A,B \subseteq \mathbb{R}$ are separated if $\bar{A} \cap B = \emptyset$, and ${A} \cap \bar B = \emptyset$.
Statement: If two open sets $U,V \subseteq \mathbb{R}$ are open and disjoint prove they are separated.
Proof: We need to prove that $\bar{U} \cap V = \emptyset$.
- Let's assume that $\bar{U} \cap V \neq \emptyset$.
- This implies that a limit point of $U$ say $x$, lies in V, $x\in V$.
- Since it is a limit point of $U$ there is a sequence $\{x_n\}\in U:(x_n)\rightarrow x$.
- Since $x\in V$ it implies there an neighborhood $\rho_r(x) \in V$, which is completely contained in $V$.
- Since $\{x_n\}$ converges to $x$ there exist some $N$, such that for all $n > N, {x_n} \in \rho_r(x)$.
- This would mean that $U \cap V \neq \emptyset$.
This is a contradiction, and hence our assumption must be incorrect. Hence $\bar{U} \cap V = \emptyset$. And by symmetry $\bar{V} \cap U = \emptyset$. Hence open disjointed sets are separated.
I would like to know if the proof is complete and if I can make it better.
This proof is basically correct and complete. Here are some quite minor nitpicks (there are a lot of them, but they really are minor and your proof is pretty much fine).
There is no reason to write $x\in V$ at the end here (and doing so is ungrammatical), since you already said $x$ lies in $V$. Also, a priori you only know that either a point of $U$ or a limit point of $U$ lies in $V$, since $\overline{U}$ contains both the points of $U$ and the limit points. However, in this case you must have a limit point since $U$ and $V$ are disjoint (and also every point of an open set is a limit point).
Your notation seems a bit off here: is your notation for sequences $\{x_n\}$ or $(x_n)$? Pick one and stick with it. Personally, I despise the notation $\{x_n\}$ since a sequence is not a set, but that may be the standard notation in your course.
Also, the notation $\{x_n\}\in U$ isn't right: the sequence itself is not an element of $U$. I would instead just say "a sequence $(x_n)$ in $U$" where the less precise English word "in" clearly conveys that you mean $x_n\in U$ for each $n$.
Finally, whichever notation you use, it is common to write just $x_n\to x$ with no brackets of any kind (though your course may have its own notation you're supposed to follow).
Here you have a similar notation error: it should be $\rho_r(x)\subseteq V$ instead of $\rho_r(x)\in V$. You might also mention that you are using the assumption that $V$ is open in this step.
You could be more specific here, and say that $U\cap V$ is nonempty because $x_n\in U\cap V$ for any $n>N$.
Finally, while it is harmless to do so, it's not normal in mathematical writing to number the steps in a proof like you have done, and I don't think it makes your proof any clearer to do so in this case. You can just write the steps one after another as sentences, organized into a paragraph or two.