The actual Liu weight convolved with the prime indicator.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuBeta N z y n = ∑ a ∈ n.divisors, MathlibNt.SieveTheory.LiuWeight.liuWeight N z y a * if Nat.Prime (n / a) then 1 else 0
Instances For
Effective divisor terms, without multiplicities of pair representations.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuBetaSupport N z y n = {a ∈ n.divisors | MathlibNt.SieveTheory.LiuWeight.LiuWeightSupport N z y a ∧ Nat.Prime (n / a)}
Instances For
theorem
MathlibNt.SieveTheory.LiuWeight.liuBetaSupport_complement_injective
(N z y n : ℕ)
:
Set.InjOn (fun (a : ℕ) => n / a) ↑(liuBetaSupport N z y n)
Distinct effective divisors have distinct complementary primes.
theorem
MathlibNt.SieveTheory.LiuWeight.liuBetaSupport_complement_mem_primeFactors
{N z y n a : ℕ}
(ha : a ∈ liuBetaSupport N z y n)
:
Every effective complement belongs to the actual prime-factor carrier.
One effective term exhibits three prime factors; repetition only shrinks this three-element finite set.
Uniform, including n=0, and requiring no squarefreeness.