Theorems · Theorem · commutative algebra
gcd_eq_normalize
∀ {α : Type u_1} [inst : CommMonoidWithZero α] [inst_1 : NormalizedGCDMonoid α] {a b c : α},
gcd a b ∣ c → c ∣ gcd a b → gcd a b = normalize c- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 19 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
- NormalizedGCDMonoidstatement and proof · cited by 159
- GCDMonoid.gcdstatement and proof · cited by 143
- normalizestatement · cited by 137
- normalize_gcdproof · cited by 13
- normalize_eq_normalizeproof · cited by 5
Cited by6
Results whose statement or proof uses this declaration.
- gcd_sameproof · cited by 8
- gcd_zero_rightproof · cited by 3
- gcd_mul_leftproof · cited by 2
- gcd_zero_leftproof · cited by 2
- Ideal.sup_mul_infproof · cited by 1
- gcd_greatestproof · cited by 0