theorem
CommutingRepetition.LaplaceUniq.continuous_G
{g : ℝ → ℂ}
(hg : Continuous g)
:
Continuous (G g)
The Laplace transform F z = ∫ e^{-zt} G t dt.
Equations
- CommutingRepetition.LaplaceUniq.F g z = ∫ (t : ℝ), Complex.exp (-(z * ↑t)) * CommutingRepetition.LaplaceUniq.G g t
Instances For
theorem
CommutingRepetition.LaplaceUniq.integrable_F_integrand
{g : ℝ → ℂ}
(hg : Continuous g)
{C : ℝ}
(hC : ∀ (t : ℝ), ‖g t‖ ≤ C)
{z : ℂ}
(hz : |z.re| < Real.pi)
:
MeasureTheory.Integrable (fun (t : ℝ) => Complex.exp (-(z * ↑t)) * G g t) MeasureTheory.volume
Integrability of e^{-zt} G t for |Re z| < π.
theorem
CommutingRepetition.LaplaceUniq.differentiableOn_F
{g : ℝ → ℂ}
(hg : Continuous g)
{C : ℝ}
(hC : ∀ (t : ℝ), ‖g t‖ ≤ C)
:
DifferentiableOn ℂ (F g) U
theorem
CommutingRepetition.LaplaceUniq.analyticOnNhd_F
{g : ℝ → ℂ}
(hg : Continuous g)
{C : ℝ}
(hC : ∀ (t : ℝ), ‖g t‖ ≤ C)
:
AnalyticOnNhd ℂ (F g) U
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 : ℝ)
:
Laplace uniqueness: if ∫ w φ t · g t dt = 0 for all |φ| < π, then g = 0.