Documentation

MathlibNt.AnalyticNumberTheory.Chen1973.Chen1973Lemma2PrimitiveLargeSieve

Chen 1973, Lemma 2: primitive-character large sieve #

This is a source module for the lemma printed on pp. 113--114 of Chen's 1973 paper. The definitions and theorem statements below retain the paper's exact objects: the interval M < n ≤ M + N, primitive characters, the weights q / φ(q) and 1 / φ(q), and the constant X² + π N in equation (2).

The proof on pp. 113--114 has two layers. First, disjoint intervals around the reduced Farey fractions give equation (4), the sharp additive estimate with constant X² + π N. Gauss inversion and character orthogonality then give (2). Finally the source partitions D < q ≤ Q into the cells 2^i D < q ≤ 2^(i+1) D and obtains (3).

The already-proved Gauss/Farey orthogonality layer is reused literally. The remaining source-calculus sentence (equation (4), whose sharp constant is not provided by the repository's weaker logarithmic largeSieveBound) is exposed as Chen1973FareyEquationFour; it is not replaced by the weaker bound.

noncomputable def AnalyticNumberTheory.LargeSieve.chen1973ExponentialSum (a : ) (M : ) (N : ) (α : ) :

Chen p. 113: S(α) = ∑_{n=M+1}^{M+N} a_n e(nα).

Equations
Instances For

    Chen p. 113: Z = ∑_{n=M+1}^{M+N} |a_n|².

    Equations
    Instances For
      theorem AnalyticNumberTheory.LargeSieve.chen1973_fourier_parseval (s : Finset ) (b : ) (u : ) :
      (x : ) in u..u + 1, ns, b n * charReal (n * x) ^ 2 = ns, b n ^ 2
      theorem AnalyticNumberTheory.LargeSieve.chen1973_fourier_parseval_shift (s : Finset ) (b : ) (τ u : ) :
      (x : ) in u..u + 1, ns, b n * charReal ((n - τ) * x) ^ 2 = ns, b n ^ 2

      The character amplitude occurring verbatim in equations (2) and (3).

      Equations
      Instances For

        Chen pp. 113--114, equation (4): the sharp reduced-Farey additive estimate. This is exactly the analytic sentence between the disjoint-interval argument and primitive Gauss inversion.

        Equations
        Instances For

          Unconditional closure of Chen's sharp Farey estimate, equation (4).

          Chen p. 113, equation (3), with the Vinogradov constant made explicit and its source dependence preserved: one absolute constant works uniformly for a, M, N, D, Q.

          Equations
          Instances For
            @[simp]
            @[simp]

            Source sentence after (4), pp. 113--114: Gauss inversion plus primitive character orthogonality turns the sharp reduced-Farey estimate into (2). The final conclusion is the literal equation-(2) proposition.

            The dyadic modulus decomposition used for equation (3) #

            The source cell 2^k D < q ≤ 2^(k+1)D, intersected with (D,Q].

            Equations
            Instances For
              theorem AnalyticNumberTheory.LargeSieve.chen1973ModulusCell_bounds {D Q k q : } (hD : 0 < D) (hq : q chen1973ModulusCell D Q k) :
              2 ^ k * D < q q 2 ^ (k + 1) * D

              A modulus in the kth cell lies in the literal source interval 2^k D < q ≤ 2^(k+1)D.

              theorem AnalyticNumberTheory.LargeSieve.chen1973ModulusCell_index_lt {D Q k q : } (hD : 0 < D) (hq : q chen1973ModulusCell D Q k) :
              k < ((Q - 1) / D).log2 + 1

              The chosen cell index is bounded by the last cell meeting (D,Q].

              theorem AnalyticNumberTheory.LargeSieve.sum_chen1973ModulusCell {R : Type u_1} [AddCommMonoid R] (D Q : ) (hD : 0 < D) (f : R) :
              kFinset.range (((Q - 1) / D).log2 + 1), qchen1973ModulusCell D Q k, f q = qFinset.Ioc D Q, f q

              The dyadic cells partition the complete source interval (D,Q].

              theorem AnalyticNumberTheory.LargeSieve.chen1973EquationThree_cell_le (h2 : Chen1973Lemma2EquationTwo) (a : ) (M : ) (N D Q k : ) (hD : 0 < D) :
              qchen1973ModulusCell D Q k, 1 / q.totient * χ : PrimitiveCharacter q, chen1973PrimitiveAmplitude a M N q χ ^ 2 (4 * ↑(2 ^ k * D) + Real.pi * N / ↑(2 ^ k * D)) * chen1973CoefficientEnergy a M N

              One source dyadic cell, obtained from (2) at cutoff 2^(k+1)D and the pointwise inequality 1/q ≤ 1/(2^k D).

              theorem AnalyticNumberTheory.LargeSieve.sum_range_two_pow (K : ) :
              kFinset.range K, ↑(2 ^ k) = 2 ^ K - 1

              Finite geometric identity used in Chen's dyadic summation.

              The reciprocal dyadic tail has total mass at most two.

              theorem AnalyticNumberTheory.LargeSieve.chen1973_dyadic_scalar_sum_le (N D Q : ) (hD : 0 < D) (hDQ : D < Q) :
              have K := ((Q - 1) / D).log2 + 1; kFinset.range K, (4 * ↑(2 ^ k * D) + Real.pi * N / ↑(2 ^ k * D)) 8 * Q + 2 * Real.pi * N / D

              The exact geometric payment in the proof of (3). The two source sums are bounded respectively by 8Q and 2πN/D.

              Chen p. 114: summing the dyadic cells proves equation (3). We exhibit the absolute constant 8 + 2π; the printed only records existence of such a constant and has no dependence on a, M, N, D, or Q.

              Chen's complete Lemma 2 reduction: the sharp Farey equation (4) gives the literal primitive equation (2), and its dyadic summation gives (3).