Module docstring
{"# Affine equivalences
In this file we define AffineEquiv k P₁ P₂ (notation: P₁ ≃ᵃ[k] P₂) to be the type of affine
equivalences between P₁ and P₂, i.e., equivalences such that both forward and inverse maps are
affine maps.
We define the following equivalences:
AffineEquiv.refl k P: the identity map as anAffineEquiv;e.symm: the inverse map of anAffineEquivas anAffineEquiv;e.trans e': composition of twoAffineEquivs; note that the order followsmathlib'sCategoryTheoryconvention (applye, thene'), not the convention used in function composition and compositions of bundled morphisms.
We equip AffineEquiv k P P with a Group structure with multiplication corresponding to
composition in AffineEquiv.group.
Tags
affine space, affine equivalence "}