Theorems · Theorem · complex analysis
PhragmenLindelof.eq_zero_on_right_half_plane_of_superexponential_decay
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {f : ℂ → E},
DiffContOnCl ℂ f {z | 0 < z.re} →
(∃ c < 2, ∃ B, f =O[Bornology.cobounded ℂ ⊓ Filter.principal {z | 0 < z.re}] fun z => Real.exp (B * ‖z‖ ^ c)) →
(Asymptotics.SuperpolynomialDecay Filter.atTop Real.exp fun x => ‖f ↑x‖) →
(∃ C, ∀ (x : ℝ), ‖f (↑x * Complex.I)‖ ≤ C) → Set.EqOn f 0 {z | 0 ≤ z.re}Phragmen-Lindelöf principle in the right half-plane. Let f : ℂ → E be a function such that
* f is differentiable in the open right half-plane and is continuous on its closure;
* ‖f z‖ is bounded from above by A * exp(B * ‖z‖ ^ c) on the open right half-plane
for some c < 2;
* ‖f z‖ is bounded from above by a constant on the imaginary axis;
* f x, x : ℝ, tends to zero superexponentially fast as x → ∞:
for any natural n, exp (n * x) * ‖f x‖ tends to zero as x → ∞.
Then f is equal to zero on the closed right half-plane.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 296 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites81
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filterstatement · cited by 8,121
- Set.ofPredstatement and proof · cited by 6,101
- Complexstatement and proof · cited by 5,565
- nhdsproof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstoproof · cited by 3,814
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- Filter.atTopstatement and proof · cited by 2,405
Cited by1
Results whose statement or proof uses this declaration.
- PhragmenLindelof.eqOn_right_half_plane_of_superexponential_decayproof · cited by 0