Commit 2025-09-01 17:39 2580ac69

View on Github →

chore(NumberTheory/SelbergSieve): turn BoundingSieve into a struct (#27820) Based on a discussion on zulip. I wound up removing the custom notation as well, since not everybody was fond of it and I had some trouble getting it to work properly with structure inheritance and the corresponding coersions.

Estimated changes

added theorem BoundingSieve.one_le_y
added structure BoundingSieve
deleted def SelbergSieve.errSum
deleted theorem SelbergSieve.nu_ne_zero
deleted def SelbergSieve.rem
added structure SelbergSieve