A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Set Operations: Union, Intersection, and Complement

College Depth 68 in the knowledge graph I know this Set as goal
8,616topics build on this
319prerequisites beneath it
See this on the map →
Set Theory FundamentalsComplement of a Set+2 moreCartesian Products and RelationsHerbrand Universe and Herbrand Models+5 more
sets operations union intersection complement

Core Idea

Union (A ∪ B) combines all elements from two sets; intersection (A ∩ B) contains only common elements; complement (Ac) contains all elements not in A (relative to a universal set). These operations correspond to OR, AND, and NOT in logic. Their algebraic properties, including De Morgan's laws, are essential for set-based reasoning.

Explainer

You already know what a set is and how membership works. The three operations — union, intersection, and complement — are the basic algebra of sets, and they mirror the logical connectives you've seen: ∪ corresponds to OR, ∩ corresponds to AND, and complement corresponds to NOT. This correspondence is not accidental. The statement "x ∈ A ∪ B" is literally the logical claim "x ∈ A or x ∈ B," and proving things about sets is often just applying logical rules to membership statements.

To sharpen the intuitions: union A ∪ B is the most permissive operation — it includes everything from either set. Intersection A ∩ B is the most restrictive — only what both sets share. Complement Aᶜ (relative to a universal set U) contains everything in U not in A. Venn diagrams capture these visually, but precise membership-condition definitions are what enable proofs. The standard method for proving a set equality A = B is to show A ⊆ B and B ⊆ A: take an arbitrary element of one side and prove it belongs to the other by chasing through the logical definitions.

The most important algebraic identities are De Morgan's laws: (A ∪ B)ᶜ = Aᶜ ∩ Bᶜ and (A ∩ B)ᶜ = Aᶜ ∪ Bᶜ. These say that complementing a union flips it to an intersection, and vice versa. The logical reading makes this immediate: "not (P or Q)" means "not P, and not Q." Sets also satisfy distributive laws — A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) — exactly mirroring AND distributing over OR. These identities let you rewrite complex set expressions into simpler equivalent forms, a skill that recurs in probability theory, topology, and formal logic.

When you encounter proof by cases (your next topic), set operations structure the argument directly: partition a set A into disjoint pieces A₁ ∪ A₂ = A with A₁ ∩ A₂ = ∅, then prove the desired property on each piece separately. In this sense, set operations are not just definitional machinery — they are the grammar of mathematical reasoning about collections, and fluency with them is a prerequisite for almost everything in pure mathematics.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesSet Operations: Union, Intersection, and Complement

Longest path: 69 steps · 319 total prerequisite topics

Prerequisites (4)

Leads To (7)