Theorems · Definition · commutative algebra
strongNormalizedGCDMonoidOfExistsGCD
{α : Type u_1} →
[inst : CommMonoidWithZero α] →
[IsCancelMulZero α] →
[StrongNormalizationMonoid α] →
[DecidableEq α] → (∀ (a b : α), ∃ c, ∀ (d : α), d ∣ a ∧ d ∣ b ↔ d ∣ c) → StrongNormalizedGCDMonoid αDefine a StrongNormalizedGCDMonoid structure on a monoid just from
the existence of a gcd.
- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommMonoidWithZerostatement and proof · cited by 913
- IsCancelMulZerostatement and proof · cited by 177
- NormalizedGCDMonoidproof · cited by 159
- StrongNormalizedGCDMonoidstatement · cited by 13
- StrongNormalizationMonoidstatement and proof · cited by 10
- NormalizedGCDMonoid.normalize_gcdproof · cited by 2
- normalizedGCDMonoidOfExistsGCDproof · cited by 1
- NormalizedGCDMonoid.normalize_lcmproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- nonempty_strongNormalizedGCDMonoid_iffproof · cited by 0