An exercise I'm working on asks to identify the error in the below proof.
(False) Statement: Prove that normality is hereditary.
Proof.
Suppose $X$ is normal with $Y \subset X$. Let $E$, $F$ be closed in $X$ with $E \cap F = \varnothing$. Then
$$G = E \cap Y \hspace{1cm} H = F \cap Y$$
are closed in $Y$. Since $X$ is normal, there exist $X$-open sets, $U$ and $V$ so that
$$E \subset U \hspace{0.5cm} F \subset V \hspace{0.5cm} U \cap V = \varnothing$$
Then $U \cap Y$ and $V \cap Y$ are open in $X$. Moreover,
$$G \subset U \cap Y \hspace{1cm} H \subset V \cap Y$$
and so $Y$ is normal. Thus, normality is hereditary.
I cannot see the error with the proof given here. Any advice on what goes wrong?