Commit 2022-11-28 16:05 41c68329
View on Github →feat(Algebra/Regular/Basic): port file (#758) mathlib SHA: 76171581280d5b5d1e2d1f4f37e5420357bdc636 Porting notes:
- It seems like
to_additive
is not correctly convertingIsLeftRegular
,IsRightRegular
, andIsRegular
. Giving explicit names for their conversion fixes this issue. - The proof of
IsLeftRegular.ne_zero
needed an additional type annotation to behave properly