Theorems · Theorem · real analysis
Complex.norm_exp_mul_exp_add_exp_neg_le_of_abs_im_le
∀ {a b : ℝ},
a ≤ 0 →
∀ {z : ℂ},
|z.im| ≤ b →
b ≤ Real.pi / 2 →
‖Complex.exp (↑a * (Complex.exp z + Complex.exp (-z)))‖ ≤ Real.exp (a * Real.cos b * Real.exp |z.re|)A supporting lemma for the Phragmen-Lindelöf principle in a horizontal strip. If z : ℂ
belongs to a horizontal strip |Complex.im z| ≤ b, b ≤ π / 2, and a ≤ 0, then
$$\left|exp^{a\left(e^{z}+e^{-z}\right)}\right| \le e^{a\cos b \exp^{|re z|}}.$$
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Complexstatement and proof · cited by 5,565
- Norm.normstatement · cited by 5,413
- LE.le.transproof · cited by 3,151
- mul_commproof · cited by 2,262
- LT.lt.leproof · cited by 2,189
- absstatement and proof · cited by 1,814
- Real.pistatement and proof · cited by 1,774
- mul_assocproof · cited by 1,667
- Complex.ofRealstatement and proof · cited by 1,654
- Complex.restatement and proof · cited by 882
- Real.expstatement and proof · cited by 871
Cited by1
Results whose statement or proof uses this declaration.
- PhragmenLindelof.horizontal_stripproof · cited by 3