I've already confirmed that the following expression is true with a truth table, but I need to prove this with other Boolean expressions for my assignment. The $\oplus$ symbol is exclusive or in this case.
$f \oplus (g \oplus h)=(f \oplus g) \oplus h$
I have been messing around with little expressions for a while trying to get a start on proving this, but I've not really made any progress.
Recall, you need "or", "not", and "and" to express the "exclusive or":
$f\oplus g$ means ($f$ or $g$) and NOT ($f$ and $g$):
Using $\;'\cdot\,'\,\text{ for}\; \land,\;\; '+\,'\,\text{ for}\,\,\lor\; \text{ and}\;\, \,'\, \text{ for}\;\,\lnot:$
Now extend that to three arguments
Expand $f\oplus(g\oplus h)$, and manipulate the expansion to obtain $(f\oplus g)\oplus h$