Commit 2025-11-21 05:52 337d737c
View on Github →chore(Order/Basic): use @[to_dual] for Preorder/PartialOrder (#31852)
This PR tags some part of Mathlib.Order.Basic with @[to_dual]. This PR adds a lot of new declarations in cases where there used to not be a dual declaration (and even a new simp lemma ne_iff_gt_iff_ge).
The sections for pure LE/LT, and LinearOrder in this file are left to be tagged for future PRs.