Union:
For example: In this example, we have two sets X and Y, where X = {3, 4, 6, 7}, and Y = {1, 2, 3, 4, 5}. Now have to determine the union of these two sets.
As we know X = {3, 4, 6, 7}, and Y = {1, 2, 3, 4, 5}.
So X U Y = {1, 2, 3, 4, 5, 6, 7}
Intersection:
For example: In this example, we have two sets X and Y, where X = {3, 4, 6, 7}, and Y = {1, 2, 3, 4, 5}. Now have to determine the intersection of these two sets.
As we know X = {3, 4, 6, 7}, and Y = {1, 2, 3, 4, 5}.
So X ⋂ Y = {3, 4}
Null Set:
Universal set
Property 1: Commutative properties
Example: In this example, we have two sets, X and Y, where X = {l, m, n, o, p, q}, and Y = {m, n, o, r, s, t}. Here we have to verify the commutative property of union and intersection for these sets.
The given sets X and Y will be known as commutative if and only if X ⋃ Y = Y ⋃ X, and X ⋂ Y = Y ⋂ X.
As we know that the sets X = {l, m, n, o, p, q}, and Y = {m, n, o, r, s, t}.
First, we will verify the commutative property for a union. After that, we will verify it for the intersection.
1. X ⋃ Y = Y ⋃ X.
- X ⋃ Y = {l, m, n, o, p, q} ⋃ {m, n, o, r, s, t} = {l, m, n, o, p, q, r, s, t}
- Y ⋃ X = {m, n, o, r, s, t} ⋃ {l, m, n, o, p, q} = {l, m, n, o, p, q, r, s, t}
- So by seeing the above result, we can say that X ⋃ Y = Y ⋃ X.
2. X ⋂ Y = Y ⋂ X
- X ⋂ Y = {l, m, n, o, p, q} ⋂ {m, n, o, r, s, t} = {m, n, o}
- Y ⋂ X = {l, m, n, o, p, q} ⋂ {m, n, o, r, s, t} = {m, n, o}
- So by seeing the above result, we can say that X ⋂ Y = Y ⋂ X.
- Hence, the set X = {l, m, n, o, p, q}, and Y = {m, n, o, r, s, t} both are commutative.
Property 2: Associative property
Example: In this example, we have two sets X and Y, and Z where X = {1, 2, 3, 4}, and Y = {3, 4, 5, 6}, and Z = {6, 7, 8}. Here we have to verify the associative property of union and intersection for these sets.
The given sets X and Y, and Z will be known as associative if and only if (X ⋂ Y) ⋂ Z = X ⋂ (Y ⋂ Z), and (X ⋃ Y) ⋃ Z = X ⋃ (Y ⋃ Z).
As we know that the sets are X = {1, 2, 3, 4}, and Y = {3, 4, 5, 6}, and Z = {6, 7, 8}
First, we will verify the associative property for the union. After that, we will verify it for the intersection.
1. (X ⋃ Y) ⋃ Z = X ⋃ (Y ⋃ Z)
Here we will first take the left side of the equation and try to solve it like this:
Now we will take the right side of the equation and try to solve it like this:
So by seeing the above result, we can say that (X ⋃ Y) ⋃ Z = X ⋃ (Y ⋃ Z)
2. (X ⋂ Y) ⋂ Z = X ⋂ (Y ⋂ Z)
Here we will first take the left side of the equation and try to solve it like this:
Now we will take the right side of the equation and try to solve it like this:
So by seeing the above result, we can say that (X ⋂ Y) ⋂ Z = X ⋂ (Y ⋂ Z).
Hence, the sets X = {1, 2, 3, 4}, and Y = {3, 4, 5, 6}, and Z = {6, 7, 8} are associative.
Property 3: Distributive Property
Example: In this example, we have three sets X and Y, and Z where X = {0, 1, 2, 3, 4}, and Y = {1, -2, 3, 4, 5, 6}, and Z = {2, 4, 6, 7}. Here we have to verify the distributive property of union and intersection for these set.
The given sets X and Y, and Z will be known as distributive if and only if X ⋃ (Y ⋂ Z) = (X ⋃ Y) ⋂ (X ⋃ Z), and X ⋂ (Y ⋃ Z) = (X ⋂ Y) ⋃ (X ⋂ Z)
As we know that the sets are X = {0, 1, 2, 3, 4}, and Y = {1, -2, 3, 4, 5, 6}, and Z = {2, 4, 6, 7}.
First, we will verify the distributive property for the union. After that, we will verify it for the intersection.1. X ⋃ (Y ⋂ Z) = (X ⋃ Y) ⋂ (X ⋃ Z)
Here we will first take the left side of the equation and try to solve it like this:
- (Y ⋂ Z) = {1, -2, 3, 4, 5, 6} ⋂ {2, 4, 6, 7} = {4, 6}
- X ⋃ (Y ⋂ Z) = {0, 1, 2, 3, 4} ⋃ {4, 6} = {0, 1, 2, 3, 4, 6}
Now we will take the right side of the equation and try to solve it like this:
- (X ⋃ Y) = {0, 1, 2, 3, 4} ⋃ {1, -2, 3, 4, 5, 6} = {-2, 0, 1, 2, 3, 4, 5, 6}
- (X ⋃ Z) = {0, 1, 2, 3, 4} ⋃ {2, 4, 6, 7} = {0, 1, 2, 3, 4, 6, 7}
- (X ⋃ Y) ⋂ (X ⋃ Z) = {-2, 0, 1, 2, 3, 4, 5, 6} ⋂ {0, 1, 2, 3, 4, 6, 7} = {0, 1, 2, 3, 4, 6}
So by seeing the above result, we can say that X ⋃ (Y ⋂ Z) = (X ⋃ Y) ⋂ (X ⋃ Z)
2. X ⋂ (Y ⋃ Z) = (X ⋂ Y) ⋃ (X ⋂ Z)
Here we will first take the left side of the equation and try to solve it like this:
- (Y ⋃ Z) = {1, -2, 3, 4, 5, 6} ⋃ {2, 4, 6, 7} = {-2, 1, 2, 3, 4, 5, 6, 7}
- X ⋂ (Y ⋃ Z) = {0, 1, 2, 3, 4} ⋂ {-2, 1, 2, 3, 4, 5, 6, 7} = {1, 2, 3, 4}
Now we will take the right side of the equation and try to solve it like this:
- (X ⋂ Y) = {0, 1, 2, 3, 4} ⋂ {1, -2, 3, 4, 5, 6} = {1, 2, 3, 4}
- (X ⋂ Z) = {0, 1, 2, 3, 4} ⋂ {2, 4, 6, 7} = {2, 4}
- (X ⋂ Y) ⋃ (X ⋂ Z) = {1, 2, 3, 4} ⋃ {2, 4} = {1, 2, 3, 4}
So by seeing the above result, we can say that X ⋂ (Y ⋃ Z) = (X ⋂ Y) ⋃ (X ⋂ Z)
Hence, the sets X = {0, 1, 2, 3, 4}, and Y = {1, -2, 3, 4, 5, 6}, and Z = {2, 4, 6, 7} are distributive.
Property 4: Identity Property
Example: In this example, we have a set X where X = {1, 2, 3, 4}. Here we have to verify the identity property of union and intersection for this set.
The given sets X will be known as the identity if and only if X ⋃ ∅ = X, and X ⋂ U = X.
As we know that the set X = {1, 2, 3, 4}. So, U = {1, 2, 3, 4}, and ∅ = {}.
First, we will verify the identity property for the union. After that, we will verify it for the intersection.1. X ⋃ ∅ = X
- X ⋃ ∅ = {1, 2, 3, 4} ⋃ {}
- = {1, 2, 3, 4} = X
So by seeing the above result, we can say that X ⋃ ∅ = X
2. X ⋂ U = X
- X ⋂ U = {1, 2, 3, 4} ⋂ {1, 2, 3, 4}
- = {1, 2, 3, 4}
So by seeing the above result, we can say that X ⋂ U = X.
Hence, the set X = {1, 2, 3, 4} has identity.
Property 5: Complement Property
Example: In this example, we have a set X where X = {1, 2, 3}. Here we have to verify the complement property of union and intersection for this set.
The given sets X will be known as a complement if and only if X ⋃ XC = U, and X ⋂ XC = ∅.
As we know that the set X = {1, 2, 3}. So, U = {1, 2, 3, 4, 5}, and XC = {4, 5}.
First, we will verify the complement property for the union. After that, we will verify it for the intersection.1. X ⋃ XC = U
- X ⋃ XC = {1, 2, 3} ⋃ {4, 5}
- = {1, 2, 3, 4, 5} = U
So by seeing the above result, we can say that X ⋃ X = U.
2. X ⋂ XC = ∅
- X ⋂ XC = {1, 2, 3} ⋂ {4, 5}
- = ∅
So by seeing the above result, we can say that X ⋂ X = ∅.
Hence, the set X = {1, 2, 3} is complement.
Property 6: Idempotent Property
Example: In this example, we have a set X where X = {1, 2, 3, 4}. Here we have to verify the idempotent property of union and intersection for this set.
The given sets X will be known as idempotent if and only if X ⋂ X = X, and X ⋃ X = X.
As we know that the set X = {1, 2, 3, 4}
First, we will verify the idempotent property for the union. After that, we will verify it for the intersection.1. X ⋃ X = X
- X ⋃ X = {1, 2, 3, 4} ⋃ {1, 2, 3, 4}
- = {1, 2, 3, 4} = X
So by seeing the above result, we can say that X ⋃ X = X.
2. X ⋂ X = X
- X ⋂ X = {1, 2, 3, 4} ⋂ {1, 2, 3, 4}
- = {1, 2, 3, 4} = X
So by seeing the above result, we can say that X ⋂ X = X.
Hence, the set X = {1, 2, 3, 4} is idempotent.
65 videos|120 docs|94 tests
|
|
Explore Courses for Civil Engineering (CE) exam
|