Documentation

PrimeNumberTheoremAnd.Fourier

@[instance_reducible]
Equations
Instances For
    @[simp]
    @[simp]
    noncomputable def e (u : ) :
    Equations
    Instances For
      @[simp]
      theorem e_apply (u v : ) :
      (e u) v = (Real.fourierChar (-v * u))
      theorem hasDerivAt_e {u x : } :
      HasDerivAt (⇑(e u)) (-2 * Real.pi * u * Complex.I * (e u) x) x
      @[simp]
      theorem F_neg {f : } {u : } :
      @[simp]
      theorem F_mul {f : } {c : } {u : } :
      theorem fourierIntegral_self_add_deriv_deriv (f : W21) (u : ) :
      (1 + u ^ 2) * FourierTransform.fourier f.toFun u = FourierTransform.fourier (fun (u : ) => f.toFun u - 1 / (4 * Real.pi ^ 2) * deriv^[2] f.toFun u) u
      @[simp]
      theorem deriv_ofReal :
      deriv Complex.ofReal = fun (x : ) => 1
      theorem tendsto_intervalIntegral_zero_of_uniform_norm_bound {f : } {lo hi : } {B : } (hB : Filter.Tendsto (fun (T : ) => B T * |hi - lo|) Filter.atTop (nhds 0)) (hf : ∀ᶠ (T : ) in Filter.atTop, xSet.uIoc lo hi, f T x B T) :
      Filter.Tendsto (fun (T : ) => (x : ) in lo..hi, f T x) Filter.atTop (nhds 0)

      If, eventually in T, the integrand f T is bounded on uIoc lo hi by B T and B T * |hi - lo| → 0, then the interval integral ∫ x in lo..hi, f T x → 0.

      The decay K * (log (T + 2) / (T + 2)) → 0 as T → ∞, for any constant K.

      Fourier-transform decay from an integrable derivative: for integrable, differentiable g with integrable derivative, ‖𝓕 g w‖ ≤ (∫ ‖deriv g x‖) / (2π·|w|).

      The |T| variant of the oscillatory-integral decay bound: for T ≠ 0, ‖∫ g y · exp(T·i·y)‖ ≤ (∫ ‖deriv g x‖) / |T|.

      The oscillatory-integral form of the decay bound: for 0 < T, ‖∫ g y · exp(T·i·y)‖ ≤ (∫ ‖deriv g x‖) / T.