Mathlib Map

Theorems · Theorem · number theory

padicValRat.defn

∀ (p : ℕ) [hp : Fact (Nat.Prime p)] {q : ℚ} {n d : ℤ},
  q ≠ 0 → q = Rat.divInt n d → padicValRat p q = ↑(multiplicity (↑p) n) - ↑(multiplicity (↑p) d)

A rewrite lemma for padicValRat p q when q is expressed in terms of Rat.mk.

Defined in
Mathlib.NumberTheory.Padics.PadicVal.Basic
Cited by
2 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Fact

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 by2

Results whose statement or proof uses this declaration.