Definitions: Let $E$ be any set of real numbers and let $E'$ denote the set of all accumulation points of $E$. Then the set $$\overline E=E\cup E'$$ is called the closure of the set $E$.
Show that if $E_1\subset E_2$, then $\overline E_1\subset\overline E_2$.
My attempt:
We need to prove that if $x\in\overline E_1$, then $x\in\overline E_2$.
Let $x\in\overline E_1$
$\implies x\in E_1\cup E_1'$
$\implies x\in E_1$ or $x\in E_1'$
If $x\in E_1$, then $x\in E_2\implies x\in E_2\cup E_2'\implies x\in\overline E_2$ and we are done.
But what if $x\in E_1'$? What property of accumulation points do I use to prove that $x\in\overline E_2$?