Set of Numbers

Sets of Numbers

  • Positive integers
    Z+={1,2,3,4,...}\mathbb{Z}^{+} = \set{1,2,3,4,...}
  • Natural integers
    N={0,1,2,3,4,...}\mathbb{N} = \set{0,1,2,3,4,...}
  • Negative integers
    Z={1,2,3,4,...}\mathbb{Z}^{-} = \set{-1,-2,-3,-4,...}
  • Integers
    Z=Z{0}Z+ \mathbb{Z} = \mathbb{Z}^{-} \cup \set{0} \cup \mathbb{Z}^{+}
  • Rational numbers
    Q={pqq0p,qZ}\mathbb{Q} = \set{\frac{p}{q} | q \not = 0 \land p, q \in \mathbb{Z}}
  • Irrational numbers
    Limits of sequences of rational numbers (which are not rational numbers)
  • Real numbers
    R=QcQ\mathbb{R} = \mathbb{Q}^{c} \cup \mathbb{Q}

Complex numbers are taught in a separate set of lectures, and not included under real analysis lectures.

Axiomatic Definiton of Real Numbers

Set of real numbers is a set satisfying all these axioms:

Archimedean Property

yR+  kZ+  s.t.  1k<y\forall y\in\mathbb{R^+} \; \exists k \in \mathbb{Z}^+ \; \text{s.t.} \; \frac{1}{k} \lt y
Written by September 13, 2026 1 min read
Was this helpful?