We have a universal set of lowercase alphabet letters, $U = \{a, b, ... , z\}$ . For sets $A,B \subseteq U$ we can define a relation, $A \sim B$ as long as the number of elements that are in either $A$ or $B$, but not both, is even. Prove that $\sim$ is an equivalence relation, and describe the equivalence classes.
I've come up with equations for $A \sim B$ and $B\sim C$. For $A \sim B$, I have $|(A \cup B)-(A \cap B)| \equiv 0 \mod2$, and for $B \sim C$, I have $|(B \cup C)-(B \cap C)| \equiv 0 \mod 2$. I've been told to come up with equations for $A\sim B$ and $B \sim C$, then add them to prove $A\sim C$, but I don't know how that's possible. I'm thinking I should end up with $|(A\cup C)-(A \cap C)| \equiv 0 \mod2$, but I don't know how. Perhaps my equations are incorrect?