The truncated Perron sine kernel #
This file records only the real-analytic foundation for a truncated Perron kernel. In particular, it makes no step-function or approximation claim.
The removable definition is exactly x times Mathlib's unnormalised sinc.
@[simp]
@[simp]
@[simp]
Continuity in the integration variable, including at the removable point t = 0.
theorem
AnalyticNumberTheory.LargeSieve.continuous_truncatedPerronIntegrand_left
(t : ℝ)
:
Continuous fun (x : ℝ) => truncatedPerronIntegrand x t
Continuity in the Perron spatial variable.
Joint continuity of the removable sine kernel.
The sine kernel is integrable on every finite interval.
The real truncated Perron kernel.
Equations
Instances For
@[simp]
Reflection in the spatial variable exchanges the two sides of the kernel.
theorem
AnalyticNumberTheory.LargeSieve.continuous_truncatedPerronKernel_left
(T : ℝ)
:
Continuous fun (x : ℝ) => truncatedPerronKernel T x
For fixed truncation height, the kernel is continuous in x.
theorem
AnalyticNumberTheory.LargeSieve.continuous_truncatedPerronKernel_right
(x : ℝ)
:
Continuous fun (T : ℝ) => truncatedPerronKernel T x
For fixed x, the kernel is continuous in its truncation height.
The sinc bound gives a uniform pointwise majorant for the integrand.