|
|
-
Definition of Union
-
The word union means "united" or "all together." When you combine the elements of set A and the elements of set B, you form a new set C, which is called the union of A and B and denoted by A
B.
-
Definition of Intersection
-
The intersection of two sets A and B consists of the elements common to both sets, denoted by A
B. If A and B have no common elements, A B = Ø, then A and B are said to be disjoint.
Examples: {1, 2, 3} {3, 4, 5} = {3} and {1, 2, 3} {4, 5, 6} = Ø
-
Equal Sets
-
When two sets have the exact same members, regardless of the order in which the members are listed, they are said to be equal.
Examples: {1, 2, 3} = {3, 2, 1}
-
Equivalent Sets
-
When two sets have the same number of members, they are said to be equivalent.
Examples: {1,2,3} is equivalent to {a,b,c} and this is written as {1,2,3} ~ {a,b,c}.
|