Fungrim home page

Fungrim entry: b6582a

f(k)(z)k!CRk   where C=suptC,tz=Rf ⁣(t)\left|\frac{{f}^{(k)}(z)}{k !}\right| \le \frac{C}{{R}^{k}}\; \text{ where } C = \mathop{\operatorname{sup}}\limits_{t \in \mathbb{C},\,\left|t - z\right| = R} \left|f\!\left(t\right)\right|
Assumptions:zCandkZ0andRRandR>0andClosedDisk ⁣(z,R)HolomorphicDomain ⁣(f ⁣(z),z,C)z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, k \in \mathbb{Z}_{\ge 0} \,\mathbin{\operatorname{and}}\, R \in \mathbb{R} \,\mathbin{\operatorname{and}}\, R \gt 0 \,\mathbin{\operatorname{and}}\, \operatorname{ClosedDisk}\!\left(z, R\right) \subset \operatorname{HolomorphicDomain}\!\left(f\!\left(z\right), z, \mathbb{C}\right)
TeX:
\left|\frac{{f}^{(k)}(z)}{k !}\right| \le \frac{C}{{R}^{k}}\; \text{ where } C = \mathop{\operatorname{sup}}\limits_{t \in \mathbb{C},\,\left|t - z\right| = R} \left|f\!\left(t\right)\right|

z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, k \in \mathbb{Z}_{\ge 0} \,\mathbin{\operatorname{and}}\, R \in \mathbb{R} \,\mathbin{\operatorname{and}}\, R \gt 0 \,\mathbin{\operatorname{and}}\, \operatorname{ClosedDisk}\!\left(z, R\right) \subset \operatorname{HolomorphicDomain}\!\left(f\!\left(z\right), z, \mathbb{C}\right)
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
Derivativeddzf ⁣(z)\frac{d}{d z}\, f\!\left(z\right) Derivative
Factorialn!n ! Factorial
Powab{a}^{b} Power
SupremumsupP(x)f ⁣(x)\mathop{\operatorname{sup}}\limits_{P\left(x\right)} f\!\left(x\right) Supremum of a set or function
CCC\mathbb{C} Complex numbers
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("b6582a"),
    Formula(Where(LessEqual(Abs(Div(Derivative(f(z), Tuple(z, z, k)), Factorial(k))), Div(C, Pow(R, k))), Equal(C, Supremum(Abs(f(t)), t, And(Element(t, CC), Equal(Abs(Sub(t, z)), R)))))),
    Variables(f, z, k, R),
    Assumptions(And(Element(z, CC), Element(k, ZZGreaterEqual(0)), Element(R, RR), Greater(R, 0), Subset(ClosedDisk(z, R), HolomorphicDomain(f(z), z, CC)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC