Mathlib Map

Theorems · Theorem · commutative algebra

Finset.exists_eq_pow_of_mul_eq_pow_of_coprime

∀ {ι : Type u_2} {R : Type u_3} [inst : CommSemiring R] [GCDMonoid R] [Subsingleton Rˣ] {n : ℕ} {c : R} {s : Finset ι}
  {f : ι → R}, (∀ i ∈ s, ∀ j ∈ s, i ≠ j → IsCoprime (f i) (f j)) → ∏ i ∈ s, f i = c ^ n → ∀ i ∈ s, ∃ d, f i = d ^ n
Defined in
Mathlib.RingTheory.IntegralDomain
Cited by
0 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringGCDMonoidSubsingleton

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.