Mathlib Map

Theorems · Theorem · number theory

emultiplicity_pow_prime_pow_sub_pow_prime_pow

∀ {R : Type u_1} [inst : CommRing R] {x y : R} {p : ℕ} [IsDomain R],
  Prime ↑p →
    Odd p →
      ↑p ∣ x - y → ¬↑p ∣ x → ∀ (a : ℕ), emultiplicity (↑p) (x ^ p ^ a - y ^ p ^ a) = emultiplicity (↑p) (x - y) + ↑a
Defined in
Mathlib.NumberTheory.Multiplicity
Cited by
1 results in Mathlib
Foundations
Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomain

Around this declaration

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

Cites21

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

Cited by1

Results whose statement or proof uses this declaration.