0

I don't understand how to prove subsets of a universe by induction. I have only just started learning sets.

 Let B, C be subsets of a universe U.

 Prove that C' - B' = B - C

Thank you, any examples would be highly appreciated.

Layken
  • 75
  • Your notation is difficult to follow. Perhaps stating in words what B',C' are (sets with particular contents) and what the set operation - is. It may be that once you state the meaning, the proof will become evident. If not then I can certainly help. – hardmath May 15 '18 at 02:17

1 Answers1

0

Note \begin{align*} x\in C'-B'&\iff x\in C'\cap x\not\in B'\\ &\iff x\not\in C\cap x\in B\\ &\iff x\in B-C. \end{align*}

yurnero
  • 10,505