LeanPool.SelbergSieve4.UpperBoundSieve #
Upper-bound sieve weights with their majorization property.
Upper-bound Moebius weight.
- hμPlus : UpperMoebius self.μPlus
Instances For
@[implicit_reducible]
Equations
- Sieve.ubToμPlus = { coe := fun (ub : Sieve.UpperBoundSieve) => ub.μPlus }
Lower-bound sieve weights with their minorization property.
Lower-bound Moebius weight.
- hμMinus : LowerMoebius self.μMinus
Instances For
@[implicit_reducible]
Equations
- Sieve.lbToμMinus = { coe := fun (lb : Sieve.LowerBoundSieve) => lb.μMinus }