Module docstring
{"# Affine maps
This file defines affine maps.
Main definitions
AffineMapis the type of affine maps between two affine spaces with the same ringk. Various basic examples of affine maps are defined, includingconst,id,lineMapandhomothety.
Notations
P1 →ᵃ[k] P2is a notation forAffineMap k P1 P2;AffineSpace V P: a localized notation forAddTorsor V Pdefined inLinearAlgebra.AffineSpace.Basic.
Implementation notes
outParam is used in the definition of [AddTorsor V P] to make V an implicit argument
(deduced from P) in most cases. As for modules, k is an explicit argument rather than implied by
P or V.
This file only provides purely algebraic definitions and results. Those depending on analysis or
topology are defined elsewhere; see Analysis.Normed.Affine.AddTorsor and
Topology.Algebra.Affine.
References
- https://en.wikipedia.org/wiki/Affine_space
- https://en.wikipedia.org/wiki/Principalhomogeneousspace
","### Definition of
AffineMap.lineMapand lemmas about it "}