Theorems · Inductive type · group theory
MulDivCancelClass
(M₀ : Type u_2) → [MonoidWithZero M₀] → [Div M₀] → Prop
Prop-valued mixin for a monoid with zero to be equipped with a cancelling division.
The obvious use case is groups with zero, but this condition is also satisfied by ℕ, ℤ and, more
generally, any Euclidean domain.
- Defined in
- Mathlib.Algebra.GroupWithZero.Defs
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 1 from the axioms · uses no axioms
- Assumes
- MonoidWithZeroDiv
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MonoidWithZerostatement · cited by 456
Cited by7
Results whose statement or proof uses this declaration.
- mul_div_cancel_left₀statement and proof · cited by 111
- mul_div_cancel_right₀statement and proof · cited by 70
- Finset.gcd_div_eq_onestatement and proof · cited by 1
- MulDivCancelClass.mul_div_cancelstatement and proof · cited by 1
- Finset.gcd_div_id_eq_onestatement and proof · cited by 0
- MulDivCancelClass.casesOnstatement and proof · cited by 0
- MulDivCancelClass.recOnstatement and proof · cited by 0