Bounds on higher derivatives #
norm_iteratedFDeriv_comp_le gives the bound n! * C * D ^ n for the n-th derivative
of g β f assuming that the derivatives of g are bounded by C and the i-th
derivative of f is bounded by D ^ i.
Quantitative bounds #
Bounding the norm of the iterated derivative of B (f x) (g x) within a set in terms of the
iterated derivatives of f and g when B is bilinear. This lemma is an auxiliary version
assuming all spaces live in the same universe, to enable an induction. Use instead
ContinuousLinearMap.norm_iteratedFDerivWithin_le_of_bilinear that removes this assumption.
Bounding the norm of the iterated derivative of B (f x) (g x) within a set in terms of the
iterated derivatives of f and g when B is bilinear:
βD^n (x β¦ B (f x) (g x))β β€ βBβ β_{k β€ n} n.choose k βD^k fβ βD^{n-k} gβ
Bounding the norm of the iterated derivative of B (f x) (g x) in terms of the
iterated derivatives of f and g when B is bilinear:
βD^n (x β¦ B (f x) (g x))β β€ βBβ β_{k β€ n} n.choose k βD^k fβ βD^{n-k} gβ
Bounding the norm of the iterated derivative of B (f x) (g x) within a set in terms of the
iterated derivatives of f and g when B is bilinear of norm at most 1:
βD^n (x β¦ B (f x) (g x))β β€ β_{k β€ n} n.choose k βD^k fβ βD^{n-k} gβ
Bounding the norm of the iterated derivative of B (f x) (g x) in terms of the
iterated derivatives of f and g when B is bilinear of norm at most 1:
βD^n (x β¦ B (f x) (g x))β β€ β_{k β€ n} n.choose k βD^k fβ βD^{n-k} gβ
If the derivatives within a set of g at f x are bounded by C, and the i-th derivative
within a set of f at x is bounded by D^i for all 1 β€ i β€ n, then the n-th derivative
of g β f is bounded by n! * C * D^n.
This lemma proves this estimate assuming additionally that two of the spaces live in the same
universe, to make an induction possible. Use instead norm_iteratedFDerivWithin_comp_le that
removes this assumption.
If the derivatives within a set of g at f x are bounded by C, and the i-th derivative
within a set of f at x is bounded by D^i for all 1 β€ i β€ n, then the n-th derivative
of g β f is bounded by n! * C * D^n.
If the derivatives of g at f x are bounded by C, and the i-th derivative
of f at x is bounded by D^i for all 1 β€ i β€ n, then the n-th derivative
of g β f is bounded by n! * C * D^n.
Version with the iterated derivative of g only bounded on the range of f.
If the derivatives of g at f x are bounded by C, and the i-th derivative
of f at x is bounded by D^i for all 1 β€ i β€ n, then the n-th derivative
of g β f is bounded by n! * C * D^n.