Discrete Math Tutor

Proof / Set Equality

Least You Need to Know: Proving Set Equality

To prove two sets are equal, show **both inclusions** or use a membership argument with `x ∈ A` iff `x ∈ B`.

The least you need to know

Key notation

A ⊆ B every element of A is in B
A = B A ⊆ B and B ⊆ A
x ∈ A x is an element of A

Tiny worked example

  • To show `A∩B = B∩A`, take any `x ∈ A∩B`.
  • Then `x ∈ A` and `x ∈ B`, so `x ∈ B∩A`.
  • Reverse the argument for the other inclusion.

Common mistakes

How to recognize this kind of problem

Start practice