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.NNRatintoData.NNRat.Defsfor the foundationl stuff that will be needed in the definition ofFieldData.NNRat.Lemmasfor the field and big operators material
- moving the field material from
Data.Rat.OrdertoData.Rat.Basic - proving a few lemmas by
rflrather thancoeHom.some_now_unavailable_lemma - renaming
Data.Rat.NNRat.BigOperatorstoData.NNRat.BigOperators