Sets
2026-02-28 01:37 Diff

Types of sets refer to the different ways sets can be categorized based on their elements and properties. Understanding these types, such as finite, infinite, empty, and universal, helps in organizing and analyzing data in set theory and mathematics.

1. Finite set: A finite set is a set of countable elements.

Example: A = {1, 2, 3, 4}

This set has 4 elements, so it's finite.

2. Infinite set: A set with a countably infinite number of elements is called an infinite set.

Example: B = {1, 2, 3, 4, 5,…}

This set goes on forever, so it’s infinite.

3. Empty set (null set): The empty set is a set that has no elements. It’s written as { } and ∅.

Example: A = {x| x is an odd number between 3 and 5}.

Since there are no odd numbers between 3 and 5, set A has no elements.

4. Singleton set: A set that has only one element.

Example: C = {7}

This is a singleton set because it has just one item.

5. Equal sets: Two sets that have the same elements.

Example: A = {1, 2, 3} and B = {3, 2, 1}

These are equal sets because they have the same elements.

6. Equivalent sets: Two sets that have the same number of elements, but the elements may be different.

Example: A = {a, b, c} and B = {1, 2, 3}

They are equivalent (same size), but not equal.

7. Subset: A subset is a set in which all elements also belong to another set.

Example: If A = {1, 2, 3}, then {1, 2} is a subset of A.

8. Universal set: The set that contains all possible elements under discussion.

Example: If you're talking about natural numbers, the universal set might be:

U = {1, 2, 3, 4,…}