补集bǔjí
Core Concept
The complement of a set A, written as or or , is the set of all elements in the universal set U that are NOT in A.
Mathematical Definition
The complement contains exactly those elements that belong to the universal set but not to A.
Notation Variants
- - Standard notation emphasizing universal set
- - Bar notation
- or - Prime/superscript notation
- - Set difference notation
Visual Representation
In a Venn diagram, the complement is the region outside set A but inside the universal set.
U: [#############]
[####] A [ ]
The shaded region [####] represents .
Key Properties
1. Complement of Complement
2. Complement of Universal Set
3. Complement of Empty Set
4. Union with Complement
5. Intersection with Complement
6. De Morgan's Laws
Worked Examples
Example 1: Finite Sets
Given: U = {1, 2, 3, 4, 5, 6}, A = {2, 4, 6}
Find:
Solution: Elements in U but not in A: 1, 3, 5
Answer: = {1, 3, 5}
Example 2: Real Number Sets
Given: U = ℝ, A = {x | x ≥ 2}
Find:
Solution: Real numbers NOT ≥ 2, meaning < 2
Answer: = {x | x < 2} = (-∞, 2)
Example 3: Interval Complement
Given: U = ℝ, A = (-1, 3]
Find:
Solution: All reals except those in (-1, 3]
Answer: = (-∞, -1] ∪ (3, +∞)
CSCA Practice Problems
💡 Note: The following practice problems are designed based on the CSCA exam syllabus.
Example 1: Basic (Difficulty ★★☆☆☆)
If U = {1, 2, 3, 4, 5} and A = {1, 3, 5}, find .
Options:
- A. {1, 3, 5}
- B. {2, 4}
- C. {1, 2, 3, 4, 5}
- D. ∅
Solution: Elements in U but not in A: 2, 4
Answer: B
Example 2: Intermediate (Difficulty ★★★☆☆)
Given U = ℝ, A = {x | x² - 4 ≤ 0}, find .
Solution:
First, solve the inequality:
Complement is all reals outside this interval:
Answer:
Example 3: Advanced (Difficulty ★★★★☆)
If U = ℝ, A = {x | x > 1}, B = {x | x > 2}, find .
Solution:
= {x | x ≤ 1} = (-∞, 1] B = {x | x > 2} = (2, +∞)
Answer:
De Morgan's Laws in Detail
Law 1: Complement of Union
Example: If A = {1, 2}, B = {2, 3}, U = {1, 2, 3, 4}
- A ∪ B = {1, 2, 3}
- = {4}
- = {3, 4}, = {1, 4}
- = {4} ✓
Law 2: Complement of Intersection
Common Mistakes
❌ Mistake 1: Forgetting the Universal Set
Wrong: = {all elements not in A} ✗
Correct: = {elements in U but not in A} ✓
❌ Mistake 2: Wrong Interval Boundary
Wrong: If A = [1, 3], then = (-∞, 1] ∪ [3, +∞) ✗
Correct: = (-∞, 1) ∪ (3, +∞) ✓
❌ Mistake 3: De Morgan Sign Error
Wrong: = ✗
Correct: = ✓
Study Tips
- ✅ Always identify U first: The universal set determines the complement
- ✅ Flip boundaries for intervals: Open ↔ closed when taking complement
- ✅ Master De Morgan's Laws: "Break the bar, change the sign"
- ✅ Double complement returns original:
💡 Exam Tip: When taking complements of intervals, remember: closed boundary becomes open, and open becomes closed!