Topology on the space of continuous affine maps #
This file defines a topology on the space of continuous affine maps between topological affine spaces. This is the coarsest topology satisfying the following two properties:
Equations
- ContinuousAffineMap.instTopologicalSpace = TopologicalSpace.induced (fun (f : P →ᴬ[R] Q) => (⇑f, f.contLinear)) inferInstance
The space of continuous affine maps from a topological vector space to a topological affine
space is homeomorphic to the product of the codomain with the space of continuous linear maps, by
taking the value of the affine map at (0 : V) and the linear part.
Equations
- ContinuousAffineMap.decompHomeomorph R V Q = { toEquiv := ContinuousAffineMap.decompEquiv R V Q, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The space of continuous affine maps between topological vector spaces is isomorphic (as a
topological vector space) to the product of the codomain with the space of continuous linear maps,
by taking the value of the affine map at (0 : V) and the linear part.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The space of continuous affine maps from a topological vector space to a topological affine
space is isomorphic (as a topological affine space) to the product of the codomain with the space of
continuous linear maps, by taking the value of the affine map at (0 : V) and the linear part.
Equations
- One or more equations did not get rendered due to their size.