Elementary bounds #
theorem
CommutingRepetition.StripCauchy.integrable_w_mul
{φ : ℝ}
(hφ : |φ| < Real.pi)
{v : ℝ → ℂ}
(hv : MeasureTheory.AEStronglyMeasurable v MeasureTheory.volume)
{C : ℝ}
(hC : ∀ (t : ℝ), ‖v t‖ ≤ C)
:
MeasureTheory.Integrable (fun (t : ℝ) => ↑(w φ t) * v t) MeasureTheory.volume
Integrability of t ↦ w φ t • v t for bounded measurable v.
Values of sin on the boundary lines and the kernel (1/4 + t²)⁻¹ #
theorem
CommutingRepetition.StripCauchy.integrable_inv_quarter_add_sq :
MeasureTheory.Integrable (fun (t : ℝ) => (1 / 4 + t ^ 2)⁻¹) MeasureTheory.volume
S z = sin(πz)/z, with S 0 = π.
Equations
- CommutingRepetition.StripCauchy.S = dslope (fun (z : ℂ) => Complex.sin (↑Real.pi * z)) 0
Instances For
theorem
CommutingRepetition.StripCauchy.differentiable_sinPi :
Differentiable ℂ fun (z : ℂ) => Complex.sin (↑Real.pi * z)
Instances For
g z = e^{iφz} f z.
Equations
- CommutingRepetition.StripCauchy.g f φ z = Complex.exp (Complex.I * ↑φ * z) * f z
Instances For
Equations
Instances For
Equations
Instances For
theorem
CommutingRepetition.StripCauchy.continuousOn_G
(f : ℂ → ℂ)
(φ : ℝ)
(hf_cont : ContinuousOn f strip)
(hf_diff : DifferentiableOn ℂ f ostrip)
:
ContinuousOn (G f φ) strip
theorem
CommutingRepetition.StripCauchy.differentiableOn_G
(f : ℂ → ℂ)
(φ : ℝ)
(hf_cont : ContinuousOn f strip)
(hf_diff : DifferentiableOn ℂ f ostrip)
:
DifferentiableOn ℂ (G f φ) ostrip
theorem
CommutingRepetition.StripCauchy.differentiableAt_G_zero
(f : ℂ → ℂ)
(φ : ℝ)
(hf_cont : ContinuousOn f strip)
(hf_diff : DifferentiableOn ℂ f ostrip)
:
DifferentiableAt ℂ (G f φ) 0
theorem
CommutingRepetition.StripCauchy.continuousOn_H
(f : ℂ → ℂ)
(φ : ℝ)
(hf_cont : ContinuousOn f strip)
(hf_diff : DifferentiableOn ℂ f ostrip)
:
ContinuousOn (H f φ) strip
theorem
CommutingRepetition.StripCauchy.differentiableOn_H
(f : ℂ → ℂ)
(φ : ℝ)
(hf_cont : ContinuousOn f strip)
(hf_diff : DifferentiableOn ℂ f ostrip)
:
DifferentiableOn ℂ (H f φ) ostrip
theorem
CommutingRepetition.StripCauchy.rect_eq_zero
(f : ℂ → ℂ)
(φ : ℝ)
(hf_cont : ContinuousOn f strip)
(hf_diff : DifferentiableOn ℂ f ostrip)
(N : ℝ)
:
The rectangle [-1/2, 1/2] × [-N, N]: Cauchy–Goursat for H.
theorem
CommutingRepetition.StripCauchy.continuous_V
(f : ℂ → ℂ)
(φ : ℝ)
(hf_cont : ContinuousOn f strip)
(hf_diff : DifferentiableOn ℂ f ostrip)
:
Continuous (V f φ)
theorem
CommutingRepetition.StripCauchy.strip_cauchy
(f : ℂ → ℂ)
(φ : ℝ)
(hf_cont : ContinuousOn f strip)
(hf_diff : DifferentiableOn ℂ f ostrip)
{C : ℝ}
(hf_bdd : ∀ z ∈ strip, ‖f z‖ ≤ C)
(hφ : |φ| < Real.pi)
:
RvD Lemma 4.6 (Cauchy's formula on the strip): for f bounded continuous on
|Re z| ≤ 1/2 and analytic inside, and |φ| < π,
f 0 = ∫ t, e^{-φt}/(2cosh πt) · (e^{iφ/2} f(1/2 + it) + e^{-iφ/2} f(-1/2 + it)) dt.