Set Types

Null Set (Empty Set)

A set that contains no elements. Denoted by ∅ or {}.

Example: Set of months with 32 days:
Which of the following is an example of a null set?

Finite Set

A set with a countable number of elements that has an end.

Example: Set of vowels in English: {a, e, i, o, u}
Which of the following is a finite set?

Infinite Set

A set with unlimited elements that continues indefinitely.

Example: Set of natural numbers: {1, 2, 3, ...}
Which of the following is an infinite set?

Equivalent Sets

Sets with the same number of elements (same cardinality).

Example: Set A = {1, 2, 3} and Set B = {a, b, c} are equivalent (both have 3 elements).
Which pair of sets are equivalent?

Equal Sets

Sets that contain exactly the same elements.

Example: {1, 2, 3} = {3, 2, 1} (order doesn't matter).
Which pair of sets are equal?