Mathlib Map

Theorems · Theorem · number theory

Int.emultiplicity_pow_sub_pow

∀ {p : ℕ},
  Nat.Prime p →
    Odd p →
      ∀ {x y : ℤ},
        ↑p ∣ x - y →
          ¬↑p ∣ x → ∀ (n : ℕ), emultiplicity (↑p) (x ^ n - y ^ n) = emultiplicity (↑p) (x - y) + emultiplicity p n

Lifting the exponent lemma for odd primes.

Defined in
Mathlib.NumberTheory.Multiplicity
Cited by
2 results in Mathlib
Foundations
Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites23

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.