Commit 2026-06-06 17:04 0ed37c92
View on Github →chore(Order/Filter/AtTopBot/Basic): use to_dual (#37747)
This PR uses to_dual for atTop/atBot.
A lot of theorems that have been tagged contain the expression ∀ a ≥ b, ..., which means that their dual will be ∀ a, b ≥ a → ..., which is obviourly undesirable. Hence, I would like to ask the reviewers to reconsider the possibility of merging #32985.