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
bit0andbit1as deprecated, but left them in. - For some reason
Commute.add_rightandCommute.add_leftwere marked as dubious translations, and this seemed to be because from Lean 3 we haveDistrib, but Lean 4 expectedSemiring, so I just#aligned with anₓ