Zulip Chat Archive
Stream: PrimeNumberTheorem+
Topic: Sieve from mathlib
Ruben Van de Velde (Apr 01 2025 at 21:09):
I made https://github.com/AlexKontorovich/PrimeNumberTheoremAnd/pull/249 , but it doesn't feel terribly satisfying, mostly dealing with explicit conversions between BoundingSieve and SelbergSieve and implicit arguments everywhere. Thoughts welcome
Arend Mellendijk (Apr 02 2025 at 16:08):
The mathlib sieve code is based on the code I merged into PNT+. I say we wait to update this until the rest of the sieve is merged. I'm going to have to clean the rest of the code up anyway in order to merge it into mathlib, and I don't see why we should duplicate work.
Arend Mellendijk (Apr 02 2025 at 16:10):
If people want to speed up the merging process, #22052 is currently open for review. I'm also keeping track of the open PRs in the draft #20008
Last updated: May 02 2025 at 03:31 UTC