Linear functions are analytic #
In this file we prove that a ContinuousLinearMap
defines an analytic function with
the formal power series f x = f a + f (x - a)
. We also prove similar results for bilinear maps.
TODO: port to use CPolynomial
, and prove the stronger result that continuous linear maps are
continuously polynomial
Alias of ContinuousLinearMap.analyticOn
.
Reinterpret a bilinear map f : E βL[π] F βL[π] G
as a multilinear map
(E Γ F) [Γ2]βL[π] G
. This multilinear map is the second term in the formal
multilinear series expansion of uncurry f
. It is given by
f.uncurryBilinear ![(x, y), (x', y')] = f x y'
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Formal multilinear series expansion of a bilinear function f : E βL[π] F βL[π] G
.
Equations
Instances For
id
is entire
Alias of analyticOn_id
.
fst
is analytic
snd
is analytic
fst
is entire
Alias of analyticOn_fst
.
snd
is entire
Alias of analyticOn_snd
.
Alias of ContinuousLinearEquiv.analyticOn
.
Alias of LinearIsometryEquiv.analyticOn
.