Commit 2024-06-14 14:02 239c8221

View on Github →

feat(AddChar): Various improvements (#13579)

  • Add a bunch of missing simp and norm_cast lemmas.
  • Get rid of IsNontrivial ψ since it's just ψ ≠ 1. This simplifies proofs.
  • Remove explicit arguments to toMonoidHomEquiv/toAddMonoidHomEquiv. We basically never need to provide them explicitly since unification usually does the job.

Estimated changes