Commit 2023-09-06 11:21 73877f41

View on Github →

feat(GroupTheory/CoprodI): add various things (#6900) The main changes made here were

  • Adding a cons constructor to make a new word where the underlying list is just cons. Use this to simplify the definition of rcons
  • Defining a consRecOn induction principle and use this to simpllify the definition of equivPairAux, allowing me to delete the private def mkAux
  • Some lemmas about being an element of rcons and smul

Estimated changes