Universal Set — Definition, Symbol & Examples

Universal Set — Definition, Symbol & Examples

TL;DR

A universal set, written U, is the set that contains every element under consideration for a given problem; every other set in that problem is a subset of it. This article defines U, fixes its symbol and Venn-diagram rectangle, separates it cleanly from a union of sets, and works through examples including how the complement of a set depends on the U you choose.

What Is a Universal Set, Exactly?

A universal set U is the superset of every set in a given context: for any set A you define within that context, A ⊆ U. Three properties follow directly and are worth stating plainly.

How do you find the universal set?

You do not compute it, you declare it. Read the problem, gather every element any set in it could draw from, and that collection is U. If a question gives you A = {2, 4} and B = {3, 5} and asks for "the rest", you first decide the universe (say, U = {1, 2, 3, 4, 5, 6}); only then does "the rest" mean anything.

Universal Set Versus the Union of Sets

This is the single distinction the topic lives or dies on, so it gets its own section. A union A ∪ B collects the elements that appear in A or B. A universal set U collects every element under discussion, which can include elements in neither A nor B.

If A = {1, 2} and B = {2, 3}, then A ∪ B = {1, 2, 3}. But the universal set might be U = {1, 2, 3, 4, 5}, bigger than the union, because 4 and 5 are part of the conversation even though no set claimed them yet. A union is built from the sets you have; the universal set is declared around them. This rectangle-and-circles convention comes straight from John Venn's diagram method, still the standard way to picture set relationships.

Examples of Universal Set

Example 1

Given the study of digits, write a universal set and one subset.

The digits are 0 through 9.

U = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}. The even digits form a subset: E = {0, 2, 4, 6, 8}.

Final answer: U = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}, with E = {0, 2, 4, 6, 8} ⊆ U.

Example 2

A student is told A = {1, 2}, B = {2, 3}, and asked to give the universal set. They write U = {1, 2, 3}.

The correct move: read the context for the universe. With the stated context U = {1, 2, 3, 4, 5, 6}:
U = {1, 2, 3, 4, 5, 6}, which is a proper superset of A ∪ B.

Final answer: U = {1, 2, 3, 4, 5, 6}, the universal set is declared by context, not equated with the union.

Example 3

For U = {1, 2, 3, 4, 5, 6, 7, 8} and A = {2, 4, 6, 8}, find A′.

The complement A′ is everything in U not in A.

Remove 2, 4, 6, 8 from U.

A′ = {1, 3, 5, 7}.

Final answer: A′ = {1, 3, 5, 7}. Notice A ∪ A′ = U, a set and its complement always rebuild the universal set.

Example 4

Find the universal set of all right triangles' angle sums.

Every triangle's interior angles sum to 180°.

So for the property "angle sum", the universe is the single value 180°.

U = {180°}.

Final answer: U = {180°}, a perfectly valid singleton universal set.

Example 5

With U = {x : x is a letter in "MATHEMATICS", list U and a subset of vowels.

Distinct letters in "MATHEMATICS": M, A, T, H, E, I, C, S.

U = {M, A, T, H, E, I, C, S}.

Vowels among them: V = {A, E, I}.

Final answer: U = {M, A, T, H, E, I, C, S}, V = {A, E, I} ⊆ U. (Repeated letters collapse; a set keeps only distinct elements.)

Example 6

Given U = {1, 2,…,10}, A = {2, 4, 6, 8, 10}, B = {1, 2, 3, 4, 5}, find (A ∪ B)′.

First the union: A ∪ B = {1, 2, 3, 4, 5, 6, 8, 10}.

Now the complement within U: remove those from {1, …, 10}.

(A ∪ B)′ = {7, 9}.

Final answer: (A ∪ B)′ = {7, 9}. The complement is taken against U, which is exactly why U had to be fixed first.

Why the Universal Set Has to Be Declared First

Where the Universal Set Trips Students Up

Mistake 1: Setting the universal set equal to the union

Where it slips in: any problem that gives you two or three sets and asks for U.

Don't do this: write U = A ∪ B. The rusher grabs the union because it is the biggest set visibly on the page.

The correct way: the universal set is given (or implied) by the problem's context and is usually a superset of the union.

Mistake 2: Computing a complement without a stated universe

Don't do this: the second-guesser writes A′ = everything that isn’t A and starts inventing elements that were never in the problem.

The correct way: a complement is always U \setminus A. Write down U first, then subtract.

Mistake 3: Treating U as fixed across different problems

Don't do this: carry the U from question 1 into question 2 because it was "the universal set."

The correct way: U is local to the problem. A question about animals has U = {all animals}; the next about real numbers has U = R. There is no single global universal set.

Conclusion