Mathlib Map

Theorems · Theorem · group theory

Associated.of_pow_associated_of_prime

∀ {M : Type u_1} [inst : CommMonoidWithZero M] [IsCancelMulZero M] {p₁ p₂ : M} {k₁ k₂ : ℕ},
  Prime p₁ → Prime p₂ → 0 < k₁ → Associated (p₁ ^ k₁) (p₂ ^ k₂) → Associated p₁ p₂
Defined in
Mathlib.Algebra.GroupWithZero.Associated
Cited by
2 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext
Assumes
CommMonoidWithZeroIsCancelMulZero

Around this declaration

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

Cites9

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

Cited by2

Results whose statement or proof uses this declaration.