Commit 2026-02-13 04:47 c5134ef9
View on Github →chore: use @[to_dual] in Bounds.Basic (#35208)
This PR adds @[to_dual] name dictionary entries for atom/coatom and lfp/gfp, and uses @[to_dual] to auto-generate dual theorems in Order.Bounds.Basic, deleting the hand-written versions.
27 @[to_dual] annotations total, deleting 27 hand-written duals.
Remaining pairs not converted:
bddAbove_insert/bddBelow_insert— needsdirected/codirecteddictionary entry, which causes problems elsewhereIsLUB.exists_between/IsGLB.exists_between—@[to_dual]swaps theAndconjuncts- Bounded interval theorems (
Icc,Ico, etc.) — arguments swap under duality - DenselyOrdered interval theorems — dual proofs need
simpa [Ioo_toDual] isGreatest_himp/isLeast_sdiff— needshimp/sdiffdictionary entry 🤖 Prepared with Claude Code