Mathlib Map

Theorems · Theorem · group theory

eq_of_prime_pow_eq

∀ {R : Type u_2} [inst : CommMonoidWithZero R] [IsCancelMulZero R] [Subsingleton Rˣ] {p₁ p₂ : R} {k₁ k₂ : ℕ},
  Prime p₁ → Prime p₂ → 0 < k₁ → p₁ ^ k₁ = p₂ ^ k₂ → p₁ = p₂
Defined in
Mathlib.Algebra.GroupWithZero.Associated
Cited by
5 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Quot.sound
Assumes
CommMonoidWithZeroIsCancelMulZeroSubsingleton

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.

Cited by5

Results whose statement or proof uses this declaration.