Documentation

EstimateTools.analysis.Section_2_epilogue

Analysis I, Chapter 2 epilogue #

In this (technical) epilogue, we show that the "Chapter 2" natural numbers Chapter2.Nat are isomorphic in various standard senses to the standard natural numbers .

From this point onwards, Chapter2.Nat will be deprecated, and we will use the standard natural numbers instead. In particular, one should use the full Mathlib API for for all subsequent chapters, in lieu of the Chapter2.Nat API.

Filling the sorries here requires both the Chapter2.Nat API and the Mathlib API for the standard natural numbers . As such, they are excellent exercises to prepare you for the aforementioned transition.

@[reducible, inline]
abbrev Chapter2.Nat.toNat (n : Nat) :
Equations
Instances For
    @[reducible, inline]
    Equations
    Instances For
      @[reducible, inline]
      Equations
      Instances For
        theorem Chapter2.Nat.pow_eq_pow (n m : Nat) :
        n.toNat ^ m.toNat = n ^ m