Commit 2024-11-04 23:57 ba40da6e
View on Github →feat: generalize Prod.wellFoundedLT/GT to Preorders (#17435)
.. using a standard antisymmetrization trick. Also
- Add lemmas
wellFoundedLT/GT_antisymmetrization_iff. - Establish the
OrderIsobetween the antisymmetrization of a product preorder and the product of antisymmetrizations. - Golf the original
Prod.wellFoundedLTand rename it toProd.wellFoundedLT'. - Golf
StrictMono.wellFoundedLTetc. and move to whereStrictMonois defined.