Continuous affine maps. #
This file defines a type of bundled continuous affine maps.
Main definitions: #
Notation: #
We introduce the notation P →ᴬ[R] Q for ContinuousAffineMap R P Q (not to be confused with the
notation A →A[R] B for ContinuousAlgHom). Note that this is parallel to the notation E →L[R] F
for ContinuousLinearMap R E F.
A continuous map of affine spaces
- toFun : P → Q
- cont : Continuous (↑self).toFun
Instances For
Forgetting its algebraic properties, a continuous affine map is a continuous map.
Instances For
The constant map as a continuous affine map
Instances For
The identity map as a continuous affine map
Instances For
The composition of continuous affine maps as a continuous affine map
Instances For
Applying a ContinuousAffineMap commutes with AffineMap.lineMap.
The continuous affine map sending 0 to p₀ and 1 to p₁
Instances For
Applying a ContinuousAffineMap commutes with ContinuousAffineMap.lineMap.
The linear map underlying a continuous affine map is continuous.
Instances For
The space of continuous affine maps from P to Q is an affine space over the space of
continuous affine maps from P to W.
Interpolating between ContinuousAffineMaps with AffineMap.lineMap commutes with
evaluation.
The product of two continuous affine maps is a continuous affine map.
Instances For
Prod.map of two continuous affine maps.
Instances For
A continuous linear map can be regarded as a continuous affine map.