Set notation is a mathematical language used to describe collections of objects, known as sets. A set is typically defined by listing its elements or by specifying a property that its elements share. Here are the key aspects of set notation:
-
Listing Elements: A set can be defined by explicitly listing its elements inside curly braces. For example:
- \( A = {1, 2, 3, 4} \) defines a set \( A \) containing the elements 1, 2, 3, and 4.
-
Set Builder Notation: This notation expresses a set by describing a property that its members share. For example:
- \( B = { x \mid x \text{ is an even number} } \) defines the set \( B \) as the collection of all \( x \) such that \( x \) is an even number.
-
Special Sets: There are special symbols for commonly used sets:
- \( \mathbb{N} \): The set of natural numbers (1, 2, 3, ...).
- \( \mathbb{Z} \): The set of integers (..., -2, -1, 0, 1, 2, ...).
- \( \mathbb{Q} \): The set of rational numbers (fractions).
- \( \mathbb{R} \): The set of real numbers (including all rational and irrational numbers).
- \( \mathbb{C} \): The set of complex numbers.
-
Set Operations: Set notation also includes several operations:
- Union: The set of elements that are in either set \( A \) or set \( B \) is denoted by \( A \cup B \).
- Intersection: The set of elements that are in both sets \( A \) and \( B \) is denoted by \( A \cap B \).
- Difference: The elements that are in set \( A \) but not in set \( B \) is denoted by \( A - B \) or \( A \setminus B \).
- Complement: The set of all elements in the universal set that are not in set \( A \) is denoted by \( A^c \).
-
Empty Set: The set that contains no elements is called the empty set, denoted by \( \emptyset \) or \( {} \).
Set notation provides a clear and concise way to describe collections of objects and the relationships between those collections in mathematics and various applications.