Documentation

Marginis.Editors2018

Abraham Robinson (6 October 1918 - 11 April 1974) #

This paper by EDITORS, Journal of Logic & Analysis, is a reminiscence of Abraham Robinson.

We include here a formalization of the ordering of a countable nonstandard model of Th(N,<), which looks like ℕ ⊕ (ℚ × ℤ).

def N :

The underlying set of a countable nonstandard model of Th(N,<).

Equations
Instances For
    def nat_lt (n : ) :
    NProp

    Comparing an element of N with a standard element of N.

    Equations
    Instances For
      def inf_lt (q₁ : ) (z₁ : ) :
      NProp

      Comparing an element of N with a nonstandard element of N.

      Equations
      Instances For
        def lt :
        NNProp

        The ordering of a countable nonstandard model of Th(N,<).

        Equations
        Instances For
          theorem lt_example₁ :
          lt (Sum.inl 3) (Sum.inr (0, 2))

          The natural number 3 is less than the infinite number (0,2).

          theorem lt_example₂ :
          ¬lt (Sum.inr (0, 2)) (Sum.inl 3)

          The natural number 3 is not greater than the infinite number (0,2).