# Types of Sets — Definition, Examples & Symbols

## TL;DR
A set is a well-defined collection of distinct objects, and its type is decided by how many elements it holds and how those elements relate to other sets. The main types of sets are finite, infinite, empty, singleton, equal, equivalent, subset, universal, and power set. This article defines each one with its symbol, draws the Venn-diagram picture, works through examples, and flags the comparisons students mix up most.

## What Are the Main Types of Sets?

There are nine types worth naming. The first group is about size (how many elements), the second about relationships (how one set sits against another).

**By size:**

- _Empty (null) set:_ has no elements. Written ∅ or \varnothing. Example: the set of real solutions to x² = −1 is ∅.

- _Singleton (unit) set:_ has exactly one element. Example: {0}, or the set of even prime numbers {2}.

- _Finite set:_ has a countable, definite number of elements. Example: {a, e, i, o, u} has five elements.

- _Infinite set:_ has unending elements. Example: the natural numbers \mathbb{N} = {1, 2, 3, …}.

**By relationship:**

- _Equal sets:_ same elements, regardless of order or repetition: {1, 2, 3} = {3, 1, 2}.

- _Equivalent sets:_ same _number_ of elements, not necessarily the same elements: {a, b, c} and {1, 2, 3} are equivalent because both have three.

- _Subset:_ every element of one set is also in another: {1, 2} ⊆ {1, 2, 3}.

- _Universal set:_ the set U containing every element under discussion; all other sets are subsets of it.

- _Power set:_ the set of _all_ subsets of a set, written P(A).

Two sets that share no elements at all, like {1, 2} and {5, 6}, are _disjoint_, and two that share some but not all are _overlapping_. Those two relationships sit naturally on top of the nine above.

### Is the empty set finite?
Yes. The empty set ∅ has zero elements, and zero is a definite count, so ∅ is finite, and it is a subset of _every_ set.

## Examples of Types of Sets

### Example 1
**Classify A = {x : x is a month with 32 days}.**  
No month has 32 days. So A = ∅, an _empty set_.  
**Final answer:** empty (null) set.

### Example 2
**A student is asked whether {2, 4, 6} and {2, 2, 4, 6, 6} are equal.**  
Take a closer look. A set holds only _distinct_ objects, so repeats collapse: {2, 2, 4, 6, 6} is just {2, 4, 6}.  
**Final answer:** the sets are **equal**, repetition does not create new elements.

### Example 3
**Are X = {vowels in "EQUAL"} and Y = {1, 2, 3} equivalent?**  
List X: the vowels in "EQUAL" are E, U, A, so X = {E, U, A}. Y has three elements.  
**Final answer:** X and Y are **equivalent** but not equal.

### Example 4
**Is {1, 2} a subset of {1, 2, 3, 4}? Is it a proper subset?**  
Every element is present, so {1, 2} ⊆ {1, 2, 3, 4}.  
Because {1, 2, 3, 4} has elements not in {1, 2}, it is also a _proper_ subset: {1, 2} ⊂ {1, 2, 3, 4}.  
**Final answer:** yes to both.

### Example 5
**Write the power set of B = {a, b} and state its size.**  
List every subset of B: ∅, {a}, {b}, {a, b}.  
Count: 4 subsets.  
**Final answer:** P(B) = {∅, {a}, {b}, {a, b}} with 4 elements.

### Example 6
**For the universal set U = {1, 2, 3, 4, 5, 6} and A = {2, 4, 6}, name the type of A relative to U, and find the complement of A.**  
Every element of A lies in U, so A is a _subset_ of the _universal set_ U.  
The complement A’ holds everything in U that is not in A: A’ = {1, 3, 5}.  
**Final answer:** A ⊆ U; A’ = {1, 3, 5}.

## Why Naming the Type Comes Before Anything Else

- _The empty set anchors logic._  A claim with no examples resolves to ∅, and ∅ being a subset of everything is what lets proofs start from nothing and build up.
- _Finite versus infinite decides your method._  You can list a finite set; you must _describe_ an infinite one.
- _Equivalence underpins counting itself._

Cantor pushed exactly this idea to its edge and proved that the power set of any set is _strictly larger_ than the set.

## The Comparisons Students Mix Up Most

### Mistake 1: Treating "equal" and "equivalent" as the same word
  
**Don't do this:** see two sets of the same size and call them equal.  
**The correct way:** _equal_ demands the _same elements_; _equivalent_ demands only the _same count_.

### Mistake 2: Thinking the empty set and the singleton ∅ are the same
  
**Don't do this:** write ∅ = {∅}.  
**The correct way:** ∅ has _zero_ elements; {∅} has _one_ element. The cleanest tell: the empty set is the single thing you can drop _into_ another set without adding a number to the count.

### Mistake 3: Forgetting the universal set when taking a complement
  
**Don't do this:** the rusher computes A’ without writing down U first.  
**The correct way:** a complement only means something _relative to a fixed_ U.

## Conclusion

- The _types of sets_ split into size-based names (empty, singleton, finite, infinite) and relationship-based names (equal, equivalent, subset, universal, power set).
- A set holds only distinct elements, so repetition never changes a set's identity.
- _Equal_ means same elements; _equivalent_ means same count, the single most-confused pair.
- The empty set ∅ is finite and is a subset of every set; {∅} is a singleton, not the empty set.
- A _complement_ only exists relative to a stated _universal set_.

## Frequently Asked Questions

**What are the main types of sets in mathematics?**  
The main types are empty (null), singleton, finite, infinite, equal, equivalent, subset, universal, and power set.

**Is an empty set a finite set?**  
Yes. It has zero elements, and zero is a definite count.

**What is the difference between equal and equivalent sets?**  
Equal sets have exactly the same elements; equivalent sets only have the same number of elements.

**How many types of sets are there?**  
Most syllabi name nine core types.
