Commit 2022-12-06 14:16 52832aea
View on Github →chore: refactor is_domain (#799)
Refactor the definiton of IsDomain
to use IsCancelMulZero
instead of NoZeroDivisors
. This is the correct property for a semiring (to do in a future refactor). We also fix some names in Algebra.Group.Defs
.
Corresponding mathlib3 PR [#17721](https://github.com/leanprover-community/mathlib/pull/17721).