True or false :
There exist three nonempty sets
,
, and
such that
.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: Sets - Multiple sets
For example, let A = { a } B = { b } C = { c }
The union A ∪ ( B − C ) is the set { a , b } .
The set A ∪ B = { a , b } and the set A ∪ C = { a , c } .
So their set difference is { a , b } − { a , c } = { b } , which is not equal to the set { a , b } .
In general, for cases where A is nonempty, the union A ∪ ( B − C ) will be distinct from the set difference ( A ∪ B ) − ( A ∪ C ) because all members of set A are in the former, and no elements of A are in the latter.
Note: Here, the notation X − Y refers to the relative complement of the set X with the set Y , also notated as X ∖ Y .