Mellin inversion formula #
We derive the Mellin inversion formula as a consequence of the Fourier inversion formula.
Main results #
mellin_inversion
: The inverse Mellin transform of the Mellin transform applied tox > 0
is x.
theorem
mellin_inversion
{E : Type u_1}
[NormedAddCommGroup E]
[NormedSpace ℂ E]
[CompleteSpace E]
(σ : ℝ)
(f : ℝ → E)
{x : ℝ}
(hx : 0 < x)
(hf : MellinConvergent f ↑σ)
(hFf : Complex.VerticalIntegrable (mellin f) σ MeasureTheory.volume)
(hfx : ContinuousAt f x)
:
The inverse Mellin transform of the Mellin transform applied to x > 0
is x.