Theorems · Theorem · complex analysis
PhragmenLindelof.horizontal_strip
- 1000+ list: Phragmén–Lindelöf theorem
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {a b C : ℝ} {f : ℂ → E} {z : ℂ},
DiffContOnCl ℂ f (Complex.im ⁻¹' Set.Ioo a b) →
(∃ c < Real.pi / (b - a),
∃ B,
f =O[Filter.comap (abs ∘ Complex.re) Filter.atTop ⊓ Filter.principal (Complex.im ⁻¹' Set.Ioo a b)] fun z =>
Real.exp (B * Real.exp (c * |z.re|))) →
(∀ (z : ℂ), z.im = a → ‖f z‖ ≤ C) → (∀ (z : ℂ), z.im = b → ‖f z‖ ≤ C) → a ≤ z.im → z.im ≤ b → ‖f z‖ ≤ CPhragmen-Lindelöf principle in a strip U = {z : ℂ | a < im z < b}.
Let f : ℂ → E be a function such that
* f is differentiable on U and is continuous on its closure;
* ‖f z‖ is bounded from above by A * exp(B * exp(c * |re z|)) on U for some c < π / (b - a);
* ‖f z‖ is bounded from above by a constant C on the boundary of U.
Then ‖f z‖ is bounded by the same constant on the closed strip
{z : ℂ | a ≤ im z ≤ b}. Moreover, it suffices to verify the second assumption
only for sufficiently large values of |re z|.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 291 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites147
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- 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
- Complexstatement and proof · cited by 5,565
- nhdsproof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Set.preimagestatement and proof · cited by 4,946
- Filter.Tendstoproof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
Cited by3
Results whose statement or proof uses this declaration.
- PhragmenLindelof.quadrant_Iproof · cited by 4
- PhragmenLindelof.vertical_stripproof · cited by 2
- PhragmenLindelof.eq_zero_on_horizontal_stripproof · cited by 1