Set theory is the branch of mathematical logic that studies sets, which are collections of objects. Sets are often described using curly brackets: \( \{ ... \} \).
For example, if we have a set \(A\) of positive even numbers, it can be written as \(A = \{2, 4, 6, 8, \ldots \}\).
Various operations can be performed on sets, such as union, intersection, and complement. Understanding these operations helps to solve problems related to set theory.
- Union: The union of sets \( A \) and \( B \) consists of all elements that are in \(A\), or \(B\), or in both. Represented as \( A \cup B \).
- Intersection: The intersection includes elements that are in both sets \(A\) and \(B\). Denoted as \( A \cap B \).
- Complement: The complement of a set \(A\), written as \( A' \) or \( A^c \), comprises elements in the universal set that are not in \(A\).
These operations, especially the complement, help us manipulate and understand relationships between sets.