SET:
A set is a collection of distinct objects, considered as an
entity itself. The objects within a set are called elements or members of the
set.
Types of Sets:
Sets can be classified into different types based on their
properties. Some common types of sets include:
1. Finite and Infinite Sets:
a) Finite Set:
A
finite set is a set that contains a specific, countable number of elements.
Example: Let A =
{1, 2, 3, 4, 5}. Here, A is a finite set with 5 elements.
b) Infinite Set:
An
infinite set is a set that has an unlimited number of elements.
Example: Let A
be the set of all natural numbers. Since the natural numbers continue
indefinitely, A is an infinite set.
2. Null Set:
The null set,
also known as the empty set, is a set that does not contain any elements. It is
denoted by the symbol Ø or {}. The null set is a subset of every set.
Example: Let A =
{x | x is a prime number and x > 100}. In this case, there are no prime
numbers greater than 100, so A is the null set.
3. Singleton Set:
A singleton set is
a set that contains exactly one element. In other words, it is a set with a
cardinality of one. The element within the set is unique and distinct.
Notation-wise, a singleton set is often denoted by enclosing the single element within braces {}.
Examples:
- {5} is a
singleton set because it contains the element 5 and only 5.
-
{"apple"} is another singleton set because it contains the element
"apple" and only "apple".
- {√2} is a
singleton set because it contains the element √2 and only √2.
4. Equal Sets:
Two sets A and B
are said to be equal if they have exactly the same elements. In other words, if
every element of set A is also an element of set B, and vice versa, then A and
B are considered equal. This is denoted as A = B.
Example: Let A =
{1, 2, 3} and B = {3, 2, 1}. Here, A and B are equal sets because they contain
the same elements, although their order may differ.
5. Equivalent Sets:
Two sets A and B
are said to be equivalent if they have the same cardinality, meaning they
contain the same number of elements. The elements themselves may or may not be
the same. This is denoted as |A| = |B|, where |A| represents the cardinality of
set A.
Examples:
- Let A = {1, 2, 3}
and B = {4, 5, 6}. Although the elements of A and B are different, both sets
contain three elements, so they are equivalent sets.
- Let A = {1, 2, 3}
and B = {red, blue, green}. Again, the elements of A and B are different, but
both sets contain three elements, so they are equivalent sets.
It's important to
note that equal sets imply equivalence, but equivalent sets may not necessarily
be equal. In the case of equal sets, the elements are exactly the same, while
in equivalent sets, the number of elements is the same, but the elements
themselves may differ.
6. Subset and Superset:
a) Subset:
A set A
is said to be a subset of another set B if every element of A is also an
element of B. Symbolically, A ⊆ B. In other words,
all the elements of
set A are contained within set B. It is possible for A and B to be the same
set.
Example: Let A =
{1, 2} and B = {1, 2, 3}. Here, A is a subset of B because all the elements of
A (1 and 2) are also present in B.
b) Superset:
A set
B is said to be a superset of another set A if every element of A is also an
element of B. Symbolically, B ⊇ A. In other words, set B contains
all the elements of set A, and it may have additional elements.
Example: Let A =
{red, blue} and B = {red, blue, green}. Here, B is a superset of A because all
the elements of A (red and blue) are present in B, and B has an additional
element (green).
7. Proper Subset:
A set A is
said to be a proper subset of another set B if all the elements of A are also
elements of B, but B has at least one additional element that is not in A.
Symbolically, A ⊂ B.
Example: Let A =
{1, 2} and B = {1, 2, 3}. Here, A is a proper subset of B because all the
elements of A are also in B, but B has an additional element (3) that is not in
A.
8. Improper Subset:
An
improper subset refers to a case where a set A is a subset of another set B,
but A and B are the same set. In other words, there is no additional element in
B that is not in A. Symbolically, A ⊆ B and A ≠ B.
Example: Let A =
{red, blue} and B = {red, blue}. In this case, A is an improper subset of B
because all the elements of A are also in B, and A and B are the same set.
0 Comments