Documentation

Analysis.Section_5_epilogue

Instances For
    theorem Chapter5.DedekindCut.ext {x y : DedekindCut} (E : x.E = y.E) :
    x = y
    theorem Chapter5.isLowerSet_iff (E : Set ) :
    IsLowerSet E ∀ (q r : ), r < qq Er E
    @[reducible, inline]
    Equations
    Instances For
      theorem Chapter5.Real.toSet_Rat_nomax {x : Real} (q : ) :
      q x.toSet_Ratrx.toSet_Rat, r > q
      @[reducible, inline]
      Equations
      • x.toCut = { E := x.toSet_Rat, nonempty := , bounded := , lower := , nomax := }
      Instances For
        @[reducible, inline]
        Equations
        Instances For
          @[reducible, inline]
          noncomputable abbrev Chapter5.DedekindCut.toReal (c : DedekindCut) :
          Equations
          Instances For
            @[reducible, inline]
            Equations
            Instances For
              @[reducible, inline]
              abbrev Real.toSet_Rat (x : ) :

              Now to develop analogous results for the Mathlib reals.

              Equations
              Instances For
                theorem Real.toSet_Rat_nomax (x : ) (q : ) :
                q x.toSet_Ratrx.toSet_Rat, r > q
                @[reducible, inline]
                Equations
                • x.toCut = { E := x.toSet_Rat, nonempty := , bounded := , lower := , nomax := }
                Instances For
                  @[reducible, inline]
                  Equations
                  Instances For
                    @[reducible, inline]
                    noncomputable abbrev Chapter5.DedekindCut.toR (c : DedekindCut) :
                    Equations
                    Instances For
                      @[reducible, inline]
                      Equations
                      Instances For
                        @[reducible, inline]
                        noncomputable abbrev Chapter5.Real.equivR :

                        The isomorphism between the Chapter5.Real numbers and the Mathlib reals.

                        Equations
                        Instances For
                          theorem Chapter5.Real.equivR_nat {n : } :
                          equivR n = n
                          theorem Chapter5.Real.equivR_int {n : } :
                          equivR n = n
                          @[reducible, inline]
                          Equations
                          Instances For
                            theorem Chapter5.Sequence.Equiv.LimZero {a b : } (ha : (↑a).IsCauchy) (hb : (↑b).IsCauchy) (h : Equiv a b) :
                            theorem Chapter5.Real.mk_eq_mk {a b : } (ha : (↑a).IsCauchy) (hb : (↑b).IsCauchy) (hab : Sequence.Equiv a b) :
                            theorem Chapter5.Sequence.Equiv_iff_LimZero {a b : } (ha : (↑a).IsCauchy) (hb : (↑b).IsCauchy) :
                            theorem Chapter5.Sequence.difference_approaches_zero {a : } (ha : (↑a).IsCauchy) (ε : ) :
                            ε > 0∃ (N : ), nN, |LIM a - (a n)| ε
                            theorem Chapter5.Real.exists_equiv_above {a : } (ha : (↑a).IsCauchy) :
                            ∃ (b : ), (↑b).IsCauchy Sequence.Equiv a b ∀ (n : ), LIM a (b n)
                            theorem Chapter5.Real.exists_equiv_below {a : } (ha : (↑a).IsCauchy) :
                            ∃ (b : ), (↑b).IsCauchy Sequence.Equiv a b ∀ (n : ), (b n) LIM a
                            theorem Chapter5.Real.equivR_eq' {a : } (ha : (↑a).IsCauchy) :
                            theorem Chapter5.Real.equivR_eq (x : Real) :
                            ∃ (a : ) (ha : (↑a).IsCauchy), x = LIM a equivR x = Real.mk ha.CauSeq
                            @[reducible, inline]

                            The isomorphism preserves order and ring operations.

                            Equations
                            Instances For
                              theorem Chapter5.Real.pow_of_equivR (x : Real) (n : ) :
                              equivR (x ^ n) = equivR x ^ n
                              theorem Chapter5.Real.zpow_of_equivR (x : Real) (n : ) :
                              equivR (x ^ n) = equivR x ^ n
                              theorem Chapter5.Real.ratPow_of_equivR (x : Real) (q : ) :
                              equivR (x ^ q) = equivR x ^ q