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
- f.fpowerSeriesBilinear x 0 = ContinuousMultilinearMap.uncurry0 π (E Γ F) ((f x.1) x.2)
- f.fpowerSeriesBilinear x 1 = (continuousMultilinearCurryFin1 π (E Γ F) G).symm (f.derivβ x)
- f.fpowerSeriesBilinear x 2 = f.uncurryBilinear
- f.fpowerSeriesBilinear xβ x = 0
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
.