Theorems · Theorem · commutative algebra
isUnit_gcd_of_eq_mul_gcd
∀ {α : Type u_2} [inst : CommMonoidWithZero α] [inst_1 : GCDMonoid α] {x y x' y' : α},
x = gcd x y * x' → y = gcd x y * y' → gcd x y ≠ 0 → IsUnit (gcd x' y')- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 16 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Monoidproof · cited by 3,887
- mul_oneproof · cited by 3,885
- IsUnitstatement · cited by 1,602
- CommMonoidWithZerostatement and proof · cited by 913
- Associatedproof · cited by 296
- GCDMonoid.gcdstatement and proof · cited by 143
- GCDMonoidstatement and proof · cited by 96
- Associated.symmproof · cited by 87
- Associated.reflproof · cited by 25
- associated_one_iff_isUnitproof · cited by 14
- Associated.of_mul_leftproof · cited by 6
- gcd_mul_left'proof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- isCoprime_div_gcd_div_gcdproof · cited by 2
- isCoprime_div_gcd_div_gcd_of_gcd_ne_zeroproof · cited by 1
- extract_gcdproof · cited by 1