I just want to make sure I'm thinking of this correctly.
From what I understand, this is basically saying that:
If the union of everything in set A that's not in set B and everything that's in set B but not A = The union of A and B, then set A and B have no common elements.
Which would be true, because the (A - B) ∪ (B - A) part would exclude shared elements.
Is this correct?