logo

Principle of Archimedes in Analysis 📂Analysis

Principle of Archimedes in Analysis

Theorem

For any positive number aa and real number bb, there exists a natural number nn that satisfies an>ban>b.

Explanation

This means that no matter what bb you take, you can always think of a multiple of aa, which is nn, that is greater than it. Simply put, ‘No matter how small a number is, if you keep adding to it, it will continue to grow’ is a very common-sense and obvious principle.

It has nothing to do with the principle of buoyancy or Eureka; it just shares the name.

Proof

Strategy: The proof process mobilizes the three axioms of analysis. Even something that seems so obvious is meticulously completed by precisely mentioning those axioms.


  • Case 1

    If a>ba>b, then an>ban>b is satisfied when n=1n=1.

  • Case 2

    Let’s say E:={nN,,an<b}E := \left\{ n \in {\mathbb{N}} ,|, an<b \right\}. By the axiom of inverses, the inverse 1a\dfrac{1}{a} of aa exists, and by the axiom of order, 1a>0\dfrac{1}{a}>0. Therefore, the following holds true:

    an<b    n<ba an<b \iff n < \dfrac{b}{a}

    That is, E={nN,,n<ba}E = \left\{ n \in {\mathbb{N}} ,|, n < \dfrac{b}{a} \right\} is bounded above. By the axiom of completeness, since sup(E)\sup(E) exists, n=sup(E)+1n=\sup(E)+1 exists that satisfies an>ban>b.