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.
We deduce this fact from the stronger result that continuous linear maps are continuously polynomial, i.e., they admit a finite power series.
Alias of ContinuousLinearMap.cpolynomialOn
.
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
Instances For
Formal multilinear series expansion of a bilinear function f : E โL[๐] F โL[๐] G
.
Equations
Instances For
id
is entire
fst
is analytic
snd
is analytic
fst
is entire
snd
is entire