If $A$ and $B$ are sets, then $A+B=( A \setminus B )\cup( B \setminus A ) $.
Prove that $+$ is an associative operation.
How do I prove these?
If $A$ and $B$ are sets, then $A+B=( A \setminus B )\cup( B \setminus A ) $.
Prove that $+$ is an associative operation.
How do I prove these?
Hint The characteristic function of the set $A\subset X$ is defined by $$\begin{array}{ccc} 1_A: & X \rightarrow& \{0,1\} \\ & x\mapsto & \left\{ \begin{array}{ll} 1 & \hbox{if}\, x\in A \\ 0 & \hbox{if}\, x\notin A \end{array} \right. \end{array}$$ then it's easy to prove that $$1_{A\cap B}=1_A 1_B\quad;\quad 1_{A^c}=1-1_A\quad;\quad1_A=1_B\iff A=B$$ now it's easy to show that $$ A+(B+C)=(A+B)+C$$
$1_{A∪B} $ = $ 1_{A} $ + $1_{B}$
– FNH Mar 22 '13 at 22:48One approach would be to first prove that $x \in A+B$ is equivalent to "x belongs to exactly one of the sets $A$ and $B$".
You can then deduce that $x \in (A+B)+C$ and $x \in A+(B+C)$ are both equivalent to the statement "$x$ belongs to either exactly one or all three of the sets $A, B, C$".
I will leave you to work out the details, but let us know if you get stuck.
but is there other approach using the laws of set theory ?
what is the laws which will be used in a proof like this ?
– FNH Mar 22 '13 at 19:26
\oplus. – Alexander Gruber Mar 22 '13 at 19:15