Given question:
The set difference of two sets $A$ and $B$ is $A \setminus B = \{x \in A \;|\; x \not\in B \}.$
Recall that we would say that set difference is commutative if $A \setminus B = B \setminus A$ for all sets $A$ and $B$, and we would say that set difference is associative if $A \setminus (B \setminus C) = (A \setminus B) \setminus C$ for all sets $A$, $B$, and $C$.
Which of the following is true?
(a) Set difference is neither commutative nor associative.
(b) Set difference is commutative but not associative.
(c) Set difference is associative but not commutative.
(d) Set difference is both commutative and associative.
My actual problem: I understand the commutative and associative properties of sets, but I don't really understand the first sentence of the question.
Can someone please explain this question to me? And can someone guide me through this question? Thank you!
Hint: $A=\{1\}$, $B=\emptyset$ for commutativity; $A=B=C\ne\emptyset$ for associativity.