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.
The complex Dirichlet-series weight on a positive real variable.
Equations
- DirichletLAbelWeightVariation.cpowWeight s x = ↑x ^ (-s)
Instances For
theorem
DirichletLAbelWeightVariation.hasDerivAt_cpowWeight
(s : ℂ)
{x : ℝ}
(hx : 0 < x)
:
HasDerivAt (cpowWeight s) (cpowWeightDeriv s x) x
theorem
DirichletLAbelWeightVariation.norm_cpowWeight_succ_sub_le_integral
(s : ℂ)
{k : ℕ}
(hk : 1 ≤ k)
:
One discrete complex weight difference is bounded by the integral of the norm of its real derivative.
The derivative weight -log(x) x⁻ˢ, with the logarithm kept real on the positive axis.
Equations
Instances For
theorem
DirichletLAbelWeightVariation.hasDerivAt_logCpowWeight
(s : ℂ)
{x : ℝ}
(hx : 0 < x)
:
HasDerivAt (logCpowWeight s) (logCpowWeightDeriv s x) x
theorem
DirichletLAbelWeightVariation.norm_logCpowWeight_succ_sub_le
(s : ℂ)
(hs : 0 < s.re)
{k : ℕ}
(hk : 1 ≤ k)
:
‖logCpowWeight s (↑k + 1) - logCpowWeight s ↑k‖ ≤ logVariationBudget s ↑k - logVariationBudget s (↑k + 1)
theorem
DirichletLAbelWeightVariation.sum_norm_logCpowWeight_sub_le_sub
(s : ℂ)
(hs : 0 < s.re)
{m n : ℕ}
(hm : 1 ≤ m)
(hmn : m ≤ n)
:
∑ k ∈ Finset.Ico m n, ‖logCpowWeight s (↑k + 1) - logCpowWeight s ↑k‖ ≤ logVariationBudget s ↑m - logVariationBudget s ↑n