Sets
Sets
Key Concepts
A set is a well-defined collection of objects.
Sets can be represented in two ways—Roster or tabular form and Set builder form.
Roster form:
All the elements of a set are listed and separated by commas and are enclosed
within braces { }.
Elements are not repeated generally.
Set builder form:
In set builder form, a set is denoted by stating the properties that its members satisfy.
A set does not change if one or more elements of the set are repeated.
On the basis of number of elements, sets are of two types—Finite and Infinite sets.
Finite sets
A finite set is a set in which there are a definite number of elements. Now, φ or { } or null
set is a finite set as it has 0 number of elements, which is a definite number.
Infinite set
A set that is not finite is called an infinite set.
All infinite sets cannot be described in the roster form.
Two sets are equal if they have the exactly same elements.
Two sets are said to be equivalent if they have the same number of elements.
Subset
Set A is a subset of set B if every element of A is in B, i.e. there is no element in A which
is not in B and is denoted by A ⊂ B.
Proper subset
A is a proper subset of B if and only if every element in A is also in B and there exists at
least one element in B that is not in A.
Number of proper subsets in the power set = 2n− 1.
Superset
If A is a proper subset of B, then B is a superset of A and is denoted by B ⊃ A.
Power set
Let A be a set. Then, the collection of all subsets of A is called the power set of A and is
denoted by P(A).
N ⊂ R , Q ⊂ R , Q ⊄ Z, R ⊄ Z and N ⊂ R+
Semi-open intervals
[a, b) = {x : a ≤ x < b} includes all the elements from a to b including a and excluding b
Universal set
A set that contains all sets in a given context is called the universal set.
It is the basic set that is relevant to that context. The universal set is usually denoted by U.
Venn-Diagrams
Venn diagrams are the diagrams, which represent the relationship between sets. In Venn-
diagrams the universal set U is represented by point within a rectangle and its subsets are
represented by points in closed curves (usually circles) within the rectangle.
Operations of Sets
Union of sets:
The union of two sets A and B, denoted by A ∪ B is the set of all those elements which are
either in A or in B or in both A and B. Thus, A ∪ B = {x : x ∈ A or x ∈ B}.
Intersection of sets:
The intersection of two sets A and B, denoted by A ∩ B, is the set of all elements which are
common to both A and B.
Thus, A ∩ B = {x : x ∈ A and x ∈ B}
Disjoint sets:
Difference of sets:
For any sets A and B, their difference (A – B) is defined as a set of elements, which belong
to A but not to B.
Thus, A – B = {x : x ∈ A and x ∉ B}
also, B – A = {x : x ∈ B and x ∉ A}
Complement of a set:
Let U be the universal set and A is a subset of U. Then, the complement of A is the set of all
elements of U which are not the element of A.
Thus, A’ = U – A = {x : x ∈ U and x ∉ A}
5.Distributive Laws:
If A, B and Care three sets, then
A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
6.De-Morgan’s Laws:
If A and B are two sets, then
(A ∪ B)’ = A’ ∩ B’
(A ∩ B)’ = A’ ∪ B’