Prove that powerset is closed under symmetric difference

abstract-algebraelementary-set-theory

I'm trying to prove that if $ H $ is a set, then $(\mathcal{P}(H), \Delta)$ is an abelian group. $\Delta$ being defined as $X \Delta Y = ( X – Y) \cup ( Y – X)$

I managed to prove that $\Delta$ is associative, commutative, has an identity element and every element has an inverse, but I don't know how to prove that it's closed.

How can I do it?

Best Answer

You need to show that for any $X, Y \in \mathcal P(H),\, X\Delta Y\in\mathcal P(H)$.

If we get rid of the powerset notation, the above is equivalent to: $$\forall X, Y \subseteq H: X\Delta Y\subseteq H$$