If $\operatorname{Bd}A \cap \operatorname{Bd}B= \emptyset$, show that $\operatorname{int}(A)\cup\operatorname{int}(B)=\operatorname{int}(A\cup B)$
One of inclusions hold without the assumption
$\operatorname{int}(A)\subseteq A$
$\operatorname{int}(B)\subseteq B$
So $\operatorname{int}(A)\cup \operatorname{int}(B)\subseteq A\cup B$
Then taking "int" for both sides we get $\operatorname{int}(A)\cup\operatorname{int}(B)\subseteq\operatorname{int}(A\cup B)$ (since $\operatorname{int}(A)\cup\operatorname{int}(B)$ is open, then its interior is itself)
Now to prove the inverse inclusion we need to use the assumption. I tried to prove it by contradiction (i.e if $x\notin\operatorname{int}(A)\cup\operatorname{int}(B)$ then want to show $x \notin\operatorname{int}(A\cup B)$)
But I face some problems while trying to reach my goal.
Can any one help me?