Genuine bilinear blocks for Vaughan Type II #
This module performs the finite rearrangement before any pointwise square is
taken. A dyadic rectangle in the large variables d,e is rewritten from a
prefix in n into the exact variables n = d*e*m; multiplicativity then puts
one character on each variable. The final estimates apply Cauchy only in the
outer d variable and leave the complete e,m sum visible.
The half-open dyadic interval (D,2D].
Equations
Instances For
A dyadic block contains exactly D natural numbers.
Exact finite enumeration of the positive multiples of k in [1,y].
This is the atomic n = k*m reindexing used with k=d*e.
Prefix form of one rectangular block. The divisibility indicator is the
literal statement that the prefix index has a factorization n=d*e*m.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanBilinearBlockPrefix α β c y D E q χ = ∑ n ∈ Finset.Icc 1 y, c n * ↑χ ↑n * ∑ d ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock D, ∑ e ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock E, if d * e ∣ n then α d * β e else 0
Instances For
The same block after the exact finite substitution n=d*e*m, but before
splitting the character.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanBilinearBlockRaw α β c y D E q χ = ∑ d ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock D, ∑ e ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock E, α d * β e * ∑ m ∈ Finset.Icc 1 (y / (d * e)), c (d * e * m) * ↑χ ↑(d * e * m)
Instances For
Exact finite rectangular reindexing of a prefix. No convergence or analytic estimate is involved.
Character-separated d,e,m form of a dyadic rectangular block.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanBilinearBlock α β c y D E q χ = ∑ d ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock D, α d * ↑χ ↑d * ∑ e ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock E, β e * ↑χ ↑e * ∑ m ∈ Finset.Icc 1 (y / (d * e)), c (d * e * m) * ↑χ ↑m
Instances For
Exact multiplicative separation of the character across n=d*e*m.
Combined exact prefix-to-bilinear theorem for one dyadic rectangle.
The still-bilinear inner e,m packet after selecting the outer variable
d. This is deliberately not squared pointwise in the product n.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanBilinearInner β c y E q d χ = ∑ e ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock E, β e * ↑χ ↑e * ∑ m ∈ Finset.Icc 1 (y / (d * e)), c (d * e * m) * ↑χ ↑m
Instances For
The exact norm interface left after Cauchy in d only.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanBilinearOuterEnergy β c y D E q χ = ∑ d ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock D, ‖AnalyticNumberTheory.LargeSieve.vaughanBilinearInner β c y E q d χ‖ ^ 2
Instances For
The d-coefficient energy, with the character twist kept literal.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanBilinearLeftEnergy α D q χ = ∑ d ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock D, ‖α d * ↑χ ↑d‖ ^ 2
Instances For
One-variable Cauchy--Schwarz. The physical ledger has one outer d
energy and one sum of squared e,m packets; there is no D²E² pointwise
coefficient loss.
Primitive-character block-norm interface. A future bilinear primitive large sieve can consume the remaining sum of outer energies directly.
Literal physical scale after Cauchy in d: a pointwise bound on the
twisted left coefficient costs exactly the block length D, not D².
Vaughan's actual factor weights for the Type-II rectangle.
Instances For
Equations
Instances For
The contribution at n from one dyadic rectangle in the two large
divisor variables of Sieve.vaughanThird.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIIBlockAt n D E = ∑ d ∈ n.divisors with d ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock D, ∑ e ∈ (n / d).divisors with e ∈ AnalyticNumberTheory.LargeSieve.vaughanDyadicBlock E, AnalyticNumberTheory.LargeSieve.vaughanMoebiusCoeff d * AnalyticNumberTheory.LargeSieve.vaughanMangoldtCoeff e
Instances For
The nested divisor definition of a Type-II rectangle is exactly the
fixed rectangular pair sum with the condition d*e ∣ n.
The literal prefix contribution of one Type-II divisor rectangle.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIIBlockPrefix b y D E q χ = ∑ n ∈ Finset.Icc 1 y, b n * ↑χ ↑n * AnalyticNumberTheory.LargeSieve.vaughanTypeIIBlockAt n D E
Instances For
The rectangular indicator prefix used by the generic reindexing is the actual nested Vaughan Type-II divisor block.
The concrete Type-II block uses Möbius in d, von Mangoldt in e, and
keeps the external coefficient at the physical product d*e*m.
Equations
Instances For
Headline algebraic rearrangement for an actual Vaughan Type-II dyadic
rectangle: prefix in n, exact substitution n=d*e*m, and character
separation, all as a finite equality.
Finite family version: once positive dyadic block bases have been selected, the whole block sum is reindexed rectangle by rectangle. Disjoint-cover bookkeeping is intentionally separate from this algebraic theorem.