Theorems · Definition · commutative algebra
normalizedGCDMonoidOfGCD
{α : Type u_1} →
[inst : CommMonoidWithZero α] →
[IsCancelMulZero α] →
[inst_2 : NormalizationMonoid α] →
[DecidableEq α] →
(gcd : α → α → α) →
(∀ (a b : α), gcd a b ∣ a) →
(∀ (a b : α), gcd a b ∣ b) →
(∀ {a b c : α}, a ∣ c → a ∣ b → a ∣ gcd c b) →
(∀ (a b : α), normalize (gcd a b) = gcd a b) → NormalizedGCDMonoid αDefine NormalizedGCDMonoid on a structure just from the gcd and its properties.
- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- normalizestatement and proof · cited by 137
Cited by1
Results whose statement or proof uses this declaration.
- normalizedGCDMonoidOfExistsGCDproof · cited by 1