Table of contents |
|
What is a Set? |
|
Types of Sets |
|
Representation of Sets |
|
Operations on Sets |
|
Laws of Sets |
|
A set refers to a group of clearly defined individual objects that come together to form a collection. This can include various items like numbers, days of the week, or types of vehicles. Each item within the set is known as an element. Sets are typically represented using curly braces.
For instance, a simple example of a set could be Set A = {1, 2, 3, 4, 5}. There are different ways to express the elements within a set.
Did You Know?
The cardinal number of a set, denoted as n(A), represents the number of elements in the set. A set with a cardinal number of 0 is called a null set, while a set with a cardinal number of infinity (∞) is known as an infinite set.
1. Statement Form
2. Roster or Tabular Form
3. Set Builder Form
The union of sets A and B, denoted as A ∪ B, refers to the set of unique elements that are present in either set A, set B, or in both sets.
n(A U B) = n(A) + n(B) – n(A ∩ B) |
Here,
For three finite sets A, B, and C within a universal set U, the formula for the union is:
n(A∪B∪C)= n(A) +n(B) + n(C) - n(B⋂C) - n (A⋂ B)- n (A⋂C) + n(A⋂B⋂C) |
Example: Let U be a universal set consisting of all the natural numbers until 20 and set A and B be a subset of U defined as A = {2, 5, 9, 15, 19} and B = {8, 9, 10, 13, 15, 17}. Find A ∪ B.
Solution : We know, n(A U B) = n(A) + n(B) – n(A ∩ B)
Given, U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20}
A = {2, 5, 9, 15, 19}
B = {8, 9, 10, 13, 15, 17}
A ∪ B = {2, 5, 8, 9, 10, 13, 15, 17, 19}
Example: If A = { 3, 5, 7, 9, 11}, B = {7, 9, 11, 13}, and C = {11, 13, 15}, then find B ∩ C and A ∩ B ∩ C.
Ans: Given,
A = { 3, 5, 7, 9, 11} , B = {7, 9, 11, 13} , C = {11, 13, 15}
B ∩ C = {11, 13}
A ∩ B ∩ C = {11}
The difference between sets is denoted as 'A - B'. This signifies the elements present in A that are not in B, encompassing all elements of A that exclude those in B.
Some properties related to the difference of sets are listed below:
Example : If X = {11, 12, 13, 14, 15}, Y = {10, 12, 14, 16, 18} and Z = {7, 9, 11, 14, 18, 20}, then find the following:
(i) X – Y – Z
(ii) Y – X – Z
(iii) Z – X – Y
Ans: Given,
X = {11, 12, 13, 14, 15}
Y = {10, 12, 14, 16, 18}
Z = {7, 9, 11, 14, 18, 20}
(i) X – Y – Z = {11, 12, 13, 14, 15} – {10, 12, 14, 16, 18} – {7, 9, 11, 14, 18, 20}
= {13, 15}
(ii) Y – X – Z = {10, 12, 14, 16, 18} – {11, 12, 13, 14, 15} – {7, 9, 11, 14, 18, 20}
= {10, 16}
(iii) Z – X – Y = {7, 9, 11, 14, 18, 20} – {11, 12, 13, 14, 15} – {10, 12, 14, 16, 18}
= {7, 9, 20}
The complement of a set A, denoted as A C , consists of all the elements that are not present in A. It is calculated by subtracting A from the universal set U, i.e., A C = U – A.
Example: Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} and A = {2, 4, 6, 8}. Find AC
Ans: AC = U - A = {1, 3, 5, 7, 9, 10}
The Cartesian product of two sets A and B, denoted as A × B, is the set of all ordered pairs (a, b) where a is an element of set A and b is an element of set B. This can be expressed in set-builder notation as:
A × B = {(a, b) : a ∈ A and b ∈ B}
Example: Set A = {1,2,3} and set B = {Bat, Ball}, then;
A × B = {(1,Bat),(1,Ball),(2,Bat),(2,Ball),(3,Bat),(3,Ball)}
(1) De Morgan's Laws: De Morgan's Laws describe the relationship between the union and intersection of sets and their complements. These laws can be stated as:
De Morgan's Laws can also be expressed in terms of set differences as:
(2) Complement Laws: The union of a set A and its complement A’ gives the universal set U of which, A and A’ are a subset.
A ∪ A’ = U
Also, the intersection of a set A and its complement A’ gives the empty set ∅.
A ∩ A’ = ∅
For Example: If U = {1 , 2 , 3 , 4 , 5 } and A = {1 , 2 , 3 } then A’ = {4 , 5}. From this it can be seen that
A ∪ A’ = U = { 1 , 2 , 3 , 4 , 5}
Also
A ∩ A’ = ∅
(3) Law of Double Complementation: According to this law if we take the complement of the complemented set A’ then, we get the set A itself.
(A’)’ = A
In the previous example we can see that, if U = {1 , 2 , 3 , 4 , 5} and A = {1 , 2 ,3} then A’ ={4 , 5}. Now if we take the complement of set ‘A’ we get,
(A’)’ = {1 , 2 , 3} = A
This gives back the set A itself.
(4) Law of empty set and universal set: The law of the empty set and universal set states that the complement of the universal set is the empty set, and vice versa. This can be expressed as: ∅' = U and U' = ∅
Example: If U = {a, b, c, d, e, f}, A = {a, b, c}, B = {c, d, e, f}, C = {c, d, e}, find (A ∩ B) ∪ (A ∩ C).
Ans: A ∩ B = {a, b, c} ∩ {c, d, e, f}
A ∩ B = { c }
A ∩ C = { a, b, c } ∩ { c, d, e }
A ∩ C = { c }
Then (A ∩ B) ∪ (A ∩ C) = { c }
Example: Give examples of finite sets.
Ans: The examples of finite sets are: Set of months in a year
- Set of days in a week
- The Set of natural numbers less than 20
- Set of integers greater than -2 and less than 3
Example: If U = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11}, A = {3, 5, 7, 9, 11} and B = {7, 8, 9, 10, 11}, Then find (A – B)′.
Ans: A – B is a set of member which belong to A but do not belong to B
∴ A – B = {3, 5, 7, 9, 11} – {7, 8, 9, 10, 11}
A – B = {3, 5}
According to formula, (A − B)′ = U – (A – B)
∴ (A − B)′ = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11} – {3, 5}
So, (A − B)′ = {2, 4, 6, 7, 8, 9, 10, 11}.
EduRev Tip: Any set is a subset of itself, but not a proper subset. The empty set, denoted by ∅ , is also a subset of any given set X. The empty set is always a proper subset, except of itself. Every other set is then a subset of the universal set.
205 videos|264 docs|136 tests
|
1. What are the different types of sets in set theory? | ![]() |
2. How are sets represented in set theory? | ![]() |
3. What are some common operations performed on sets in set theory? | ![]() |
4. What are the laws of sets in set theory? | ![]() |
5. What are some important formulae in set theory for CAT exam preparation? | ![]() |