Bloch and Landau constants #
References:
- Wikipedia
- [CP96] Chen, H., Gauthier, P. M. "On Bloch’s constant." Journal d’Analyse Mathématique 69 (1996), 275–291.
- [AG37] Ahlfors, L. V., Grunsky, H. "Über die Blochsche Konstante." Mathematische Zeitschrift 42 (1937), 671–673.
- [Ya95] Yanagihara, H. "On the locally univalent Bloch constant." Journal d’Analyse Mathématique 65 (1995), 1–17.
- [Ra43] Rademacher, H. "On the Bloch-Landau Constant."" American Journal of Mathematics 65 (1943), 387–390.
- OptimizationConstants
- [Skin2009] Skinner, Brian. The univalent Bloch constant problem. Complex Variables and Elliptic Equations 54 (2009), no. 10, 951–955.
- MathWorld
- Bhowmik–Sen
The Bloch radius $B_f$ of a function $f$ is the radius of the largest univalent disk in the image of the unit disk under $f$.
Equations
- Bloch.blochRadius f = sSup {r : ℝ | ∃ S ⊆ Metric.ball 0 1, ∃ (x : ℂ), Metric.ball x r ⊆ f '' S ∧ Set.InjOn f S}
Instances For
The Landau radius $L_f$ of a function $f$ is the radius of the largest disk in the image of the unit disk under $f$.
Equations
- Bloch.landauRadius f = sSup {r : ℝ | ∃ (x : ℂ), Metric.ball x r ⊆ f '' Metric.ball 0 1}
Instances For
The Bloch constant $B$ is the infimum of the Bloch radius over all functions holomorphic in the unit disk such that $f'(0) = 1$.
Equations
- Bloch.blochConstant = ⨅ (f : { f : ℂ → ℂ // DifferentiableOn ℂ f (Metric.ball 0 1) ∧ deriv f 0 = 1 }), Bloch.blochRadius ↑f
Instances For
It is proved in [CP96] that the Bloch constant is bounded below by $\sqrt{3}/4 + 2 \times 10^{-4}$
It is proved in [AG37] that the Bloch constant is bounded above by $\frac{1}{\sqrt{1 + \sqrt{3}}}\frac{\Gamma(1/3) \Gamma(11/12)}{\Gamma(1/4)}$$.
Ahlfors and Grunsky also conjectured in [AG37] that this upper bound is the precise value of the Bloch constant.
The Univalent Bloch constant $B_u$ is the infimum of the Bloch radius over all univalent functions in the unit disk such that $f'(0) = 1$.
Equations
- Bloch.univalentBlochConstant = ⨅ (f : { f : ℂ → ℂ // Set.InjOn f (Metric.ball 0 1) ∧ DifferentiableOn ℂ f (Metric.ball 0 1) ∧ deriv f 0 = 1 }), Bloch.blochRadius ↑f
Instances For
It is proved in [Skin2009] that the Univalent Bloch constant is bounded below by $0.5708858$.
The Univalent Bloch constant is trivially bounded above by the Bloch radius of the identity function, which is $1$. This is the best upper bound we know according to [OptimizationConstants].
The Landau constant $L$ is the infimum of the Landau radius over all functions holomorphic in the unit disk such that $f'(0) = 1$.
Equations
- Bloch.landauConstant = ⨅ (f : { f : ℂ → ℂ // DifferentiableOn ℂ f (Metric.ball 0 1) ∧ deriv f 0 = 1 }), Bloch.landauRadius ↑f
Instances For
It is proved in [Ya95] that the Landau constant is bounded below by $0.5 + 10 ^ {-335}$.
It is proved in [Ra43] that the Landau constant is bounded above by $\frac{1}{\sqrt{1 + \sqrt{3}}}\frac{\Gamma(1/3) \Gamma(5/6)}{\Gamma(1/6)}$.
In [Ra43], Rademacher says that he strongly believed that this upper bound is the precise value of the Landau constant.