Commit 2025-11-13 23:13 2b55585f
View on Github →feat: to_dual attribute (#27887)
This PR defines the to_dual attribute for translating lemmas to their dual. This is useful in order theory and in category theory. It is built on top of the to_additive machinery.
This PR only adds @[to_dual] tags in files that directly need to import ToDual, namely Order/Defs/PartialOrder, Order/Notation and Combinatorics/Quiver/Basic. Further tagging is left for (many) future PRs.
This PR continues the work from #21719
Related (mathlib3) issues: