Theorems · Theorem · complex analysis
PhragmenLindelof.right_half_plane_of_bounded_on_real
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {C : ℝ} {f : ℂ → E} {z : ℂ},
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)) →
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) Filter.atTop fun x => ‖f ↑x‖) →
(∀ (x : ℝ), ‖f (↑x * Complex.I)‖ ≤ C) → 0 ≤ z.re → ‖f z‖ ≤ CPhragmen-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 C on the imaginary axis;
* ‖f x‖ is bounded from above by a constant for large real values of x.
Then ‖f z‖ is bounded from above by C on the closed right half-plane.
See also PhragmenLindelof.right_half_plane_of_tendsto_zero_on_real for a weaker version.
- Cited by
- 0 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.
Cites68
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
- Filter.Eventuallyproof · cited by 3,134
- one_mulproof · cited by 2,841
- Filter.atTopstatement and proof · cited by 2,405
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.