Theorems · Definition · commutative algebra
gcdMonoidOfLCM
{α : Type u_1} →
[inst : CommMonoidWithZero α] →
[IsCancelMulZero α] →
[DecidableEq α] →
(lcm : α → α → α) →
(∀ (a b : α), a ∣ lcm a b) →
(∀ (a b : α), b ∣ lcm a b) → (∀ {a b c : α}, c ∣ a → b ∣ a → lcm c b ∣ a) → GCDMonoid αDefine GCDMonoid on a structure just from the lcm and its properties.
- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- GCDMonoidstatement · cited by 96
Cited by2
Results whose statement or proof uses this declaration.
- gcdMonoidOfExistsLCMproof · cited by 1
- normalizedGCDMonoidOfLCMproof · cited by 0