Theorems · Definition · commutative algebra
normalizedGCDMonoidOfExistsLCM
{α : Type u_1} →
[inst : CommMonoidWithZero α] →
[IsCancelMulZero α] →
[NormalizationMonoid α] →
[DecidableEq α] → (∀ (a b : α), ∃ c, ∀ (d : α), a ∣ d ∧ b ∣ d ↔ c ∣ d) → NormalizedGCDMonoid αDefine a NormalizedGCDMonoid structure on a monoid just from the existence of an lcm.
- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- NormalizationMonoidstatement and proof · cited by 165
- NormalizedGCDMonoidstatement · cited by 159
- normalizeproof · cited by 137
- normalizedGCDMonoidOfLCMproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- strongNormalizedGCDMonoidOfExistsLCMproof · cited by 0