Theorems · Theorem · commutative algebra
pow_dvd_of_mul_eq_pow
∀ {α : Type u_1} [inst : CommMonoidWithZero α] [inst_1 : GCDMonoid α] {a b c d₁ d₂ : α},
a ≠ 0 → IsUnit (gcd a b) → ∀ {k : ℕ}, a * b = c ^ k → c = d₁ * d₂ → d₁ ∣ a → d₁ ^ k ≠ 0 ∧ d₁ ^ k ∣ a- Defined in
- Mathlib.Algebra.GCDMonoid.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 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.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- mul_commproof · cited by 2,262
- IsUnitstatement and proof · cited by 1,602
- CommMonoidWithZerostatement and proof · cited by 913
- mul_powproof · cited by 220
- Dvd.dvd.transproof · cited by 148
- GCDMonoid.gcdstatement and proof · cited by 143
- dvd_reflproof · cited by 97
- GCDMonoidstatement and proof · cited by 96
- IsUnit.powproof · cited by 48
- zero_dvd_iffproof · cited by 37
- isUnit_of_dvd_oneproof · cited by 18
- IsUnit.dvdproof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- exists_associated_pow_of_mul_eq_powproof · cited by 3