I need to prove the following:
Let $A$ and $B$ be subsets of a metric space $(X, d)$ show that
- $A^o \cup B^o \subset (A \cup B)^o$.
- $(A \cap B)^o = A^o \cap B^o$
Here is my attempt:
For 1)
Let $x\in (A^o \cup B^o)$. Then by definition of open set and union $x\in A$ such that the open ball $B(x, r_1) \subset A$ for some $r_1>0$ OR $x\in B$ such that the open ball $B(x, r_2) \subset B$ for some $r_2>0$.
Check whether $x\in (A\cup B)^o$ which is equivalent to checking $x\in A\cup B$ such that the ball $B(x, r) \subset A\cup B$ for some $r >0$. How do I conclude this?
For 2) Any ideas?