Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Set theory is the language mathematicians use to describe collections of objects, such as numbers, students, shapes, or outcomes in a probability experiment. A set can be shown with braces, like A = {1, 2, 3}, or as a shaded region in a Venn diagram. Venn diagrams matter because they turn logical relationships into pictures that are easier to compare, count, and reason about.

They are especially useful in algebra, statistics, probability, computer science, and logic.

Key Facts

  • Union: A ∪ B is the set of elements in A or B or both.
  • Intersection: A ∩ B is the set of elements in both A and B.
  • Complement: A' is the set of elements in the universal set U that are not in A.
  • Difference: A B is the set of elements in A that are not in B.
  • Subset: A ⊆ B means every element of A is also an element of B.
  • Counting formula: |A ∪ B| = |A| + |B| - |A ∩ B|.

Vocabulary

Set
A set is a well-defined collection of distinct objects called elements.
Universal Set
The universal set is the complete set of elements being considered in a problem.
Union
The union of sets contains all elements that are in at least one of the sets.
Intersection
The intersection of sets contains only the elements that are shared by the sets.
Complement
The complement of a set contains all elements in the universal set that are not in that set.

Common Mistakes to Avoid

  • Confusing union with intersection: Union means elements in either set or both, while intersection means only elements common to both sets.
  • Forgetting to subtract overlap when counting a union: Adding |A| and |B| counts the shared elements twice, so |A ∩ B| must be subtracted once.
  • Shading the complement without using the universal set: A complement is defined relative to U, so it includes only elements inside the universal set but outside the named set.
  • Treating A B and B A as the same: Set difference is order-dependent, so A B keeps elements in A but removes anything also in B.

Practice Questions

  1. 1 Let A = {1, 2, 3, 4, 5} and B = {4, 5, 6, 7}. Find A ∪ B, A ∩ B, and A B.
  2. 2 In a class of 40 students, 22 study biology, 18 study chemistry, and 9 study both. How many students study biology or chemistry?
  3. 3 A Venn diagram has three circles labeled A, B, and C. Explain which region represents A ∩ B ∩ C and why it is different from A ∪ B ∪ C.