Commit 2024-02-12 10:30 2357b645
View on Github →chore(NNRat): Rearrange imports (#10392)
The goal is to separate the field material on Rat
/NNRat
from everything before to make way for NNRat.cast
. We achieve this by
- splitting
Data.Rat.NNRat
intoData.NNRat.Defs
for the foundationl stuff that will be needed in the definition ofField
Data.NNRat.Lemmas
for the field and big operators material
- moving the field material from
Data.Rat.Order
toData.Rat.Basic
- proving a few lemmas by
rfl
rather thancoeHom.some_now_unavailable_lemma
- renaming
Data.Rat.NNRat.BigOperators
toData.NNRat.BigOperators