Documentation

Mathlib.Data.Real.Hyperreal

Construction of the hyperreal numbers as an ultraproduct of real sequences. #

Hyperreal numbers on the ultrafilter extending the cofinite filter

Equations
Instances For

    Hyperreal numbers on the ultrafilter extending the cofinite filter

    Equations
    Instances For

      Natural embedding ℝ → ℝ*.

      Equations
      Instances For
        @[simp]
        theorem Hyperreal.coe_eq_coe {x y : } :
        x = y x = y
        @[simp]
        @[simp]
        @[simp]
        @[simp]
        @[simp]
        theorem Hyperreal.coe_neg (x : ) :
        (-x) = -x
        @[simp]
        theorem Hyperreal.coe_add (x y : ) :
        (x + y) = x + y
        @[simp]
        theorem Hyperreal.coe_mul (x y : ) :
        (x * y) = x * y
        @[simp]
        theorem Hyperreal.coe_div (x y : ) :
        (x / y) = x / y
        @[simp]
        theorem Hyperreal.coe_sub (x y : ) :
        (x - y) = x - y
        @[simp]
        theorem Hyperreal.coe_le_coe {x y : } :
        @[simp]
        theorem Hyperreal.coe_lt_coe {x y : } :
        x < y x < y
        @[simp]
        theorem Hyperreal.coe_nonneg {x : } :
        0 x 0 x
        @[simp]
        theorem Hyperreal.coe_pos {x : } :
        0 < x 0 < x
        @[simp]
        theorem Hyperreal.coe_abs (x : ) :
        |x| = |x|
        @[simp]
        theorem Hyperreal.coe_max (x y : ) :
        @[simp]
        theorem Hyperreal.coe_min (x y : ) :
        def Hyperreal.ofSeq (f : ) :

        Construct a hyperreal number from a sequence of real numbers.

        Equations
        Instances For
          noncomputable def Hyperreal.epsilon :

          A sample infinitesimal hyperreal

          Equations
          Instances For
            noncomputable def Hyperreal.omega :

            A sample infinite hyperreal

            Equations
            Instances For

              A sample infinitesimal hyperreal

              Equations
              Instances For

                A sample infinite hyperreal

                Equations
                Instances For
                  theorem Hyperreal.lt_of_tendsto_zero_of_pos {f : } (hf : Filter.Tendsto f Filter.atTop (nhds 0)) {r : } :
                  0 < rofSeq f < r
                  theorem Hyperreal.epsilon_lt_pos (x : ) :
                  0 < xepsilon < x
                  def Hyperreal.IsSt (x : ℝ*) (r : ) :

                  Standard part predicate

                  Equations
                  Instances For
                    noncomputable def Hyperreal.st :
                    ℝ*

                    Standard part function: like a "round" to ℝ instead of ℤ

                    Equations
                    Instances For

                      A hyperreal number is infinitesimal if its standard part is 0

                      Equations
                      Instances For

                        A hyperreal number is positive infinite if it is larger than all real numbers

                        Equations
                        Instances For

                          A hyperreal number is negative infinite if it is smaller than all real numbers

                          Equations
                          Instances For

                            A hyperreal number is infinite if it is infinite positive or infinite negative

                            Equations
                            Instances For

                              Some facts about st #

                              theorem Hyperreal.IsSt.lt {x y : ℝ*} {r s : } (hxr : x.IsSt r) (hys : y.IsSt s) (hrs : r < s) :
                              x < y
                              theorem Hyperreal.IsSt.unique {x : ℝ*} {r s : } (hr : x.IsSt r) (hs : x.IsSt s) :
                              r = s
                              theorem Hyperreal.IsSt.st_eq {x : ℝ*} {r : } (hxr : x.IsSt r) :
                              theorem Hyperreal.IsSt.not_infinite {x : ℝ*} {r : } (h : x.IsSt r) :
                              theorem Hyperreal.not_infinite_of_exists_st {x : ℝ*} :
                              (∃ (r : ), x.IsSt r)¬x.Infinite
                              theorem Hyperreal.isSt_sSup {x : ℝ*} (hni : ¬x.Infinite) :
                              theorem Hyperreal.exists_st_of_not_infinite {x : ℝ*} (hni : ¬x.Infinite) :
                              ∃ (r : ), x.IsSt r
                              theorem Hyperreal.IsSt.isSt_st {x : ℝ*} {r : } (hxr : x.IsSt r) :
                              x.IsSt x.st
                              theorem Hyperreal.isSt_st_of_exists_st {x : ℝ*} (hx : ∃ (r : ), x.IsSt r) :
                              x.IsSt x.st
                              theorem Hyperreal.isSt_st' {x : ℝ*} (hx : ¬x.Infinite) :
                              x.IsSt x.st
                              theorem Hyperreal.isSt_st {x : ℝ*} (hx : x.st 0) :
                              x.IsSt x.st
                              theorem Hyperreal.isSt_refl_real (r : ) :
                              (↑r).IsSt r
                              theorem Hyperreal.eq_of_isSt_real {r s : } :
                              (↑r).IsSt sr = s
                              theorem Hyperreal.isSt_trans_real {r s t : } :
                              (↑r).IsSt s(↑s).IsSt t(↑r).IsSt t
                              theorem Hyperreal.isSt_inj_real {r₁ r₂ s : } (h1 : (↑r₁).IsSt s) (h2 : (↑r₂).IsSt s) :
                              r₁ = r₂
                              theorem Hyperreal.isSt_iff_abs_sub_lt_delta {x : ℝ*} {r : } :
                              x.IsSt r ∀ (δ : ), 0 < δ|x - r| < δ
                              theorem Hyperreal.IsSt.map {x : ℝ*} {r : } (hxr : x.IsSt r) {f : } (hf : ContinuousAt f r) :
                              IsSt (Filter.Germ.map f x) (f r)
                              theorem Hyperreal.IsSt.map₂ {x y : ℝ*} {r s : } (hxr : x.IsSt r) (hys : y.IsSt s) {f : } (hf : ContinuousAt (Function.uncurry f) (r, s)) :
                              IsSt (Filter.Germ.map₂ f x y) (f r s)
                              theorem Hyperreal.IsSt.add {x y : ℝ*} {r s : } (hxr : x.IsSt r) (hys : y.IsSt s) :
                              (x + y).IsSt (r + s)
                              theorem Hyperreal.IsSt.neg {x : ℝ*} {r : } (hxr : x.IsSt r) :
                              (-x).IsSt (-r)
                              theorem Hyperreal.IsSt.sub {x y : ℝ*} {r s : } (hxr : x.IsSt r) (hys : y.IsSt s) :
                              (x - y).IsSt (r - s)
                              theorem Hyperreal.IsSt.le {x y : ℝ*} {r s : } (hrx : x.IsSt r) (hsy : y.IsSt s) (hxy : x y) :
                              theorem Hyperreal.st_le_of_le {x y : ℝ*} (hix : ¬x.Infinite) (hiy : ¬y.Infinite) :
                              x yx.st y.st
                              theorem Hyperreal.lt_of_st_lt {x y : ℝ*} (hix : ¬x.Infinite) (hiy : ¬y.Infinite) :
                              x.st < y.stx < y

                              Basic lemmas about infinite #

                              theorem Hyperreal.Infinite.ne_real {x : ℝ*} :
                              x.Infinite∀ (r : ), x r

                              Facts about st that require some infinite machinery #

                              theorem Hyperreal.IsSt.mul {x y : ℝ*} {r s : } (hxr : x.IsSt r) (hys : y.IsSt s) :
                              (x * y).IsSt (r * s)
                              theorem Hyperreal.st_add {x y : ℝ*} (hx : ¬x.Infinite) (hy : ¬y.Infinite) :
                              (x + y).st = x.st + y.st
                              theorem Hyperreal.st_neg (x : ℝ*) :
                              (-x).st = -x.st
                              theorem Hyperreal.st_mul {x y : ℝ*} (hx : ¬x.Infinite) (hy : ¬y.Infinite) :
                              (x * y).st = x.st * y.st

                              Basic lemmas about infinitesimal #

                              theorem Hyperreal.infinitesimal_def {x : ℝ*} :
                              x.Infinitesimal ∀ (r : ), 0 < r-r < x x < r
                              theorem Hyperreal.lt_of_pos_of_infinitesimal {x : ℝ*} :
                              x.Infinitesimal∀ (r : ), 0 < rx < r
                              theorem Hyperreal.lt_neg_of_pos_of_infinitesimal {x : ℝ*} :
                              x.Infinitesimal∀ (r : ), 0 < r-r < x
                              theorem Hyperreal.IsSt.infinitesimal_sub {x : ℝ*} {r : } (hxr : x.IsSt r) :

                              Hyperreal.st stuff that requires infinitesimal machinery #

                              theorem Hyperreal.IsSt.inv {x : ℝ*} {r : } (hi : ¬x.Infinitesimal) (hr : x.IsSt r) :

                              Infinite stuff that requires infinitesimal machinery #