Analytic Continuation Framework #
Instances For
Instances For
Equations
Instances For
Equations
- FUST.MellinSampling.sincRecon a z = ∑' (n : ℤ), a n * FUST.MellinSampling.sincC (z - ↑n)
Instances For
Equations
- FUST.MellinSampling.phiSincRecon f x₀ z = FUST.MellinSampling.sincRecon (fun (n : ℤ) => FUST.PhiBloch.phiLatticeSample f x₀ n) z
Instances For
Equations
- FUST.MellinSampling.IsEntire h = ∀ (z : ℂ), DifferentiableAt ℂ h z
Instances For
Equations
- FUST.MellinSampling.SquareIntegrableOnReals h = MeasureTheory.Integrable (fun (t : ℝ) => ‖h ↑t‖ ^ 2) MeasureTheory.volume
Instances For
theorem
FUST.MellinSampling.sin_const_not_L2
(c : ℂ)
(hc : c ≠ 0)
:
¬MeasureTheory.Integrable (fun (t : ℝ) => ‖Complex.sin (↑Real.pi * ↑t) * c‖ ^ 2) MeasureTheory.volume
FE Preservation and Zero Pairing under Bandlimiting #
Equations
- FUST.MellinSampling.FunctionalEquation f = ∀ (s : ℂ), f s = f (1 - s)
Instances For
Equations
Instances For
theorem
FUST.MellinSampling.bandlimit_preserves_even
(fhat : ℝ → ℂ)
(omegaN : ℝ)
(heven : EvenMellinSpectrum fhat)
:
theorem
FUST.MellinSampling.functional_equation_zero_pair
(g : ℂ → ℂ)
(hFE : FunctionalEquation g)
(s : ℂ)
(hs : g s = 0)
:
- g_FE : FunctionalEquation self.g
- g_real : RealOnCriticalLine self.g
Instances For
def
FUST.MellinSampling.mkBandlimitedZeroStructure
(g : ℂ → ℂ)
(G : ℝ → ℝ)
(hFE : FunctionalEquation g)
(hreal : RealOnCriticalLine g)
(hG : ∀ (t : ℝ), ↑(G t) = g (1 / 2 + ↑t * Complex.I))
:
Equations
- FUST.MellinSampling.mkBandlimitedZeroStructure g G hFE hreal hG = { g := g, g_FE := hFE, g_real := hreal, G := G, G_eq := hG, zero_pair := ⋯, re_half := ⋯ }
Instances For
theorem
FUST.MellinSampling.discreteZero_to_continuousZero
(a : ℤ → ℂ)
(m : ℤ)
(hm : m ∈ DiscreteZeroSet a)
:
theorem
FUST.MellinSampling.entire_zeroSet_isDiscrete
(g : ℂ → ℂ)
(h_entire : IsEntire g)
(h_nz : ∃ (z₀ : ℂ), g z₀ ≠ 0)
:
IsDiscrete (ZeroSet g)