Theorems · Definition · commutative algebra
strongNormalizedGCDMonoidOfExistsLCM
{α : Type u_1} →
[inst : CommMonoidWithZero α] →
[IsCancelMulZero α] →
[StrongNormalizationMonoid α] →
[DecidableEq α] → (∀ (a b : α), ∃ c, ∀ (d : α), a ∣ d ∧ b ∣ d ↔ c ∣ d) → StrongNormalizedGCDMonoid αDefine a StrongNormalizedGCDMonoid structure on a monoid just from
the existence of a lcm.
- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 0 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
- NormalizedGCDMonoid.normalize_lcmproof · cited by 1
- normalizedGCDMonoidOfExistsLCMproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.