Topology on continuous multilinear maps #
In this file we define TopologicalSpace and UniformSpace structures
on ContinuousMultilinearMap š E F,
where E i is a family of vector spaces over š with topologies
and F is a topological vector space.
An auxiliary definition used to define topology on ContinuousMultilinearMap š E F.
Equations
- f.toUniformOnFun = (UniformOnFun.ofFun {s : Set ((i : ι) ā E i) | Bornology.IsVonNBounded š s}) āf
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
ContinuousMultilinearMap.compContinuousLinearMap as a bundled continuous linear map.
Given a family of continuous linear maps f : Ī i, E i āL[š] Eā i,
this function returns a continuous linear maps between the spaces of continuous multilinear maps
on Ī i, Eā i and on Ī i, E i.
The map sends g to the map given by v ⦠g (fun i ⦠f i (v i)).
Actually, the map is multilinear in f,
see ContinuousMultilinearMap.compContinuousLinearMapContinuousMultilinear.
For a version fixing g and varying f, see compContinuousLinearMapLRight.
Equations
- ContinuousMultilinearMap.compContinuousLinearMapL f = { toFun := fun (g : ContinuousMultilinearMap š Eā F) => g.compContinuousLinearMap f, map_add' := āÆ, map_smul' := āÆ, cont := ⯠}
Instances For
ContinuousMultilinearMap.restrictScalars as a ContinuousLinearMap.
Equations
- ContinuousMultilinearMap.restrictScalarsLinear š' = { toFun := ContinuousMultilinearMap.restrictScalars š', map_add' := āÆ, map_smul' := āÆ, cont := ⯠}
Instances For
The application of a multilinear map as a ContinuousLinearMap.
Equations
- ContinuousMultilinearMap.apply š E F m = { toFun := fun (c : ContinuousMultilinearMap š E F) => c m, map_add' := āÆ, map_smul' := āÆ, cont := ⯠}
Instances For
ContinuousLinearMap.compContinuousMultilinearMap as a bundled continuous bilinear map.
Given a continuous linear map f : F āL[š] G
and a continuous multilinear map g from Ī i, E i to F,
this function returns f ā g as a continuous multilinear map.
With this order of arguments, the function is continuous in g (for each fixed f)
and is continuous in f (as a function to the space of continuous linear maps).
Note that for general topological vector spaces, it is not guaranteed to be continuous in (g, f).
Equations
- One or more equations did not get rendered due to their size.
Instances For
ContinuousMultilinearMap.compContinuousLinearMap as a bundled continuous linear equiv.
Given a family of continuous linear equivalences f : Ī i, E i āL[š] Eā i,
this function returns a continuous linear equivalence
between the space of continuous multilinear maps with domain Ī i, E i and codomain F
and the space of multilinear maps with domain Ī i, Eā i and the same codomain,
by composing the multilinear maps with f.
Equations
- One or more equations did not get rendered due to their size.
Instances For
ContinuousLinearMap.compContinuousMultilinearMap as a bundled continuous linear equiv.
Given a continuous linear equivalence g : F āL[š] G,
this function builds a continuous linear equivalence
between the space of continuous multilinear maps with codomain F
and the space of continuous multilinear maps with codomain G,
by composing these maps with g or g.symm.
Equations
- One or more equations did not get rendered due to their size.