Commit 2021-09-29 16:59 820d0b60
View on Github →feat: add Init/Data/Nat/Basic.lean and Init/Data/Nat/Lemmas.lean (#48)
Continuing work from #34 and #35, adds Init/Data/Nat/Basic.lean
and Init/Data/Nat/Lemmas.lean
, corresponding to files in the Lean 3 prelude. This will help to keep a clear mapping between Lean 3 files and Lean 4 files.
Populates the new files with items moved from Data/Nat/Basic.lean
and Data/Nat/Gcd.lean
. Fills in some missing items and leaves a few TODOs. Moves fix'
in Init/Logic.lean
.