Theorems · Theorem · commutative algebra
gcd_greatest_associated
∀ {α : Type u_2} [inst : CommMonoidWithZero α] [inst_1 : GCDMonoid α] {a b d : α},
d ∣ a → d ∣ b → (∀ (e : α), e ∣ a → e ∣ b → e ∣ d) → Associated d (gcd a b)- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidWithZeroGCDMonoid
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
- Associatedstatement · cited by 296
- GCDMonoid.gcdstatement and proof · cited by 143
- GCDMonoidstatement and proof · cited by 96
- GCDMonoid.gcd_dvd_leftproof · cited by 36
- GCDMonoid.gcd_dvd_rightproof · cited by 34
- associated_of_dvd_dvdproof · cited by 28
- GCDMonoid.dvd_gcdproof · cited by 23
Cited by1
Results whose statement or proof uses this declaration.
- IsBezout.associated_gcd_gcdproof · cited by 1