Let $X$ be a topological space $\mathscr{ B}$ be a collection of subsets of $X$. Show that $\overline{ \bigcup \limits_{\alpha \in \mathscr{B}} B_\alpha} \subset \bigcup \limits_{\alpha \in \mathscr{B}} \overline{B_\alpha}$.
My attempt:
If {${B_\alpha: \alpha \in \mathscr{B}}$} is a collection of sets in $X$. Then $x \in \overline{ \bigcup \limits_{\alpha \in \mathscr{B}} A_\alpha}$ then every neighborhood of $U$ of $x$ intersects $\bigcup \limits_{\alpha \in \mathscr{B}}$ Thus, $U$ must intersects some $B_\alpha$, so $x$ must belong to the closure $\overline{B_\alpha}$ of some $B_\alpha$. Therefore, $x \in \bigcup \limits_{\alpha \in \mathscr{B}} \overline{B_\alpha} $.
Your statement is false. Let $Y$ be any non-closed subset of $X$ and assume that $X$ is $T_1$. Then each singleton is closed and $Y=\bigcup_{y\in Y}\{y\}=\bigcup_{y\in Y}\overline{\{y\}}$. However, since $Y$ is not closed, then $\overline Y\not\subset Y$. In other words, $\overline{\bigcup_{y\in Y}\{y\}}\not\subset\bigcup_{y\in Y}\overline{\{y\}}$.
I suggest that you try to see where is the error in your proof.