Fundamental sets

Numbers are classified into sets according to their properties:

  • the set of natural numbers

  • the set of integers

  • the set of rational numbers

  • the set of real numbers

  • the set of complex numbers

The most fundamental number sets have their own unique identifier:

  • 𝔹, the set of the Booleans, B\mathbb{B}

  • ℕ, the set of the natural numbers, N\mathbb{N}

  • ℤ, the set of the integers, Z\mathbb{Z} (from ger. Zahl "number")

  • ℚ, the set of the rational numbers, Q\mathbb{Q} (from quotient)

  • ℝ, the set of the real numbers, R\mathbb{R}

  • ℂ, the set of the complex numbers, C\mathbb{C}

  • ℍ, the set of the quaternions, H\mathbb{H}

  • 𝕆, the set of the octonions, O\mathbb{O}

  • Their relation: NZQRC\varnothing\subset \mathbb{N}\subset \mathbb{Z}\subset \mathbb{Q}\subset \mathbb{R} \subset \mathbb{C}

and these number sets, being so fundamental in mathematics, that each has a name and a special symbol to denote it.

Each number set is infinite, but the set of natural numbers, the set of integers and the set of rational numbers is countably infinite, while the set of real numbers and the set of complex numbers numbers are bigger, uncountable, infinities.

  • B\mathbb{B} is the finite set of boolean values (or Boolean domain)

    {,}\quad \{\bot,\top\} or {F,T}\{F,T\} or {0,1}\{0,1\}

  • N\mathbb{N} is countable infinite set of natural numbers

    N={0,1,2,3,}\quad \mathbb{N}=\{0,1,2,3,\dots\}

  • Z\mathbb{Z} is countable infinite set of integers

    Z={,2,1,0,1,2,}\quad \mathbb{Z}=\{\dots,-2,-1,0,1,2,\dots\}.

  • Q\mathbb{Q} is countable infinite set of rational numbers

    {p/q:pZ,qNq0}\quad \{p/q : p \in\mathbb{Z}, q\in \mathbb{N}\land q\neq 0\}

  • R\mathbb{R} is uncountable infinite set of real numbers.

    It has various kinds of infinities.

  • C\mathbb{C} is uncountable infinite set of complex numbers

    {a,bi:a,bR},i=1\quad \{a,b\,i:a,b\in\mathbb{R}\}, \quad i=\sqrt{-1}

Inclusion relation of number sets: NZQRCH\mathbb{N}\subseteq \mathbb{Z}\subseteq \mathbb{Q}\subseteq \mathbb{R} \subseteq \mathbb{C} \subseteq \mathbb{H}

N⊆Z⊆Q⊆R⊆C⊆H

N ⊆ Z ⊆ Q ⊆ R ⊆ C ⊆ H

Last updated