Commit 2023-12-28 01:33 6cab3d64
View on Github →feat(NumberTheory.SmoothNumbers): add {smooth|rough}NumbersUpTo
and some API (#9240)
This adds definitions of the k
-smooth numbers up to and including N
as a Finset
and of its complement in {1, ..., N}
plus some API, in particular cardinality bounds. There are also a few additional API lemmas for Nat.primesBelow
and Nat.smoothNumbers
(including a decidability instance for membership in the latter).
This is a PR in preparation of the divergence of the sum of the reciprocals of the primes. See here on Zulip.