Commit 2022-11-28 16:05 41c68329

View on Github →

feat(Algebra/Regular/Basic): port file (#758) mathlib SHA: 76171581280d5b5d1e2d1f4f37e5420357bdc636 Porting notes:

  1. It seems like to_additive is not correctly converting IsLeftRegular, IsRightRegular, and IsRegular. Giving explicit names for their conversion fixes this issue.
  2. The proof of IsLeftRegular.ne_zero needed an additional type annotation to behave properly

Estimated changes