Let $S$ be a nonempty set. Prove that the power set $P(S)$ whose elements are all subsets of $S$, forms ring under the following operations:
\begin{align*} a + b &= (a \cup b) \setminus (a \cap b)\\ a \cdot b &= a \cap b \end{align*}
For proving it's an abelian group first, I've gotten that the identity is $\emptyset$.
\begin{align*} a + \emptyset &= (a \cup \emptyset) \setminus (a \cap \emptyset)\\ &= a \setminus \emptyset\\ &= a \end{align*}
Each element is it's own inverse.
\begin{align*} a + a &= (a \cup a) \setminus (a \cap a)\\ &= a \setminus a\\ &= \emptyset \end{align*}
It's certainly commutative. \begin{align*} a + b &= (a \cup b) \setminus (a \cap b)\\ &= (b \cup a) \setminus (b \cap a)\\ &= b + a \end{align*}
But I can't get associative. That is, $(a + b) + c = a + (b + c)$. Anyone want to aid?
The properties for multiplication aren't too bad either. The only one that is throwingme a curve ball is the left/right distribution. That is,
$a(b + c) = ab + ac$ and $(a + b)c = ac + bc$.
While this questions is asked elsewhere on this site and has answers to most parts in proving that it is a ring, it does not explain or show the associativity portion for addition in detail. That is $(a + b) + c = a + (b + c)$ is left very vague.