Not intersection of two sets

$\begingroup$

I am trying to figure out the word/operation to what is not in the intersection of two sets but is in their union.

How I am going about this now is $$(A \cup B) - (A \cap B)$$

Is there a better way to go about this?

$\endgroup$ 4

2 Answers

$\begingroup$

$$(A \cup B) - (A \cap B)$$ Is called the symmetric difference and is often denoted by $$ A \Delta B $$

It is analogous to the logical "exclusive or" operation (as union is analogous to "or" and intersection is analogous to "and").

$\endgroup$ 1 $\begingroup$

$(A \cap B^c)\cup (B\cap A^c)$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like