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 OrderIso between the antisymmetrization of a product preorder and the product of antisymmetrizations.
  • Golf the original Prod.wellFoundedLT and rename it to Prod.wellFoundedLT'.
  • Golf StrictMono.wellFoundedLT etc. and move to where StrictMono is defined.

Estimated changes