Skip to content

Commit

Permalink
feat(Data/Fin/OrderHom): Factor out succAbove and predAbove from …
Browse files Browse the repository at this point in the history
…`Data.Fin.Basic`. (#10166)

Move `succAbove` and `predAbove` to their own file, updating their documentation and adding an `OrderHom` instance for `predAbove`, `predAboveOrderHom`.
  • Loading branch information
linesthatinterlace committed Feb 7, 2024
1 parent 031453e commit 8d817bb
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 530 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -1534,6 +1534,7 @@ import Mathlib.Data.Fin.Basic
import Mathlib.Data.Fin.Fin2
import Mathlib.Data.Fin.FlagRange
import Mathlib.Data.Fin.Interval
import Mathlib.Data.Fin.OrderHom
import Mathlib.Data.Fin.SuccPred
import Mathlib.Data.Fin.Tuple.Basic
import Mathlib.Data.Fin.Tuple.BubbleSortInduction
Expand Down

0 comments on commit 8d817bb

Please sign in to comment.