Topology on continuous alternating maps #
In this file we define UniformSpace and TopologicalSpace structures
on the space of continuous alternating maps between topological vector spaces.
The structures are induced by those on ContinuousMultilinearMaps,
and most of the lemmas follow from the corresponding lemmas about ContinuousMultilinearMaps.
The inclusion of alternating continuous multilinear maps into continuous multilinear maps as a continuous linear map.
Equations
- ContinuousAlternatingMap.toContinuousMultilinearMapCLM R = { toLinearMap := ContinuousAlternatingMap.toContinuousMultilinearMapLinear, cont := ⋯ }
Instances For
ContinuousMultilinearMap.restrictScalars as a ContinuousLinearMap.
Equations
- ContinuousAlternatingMap.restrictScalarsCLM 𝕜' = { toFun := ContinuousAlternatingMap.restrictScalars 𝕜', map_add' := ⋯, map_smul' := ⋯, cont := ⋯ }
Instances For
Given a continuous linear map taking values in the space of continuous multilinear maps such that all of its values are alternating maps, lift it to a continuous linear map taking values in the space of continuous alternating maps.
Equations
Instances For
Composition of a continuous alternating map and a continuous linear map as a bundled continuous linear map.
Note that for general topological vector spaces,
this function does not need to be continuous in f.
Equations
- ContinuousAlternatingMap.compContinuousLinearMapCLM f = { toLinearMap := ContinuousAlternatingMap.compContinuousLinearMapₗ f, cont := ⋯ }
Instances For
The application of a multilinear map as a ContinuousLinearMap.
Equations
Instances For
ContinuousLinearMap.compContinuousAlternatingMap as a bundled continuous bilinear map.
Given a continuous linear map g : F →L[𝕜] G and a continuous alternating map f : E [⋀^ι]→L[𝕜] F,
it returns the continuous alternating map g ∘ f.
This function is continuous in f (for each g)
and in g (as a function taking values in continuous linear maps).
Note that for a general topological vector space,
the map is not guaranteed to be continuous in (g, f).
Equations
- One or more equations did not get rendered due to their size.
Instances For
ContinuousLinearMap.compContinuousAlternatingMap as a bundled continuous linear equiv.
Given a continuous linear equivalence g : F ≃L[𝕜] G,
this function returns the equivalence between continuous alternating maps with codomain F
and continuous alternating maps with codomain G
that acts by composing these maps with g.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a continuous linear isomorphism between the domains, generate a continuous linear isomorphism between the spaces of continuous alternating maps.
This is ContinuousAlternatingMap.compContinuousLinearMap as an equivalence,
and is the continuous version of AlternatingMap.domLCongr.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Continuous linear equivalences between the domains and the codomains generate a continuous linear equivalence between the spaces of continuous alternating maps.