Mathlib Map

Theorems · Definition · number theory

Nat.equivProdNatSmoothNumbers

{p : ℕ} → Nat.Prime p → ℕ × ↑p.smoothNumbers ≃ ↑(p + 1).smoothNumbers

We establish the bijection from ℕ × smoothNumbers p to smoothNumbers (p+1) given by (e, n) ↦ p^e * n when p is a prime. See Nat.smoothNumbers_succ for when p is not prime.

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

Around this declaration

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

Cites10

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.