What Does A XOR B Equaling the Null Set Imply About Sets A and B?

  • Thread starter Thread starter MathInProgress
  • Start date Start date
  • Tags Tags
    Set
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 7K views
MathInProgress
Messages
2
Reaction score
0

Homework Statement


What does it mean if A ⊕ B = ∅? Explain

Homework Equations


From what I know the null set is part of every subset and A XOR B would be true if and only if exactly one of A or B would be true.


The Attempt at a Solution


If someone could please help me in formulating an explantation on A XOR B = null set
 
Physics news on Phys.org
I would have thought of XOR as a logical operator than a set operator but there is no reason why it can't be: I interpret A XOR B as meaning "those elements that are in A or in B but not in both: [itex]A\cup B- A\cap B[/itex]. More often (to me at least) called the "symmetric difference" of A and B. If A XOR B is empty, then there must NOT be in points that are in A or in B but not in their intersection. What does that imply about [itex]A\cap B[/itex] and so A and B themselves?
 
HallsofIvy said:
I would have thought of XOR as a logical operator than a set operator but there is no reason why it can't be: I interpret A XOR B as meaning "those elements that are in A or in B but not in both: [itex]A\cup B- A\cap B[/itex]. More often (to me at least) called the "symmetric difference" of A and B. If A XOR B is empty, then there must NOT be in points that are in A or in B but not in their intersection. What does that imply about [itex]A\cap B[/itex] and so A and B themselves?

This is part b of a question. I did not list down the entire question because I thought it is not important (and it may still not be), but here it is:

The symmetric difference of two sets A and B is defined as A XOR B = (A - B) U (B -A).

b. What does it mean if A XOR B = null set?

Can I say it it this way:

Let A = {1,2,3,4,5} and B = {1,2,3,4,5} then A XOR B = null set? This is because there are no elements that are exclusive to either set.