2. Intervals in R

2.2. Archimedean property in R

Statement:

For every

xRx \in ℝ

, there exists a natural number

nNn \in ℕ

such that

n>xn > x

.
Equivalently,

R

R has no infinitely large or infinitesimal elements.

Consequences:

  • nN\exists n \in ℕ

    such that

    1n<ϵ\frac{1}{n} < \epsilon

    for any

    ϵ>0\epsilon > 0

  • Ensures that ℕ is unbounded in ℝ

  • Essential in constructing sequences that converge to zero

The Archimedean Property bridges the discrete world of natural numbers and the continuum of the real line.