Set Theory
Set
A well-defined collection of distinct objects called elements. Denoted by capital letters; elements listed in curly braces {}.
Set Theory
Element / Member
An individual object contained in a set. Each element is unique — no duplicates allowed. Order does not matter.
Set Theory
Well-Defined
A set has a clear rule so it is unambiguous whether any object belongs to it or not.
Set Theory
Empty Set (∅)
A set with no elements at all. Also called the null set. Denoted as ∅ or {}. Its cardinality is 0.
Set Theory
Finite Set
A set that has a limited, countable number of elements. Example: A = {1, 2, 3, 4, 5}.
Set Theory
Infinite Set
A set with an unlimited number of elements that cannot be fully counted. An ellipsis (…) shows the pattern continues.
Set Theory
Universal Set (U)
The set containing all elements under consideration in a particular context. All other sets are subsets of U.
Set Theory
Cardinality |A|
The number of elements in a set. Written as |A| or n(A). If A = {2,4,6}, then |A| = 3.
Set Theory
Subset (⊆)
Set A is a subset of B if every element of A is also in B. Written A ⊆ B. Every set is a subset of itself.
Set Theory
Venn Diagram
A visual tool using overlapping circles inside a rectangle to represent sets and their relationships (union, intersection, difference, complement).
Operations
Union (A ∪ B)
All elements in A or B or both. No duplicates. If A={1,2} and B={2,3}, then A∪B={1,2,3}.
Operations
Intersection (A ∩ B)
Elements common to BOTH A and B. If A={1,2} and B={2,3}, then A∩B={2}.
Operations
Difference (A − B)
Elements in A but NOT in B. If A={1,2,3} and B={2,3,4}, then A−B={1}.
Operations
Complement (A')
All elements in the universal set U that are NOT in A. If U={1..5} and A={1,2}, then A'={3,4,5}.
Operations
Cartesian Product (A×B)
The set of all possible ordered pairs (a, b) where a ∈ A and b ∈ B. If |A|=m and |B|=n, then |A×B|=mn.
Operations
Commutative Law
Order of sets does not affect result. A∪B = B∪A and A∩B = B∩A.
Operations
Associative Law
Grouping of sets does not affect result. (A∪B)∪C = A∪(B∪C) and (A∩B)∩C = A∩(B∩C).
Operations
Distributive Law
Connects union and intersection. A∩(B∪C) = (A∩B)∪(A∩C) and A∪(B∩C) = (A∪B)∩(A∪C).
Operations
De Morgan's Laws
(A∪B)' = A'∩B' and (A∩B)' = A'∪B'. The complement distributes and flips the operation symbol.
Relations
Relation (R)
A subset of the Cartesian product A×B. Formally: R ⊆ A×B. It shows how elements of Set A are connected to elements of Set B.
Relations
Ordered Pair
A pair (a, b) where order matters — (a,b) ≠ (b,a) unless a = b. The building block of relations.
Relations
Reflexive Relation
(a,a) ∈ R for all a ∈ A. Every element must be related to itself. Missing even one self-pair means NOT reflexive.
Relations
Symmetric Relation
(a,b) ∈ R ⇒ (b,a) ∈ R. If a relates to b, then b must also relate to a. The relation must "go both ways."
Relations
Antisymmetric Relation
(a,b) ∈ R and (b,a) ∈ R ⇒ a = b. If both directions exist between different elements, the relation is NOT antisymmetric.
Relations
Transitive Relation
(a,b) ∈ R and (b,c) ∈ R ⇒ (a,c) ∈ R. A "chain" a→b→c requires a direct pair (a,c).
Relations
Rule-Based Relation
A relation formed by applying a specific rule or condition to determine which ordered pairs are included, rather than selecting randomly.
Relations
Self-Pair
An ordered pair of the form (a, a) where both elements are the same. Required for reflexive relations; always satisfies symmetry.