Notes
Categories

Empty Set, Finite Sets, and Infinite Sets [ English ]

< Prev Next >

1. Introduction

In discrete mathematics, sets are classified based on the number of elements they contain. Three fundamental types are:

Understanding these categories is essential for analyzing set operations, relations, and functions.


2. Empty Set

Definition

An empty set is a set that contains no elements.

Representation

∅   or   {}

Examples

✔ These sets contain no elements.


Properties of Empty Set


3. Finite Set

Definition

A finite set is a set that contains a limited (countable) number of elements.


Representation

A = {1, 2, 3, 4}

Examples


Cardinality

If a set has n elements:

n(A) = n

Example:

A = {1, 2, 3} → n(A) = 3

Key Characteristics


4. Infinite Set

Definition

An infinite set is a set that contains an unlimited number of elements.


Representation

N = {1, 2, 3, ...}

Examples


Key Characteristics


5. Difference Between Finite and Infinite Sets

Feature Finite Set Infinite Set
Number of elements Limited Unlimited
Counting Possible Not fully possible
Representation Complete listing possible Uses “...” notation
Example {1, 2, 3} {1, 2, 3, ...}

6. Important Observations


7. Summary

These classifications help in understanding the structure and behavior of sets in discrete mathematics.

< Prev Next >