Commit 2025-08-22 15:03 07d0b33f
View on Github →chore(MonoidLocalization): get rid of Submonoid.LocalizationWithZeroMap (#27842)
because every Submonoid.LocalizationMap
automatically preserves zero.
Also removes a condition from isLeftRegular_of_le_isCancelMulZero
by proving map_isRegular
, which is used to prove other related lemmas.
toMap_injective_iff
is moved from MonoidWithZero.lean to Basic.lean.