Sets and types of sets


Sets and Types of Sets

In mathematics, a set is a well-defined collection of distinct objects, considered as an object in its own right. Sets are one of the most fundamental concepts in mathematics. The theory of sets serves as a foundation for various areas of mathematics and is used to define concepts such as functions, sequences, and mathematical structures like groups, rings, and fields.

Definition of a Set

A set is defined by its elements, and the order in which the elements are listed does not matter. Sets are usually denoted by capital letters (A, B, C, ...), and the elements are listed between curly braces {} or described by a property that all members share.

For example:

  • A set of natural numbers less than 5: $A = {1, 2, 3, 4}$
  • A set of vowels in the English alphabet: $B = {a, e, i, o, u}$

Types of Sets

There are various types of sets, each with its own properties and characteristics. Here are some of the most common types:

Empty Set (Null Set)

An empty set, also known as a null set, is a set that contains no elements. It is denoted by $\emptyset$ or ${}$.

Singleton Set

A singleton set is a set with exactly one element. For example, the set $C = {x}$ is a singleton set if it contains only the element $x$.

Finite and Infinite Sets

A finite set has a finite number of elements, while an infinite set has an infinite number of elements. For example, the set of all natural numbers $\mathbb{N} = {1, 2, 3, ...}$ is an infinite set.

Equal Sets

Two sets are equal if they have exactly the same elements. For example, if $D = {1, 2, 3}$ and $E = {3, 1, 2}$, then $D = E$ because they contain the same elements, despite the order being different.

Equivalent Sets

Two sets are equivalent if they have the same number of elements. For example, if $F = {a, b, c}$ and $G = {1, 2, 3}$, then $F$ and $G$ are equivalent sets because they both contain three elements.

Subset

A set $H$ is a subset of another set $I$ if every element of $H$ is also an element of $I$. It is denoted as $H \subseteq I$. For example, if $I = {1, 2, 3, 4}$, then $H = {2, 3}$ is a subset of $I$.

Proper Subset

A set $J$ is a proper subset of another set $K$ if $J$ is a subset of $K$ and $J$ is not equal to $K$. It is denoted as $J \subset K$. For example, if $K = {1, 2, 3, 4}$, then $J = {2, 3}$ is a proper subset of $K$.

Power Set

The power set of a set $L$ is the set of all possible subsets of $L$, including the empty set and $L$ itself. It is denoted by $\mathcal{P}(L)$. For example, if $L = {1, 2}$, then $\mathcal{P}(L) = {\emptyset, {1}, {2}, {1, 2}}$.

Universal Set

The universal set is the set that contains all the objects under consideration for a particular discussion or problem. It is usually denoted by $U$.

Complement of a Set

The complement of a set $M$ with respect to the universal set $U$ is the set of all elements in $U$ that are not in $M$. It is denoted by $M'$ or $M^c$.

Disjoint Sets

Two sets are disjoint if they have no elements in common. For example, if $N = {1, 2}$ and $O = {3, 4}$, then $N$ and $O$ are disjoint sets.

Table of Set Types and Their Properties

Type of Set Notation/Symbol Definition/Property Example
Empty Set $\emptyset$ A set with no elements $\emptyset$
Singleton Set A set with exactly one element ${a}$
Finite Set A set with a finite number of elements ${1, 2, 3}$
Infinite Set A set with an infinite number of elements $\mathbb{N}$
Equal Sets $=$ Sets with exactly the same elements ${1, 2} = {2, 1}$
Equivalent Sets Sets with the same number of elements ${a, b}$ and ${1, 2}$
Subset $\subseteq$ All elements of one set are in another set ${1} \subseteq {1, 2}$
Proper Subset $\subset$ A subset that is not equal to the original set ${1} \subset {1, 2}$
Power Set $\mathcal{P}(L)$ The set of all subsets of a set $\mathcal{P}({1}) = {\emptyset, {1}}$
Universal Set $U$ The set containing all objects under consideration $U = {1, 2, 3, 4, 5}$
Complement $M'$ or $M^c$ Elements not in the set with respect to $U$ If $U = {1, 2, 3}$ and $M = {2}$, then $M' = {1, 3}$
Disjoint Sets Sets with no elements in common ${1, 2}$ and ${3, 4}$

Examples

  1. Empty Set: The set of natural numbers greater than 5 and less than 6 is an empty set: $\emptyset$.
  2. Singleton Set: The set containing only the number zero: ${0}$.
  3. Finite Set: The set of colors in a rainbow: ${\text{red, orange, yellow, green, blue, indigo, violet}}$.
  4. Infinite Set: The set of all even numbers: ${2, 4, 6, 8, ...}$.
  5. Equal Sets: ${a, b, c}$ and ${b, c, a}$ are equal because they contain the same elements.
  6. Equivalent Sets: ${x, y}$ and ${apple, banana}$ are equivalent because they both have two elements.
  7. Subset: ${1, 3}$ is a subset of ${1, 2, 3, 4}$.
  8. Proper Subset: ${1, 3}$ is a proper subset of ${1, 2, 3, 4}$.
  9. Power Set: For the set ${a, b}$, the power set is $\mathcal{P}({a, b}) = {\emptyset, {a}, {b}, {a, b}}$.
  10. Universal Set: In the context of a discussion about primary colors, the universal set might be $U = {\text{red, blue, yellow}}$.
  11. Complement: If $U = {1, 2, 3, 4, 5}$ and $N = {2, 4}$, then the complement of $N$ is $N' = {1, 3, 5}$.
  12. Disjoint Sets: The set of positive even numbers and the set of positive odd numbers are disjoint.

Understanding sets and their types is crucial for studying more advanced mathematical concepts, as they form the building blocks for defining and analyzing mathematical structures and relationships.