Fixed-parameter exponential sums #
Defines the oscillatory factor e(T F(x / N)), the corresponding finite
exponential sum, and basic estimates used by the project's analytic and
asymptotic results. It also packages the scale conditions required for
Euler–Maclaurin estimates.
The oscillatory factor x ↦ e(T F(x / N)).
Equations
- Expdb.oscillatory F T N x = ↑(Real.fourierChar (T * F (x / N)))
Instances For
The exponential sum ∑ n ∈ [a, b], e(T F(n / N)) at fixed parameters.
Equations
- Expdb.exponentialSumAt F T N a b = ∑ n ∈ Finset.Icc a b, Expdb.oscillatory F T N ↑n
Instances For
An exponential sum has at most as many unit-sized terms as its summation range.
@[simp]
The scale conditions making the Euler–Maclaurin remainder of order s negligible.
The normalized phase derivative is at most one.
The full remainder of order
sis at most one.