Documentation

MathlibNt.AnalyticNumberTheory.DirichletL.DirichletLAbelWeightVariation

Total variation bounds for Dirichlet Abel weights #

The bounds here are obtained from the real-interval fundamental theorem of calculus and intervalIntegral.norm_integral_le_integral_norm. In particular, no monotonicity assertion is made about the complex-valued weights.

noncomputable def DirichletLAbelWeightVariation.cpowWeight (s : ) (x : ) :

The complex Dirichlet-series weight on a positive real variable.

Equations
Instances For

    Its real derivative, written in a form convenient for norm estimates.

    Equations
    Instances For
      theorem DirichletLAbelWeightVariation.norm_cpowWeight_succ_sub_le_integral (s : ) {k : } (hk : 1 k) :
      cpowWeight s (k + 1) - cpowWeight s k (x : ) in k..k + 1, s * x ^ (-s.re - 1)

      One discrete complex weight difference is bounded by the integral of the norm of its real derivative.

      theorem DirichletLAbelWeightVariation.norm_cpowWeight_succ_sub_le (s : ) (hs : 0 < s.re) {k : } (hk : 1 k) :
      cpowWeight s (k + 1) - cpowWeight s k s / s.re * (k ^ (-s.re) - (k + 1) ^ (-s.re))

      Explicit one-step majorant.

      theorem DirichletLAbelWeightVariation.sum_norm_cpowWeight_sub_le_sub (s : ) (hs : 0 < s.re) {m n : } (hm : 1 m) (hmn : m n) :
      kFinset.Ico m n, cpowWeight s (k + 1) - cpowWeight s k s / s.re * (m ^ (-s.re) - n ^ (-s.re))

      Strong finite telescoping estimate for the total variation of k ↦ k⁻ˢ.

      theorem DirichletLAbelWeightVariation.sum_norm_cpowWeight_sub_le (s : ) (hs : 0 < s.re) {m n : } (hm : 1 m) (hmn : m n) :
      kFinset.Ico m n, cpowWeight s (k + 1) - cpowWeight s k s / s.re * m ^ (-s.re)

      Finite total variation, in the simple endpoint form used by Abel summation.

      theorem DirichletLAbelWeightVariation.summable_norm_cpowWeight_sub (s : ) (hs : 0 < s.re) (m : ) (hm : 1 m) :
      Summable fun (j : ) => cpowWeight s (m + j + 1) - cpowWeight s (m + j)

      The shifted infinite total variation is summable.

      theorem DirichletLAbelWeightVariation.tsum_norm_cpowWeight_sub_le (s : ) (hs : 0 < s.re) (m : ) (hm : 1 m) :
      ∑' (j : ), cpowWeight s (m + j + 1) - cpowWeight s (m + j) s / s.re * m ^ (-s.re)

      Explicit tsum bound for the infinite total variation.

      The derivative weight -log(x) x⁻ˢ, with the logarithm kept real on the positive axis.

      Equations
      Instances For
        Equations
        Instances For

          Explicit primitive budget for the derivative-weight variation.

          Equations
          Instances For
            theorem DirichletLAbelWeightVariation.sum_norm_logCpowWeight_sub_le_sub (s : ) (hs : 0 < s.re) {m n : } (hm : 1 m) (hmn : m n) :
            theorem DirichletLAbelWeightVariation.sum_norm_logCpowWeight_sub_le (s : ) (hs : 0 < s.re) {m n : } (hm : 1 m) (hmn : m n) :
            kFinset.Ico m n, logCpowWeight s (k + 1) - logCpowWeight s k logVariationBudget s m
            theorem DirichletLAbelWeightVariation.summable_norm_logCpowWeight_sub (s : ) (hs : 0 < s.re) (m : ) (hm : 1 m) :
            Summable fun (j : ) => logCpowWeight s (m + j + 1) - logCpowWeight s (m + j)
            theorem DirichletLAbelWeightVariation.tsum_norm_logCpowWeight_sub_le (s : ) (hs : 0 < s.re) (m : ) (hm : 1 m) :
            ∑' (j : ), logCpowWeight s (m + j + 1) - logCpowWeight s (m + j) m ^ (-s.re) * (1 / s.re + s * (Real.log m / s.re + 1 / s.re ^ 2))