Mathlib Map

Theorems · Theorem · number theory

Nat.prod_mem_factoredNumbers

∀ (s : Finset ℕ) (n : ℕ), (List.filter (fun x => decide (x ∈ s)) n.primeFactorsList).prod ∈ Nat.factoredNumbers s

The product of the prime factors of n that are in s is an s-factored number.

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

Around this declaration

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

Cites14

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.