Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Modular.LaplaceUniqueness

The open strip |Re z| < π.

Equations
Instances For
    noncomputable def CommutingRepetition.LaplaceUniq.G (g : ) (t : ) :

    G t = g t / (2 cosh(πt)).

    Equations
    Instances For
      theorem CommutingRepetition.LaplaceUniq.norm_G_le {g : } {C : } (hC : ∀ (t : ), g t C) (t : ) :
      theorem CommutingRepetition.LaplaceUniq.abs_mul_exp_neg_le {ε : } ( : 0 < ε) (t : ) :
      |t| * Real.exp (-(ε * |t|)) 2 / ε * max 1 (2 / (ε / 2) ^ 2) * (1 + t ^ 2)⁻¹

      |t| e^{-ε|t|} ≤ K_ε (1 + t²)⁻¹.

      noncomputable def CommutingRepetition.LaplaceUniq.F (g : ) (z : ) :

      The Laplace transform F z = ∫ e^{-zt} G t dt.

      Equations
      Instances For
        theorem CommutingRepetition.LaplaceUniq.integrable_F_integrand {g : } (hg : Continuous g) {C : } (hC : ∀ (t : ), g t C) {z : } (hz : |z.re| < Real.pi) :

        Integrability of e^{-zt} G t for |Re z| < π.

        theorem CommutingRepetition.LaplaceUniq.hasDerivAt_F {g : } (hg : Continuous g) {C : } (hC : ∀ (t : ), g t C) {z₀ : } (hz₀ : |z₀.re| < Real.pi) :
        HasDerivAt (F g) ( (t : ), -t * Complex.exp (-(z₀ * t)) * G g t) z₀

        F is complex differentiable on the strip.

        theorem CommutingRepetition.LaplaceUniq.differentiableOn_F {g : } (hg : Continuous g) {C : } (hC : ∀ (t : ), g t C) :
        theorem CommutingRepetition.LaplaceUniq.analyticOnNhd_F {g : } (hg : Continuous g) {C : } (hC : ∀ (t : ), g t C) :
        theorem CommutingRepetition.LaplaceUniq.F_real {g : } (φ : ) :
        F g φ = (t : ), (StripCauchy.w φ t) * g t

        F φ = ∫ w φ t · g t for real φ.

        theorem CommutingRepetition.LaplaceUniq.F_eq_zero_of_real {g : } (hg : Continuous g) {C : } (hC : ∀ (t : ), g t C) (h : ∀ (φ : ), |φ| < Real.piF g φ = 0) {z : } (hz : z U) :
        F g z = 0

        If F vanishes on the real segment (-π, π), it vanishes on the whole strip.

        theorem CommutingRepetition.LaplaceUniq.fourier_G_eq {g : } (hg : Continuous g) {C : } (hC : ∀ (t : ), g t C) (w : ) :

        The Fourier transform of G is F on the imaginary axis.

        theorem CommutingRepetition.LaplaceUniq.eq_zero_of_forall_integral_w_eq_zero {g : } (hg : Continuous g) {C : } (hC : ∀ (t : ), g t C) (h : ∀ (φ : ), |φ| < Real.pi (t : ), (StripCauchy.w φ t) * g t = 0) (t : ) :
        g t = 0

        Laplace uniqueness: if ∫ w φ t · g t dt = 0 for all |φ| < π, then g = 0.