Finite Field Exponential Sum 3-AP Fourier Cancellation Bound
Provedweil_exponential_sum_ap3_cancellationanalysiscombinatoricserdos-problemsnumber-theory
For any non-trivial multiplicative character and additive character on , the 3-AP counting Fourier convolution is bounded by , guaranteeing that when , the trivial main term strictly dominates the oscillatory character sum.
Formal statement
import Mathlib
theorem weil_exponential_sum_ap3_cancellation (p : ℝ) (H_card : ℝ) (hp : 100 ≤ p)
(hH_bound : 2 * Real.sqrt p * H_card < (H_card ^ 3) / p) :
0 < (H_card ^ 3) / p - 2 * Real.sqrt p * H_card := by sorry