Commit 2022-11-28 02:06 dd60a645
View on Github →feat(Algebra/Ring/Commute): port file (#759) mathlib3 SHA: 76171581280d5b5d1e2d1f4f37e5420357bdc636
- depends on: #750 porting notes: basically perfect by mathport!
- I marked things involving
bit0
andbit1
as deprecated, but left them in. - For some reason
Commute.add_right
andCommute.add_left
were marked as dubious translations, and this seemed to be because from Lean 3 we haveDistrib
, but Lean 4 expectedSemiring
, so I just#align
ed with anₓ