Image a vector space where two points P and P exist, then there’s a unique translation of the plane that maps P to P which means that the space of translations in the plane can be identified with a set of vectors that exist in the plane, composition of translation correspond to addition of vectors e.g. PP=PP+PP

affine space

affine space

An affine space is a space where translation is defined, formally an affine space is a set E (of points) that admits a free transitive action of a vector space E (of translations) whose action results in an element of the set E, that is there’s a map E×EE:(a,v)a+v such that

  1. The zero vector acts as an identity i.e. for all aE, a+0=a
  2. Addition of vectors correspond to translations i.e. for all aE and u,vE, x+(u+v)=(x+u)+v
  3. For any a,bE there’s a unique free vector uE such that a+u=b

The affine space is commonly represented with the triple E,E,+ where E is a set of points, E a vector space acting on E and an action +:E×EE

Consider a subset L of A2 consisting of points satisfying

x+y2=0
−6−5−4−3−2−10123456−3−2−10123

Where any point has the form (x,f(x))=(x,2+x), the line can be made into an affine space by defining +:L×VL (note that V is a vector space) so that for any uV

(x,2+x)+u=(x+u,2+x+u)

For example the point (2,0) added with the vector u=[1,1] results in the point (1,1) which belongs to the set L, note that for the example above the vector space V has only vectors parallels to u=[1,1]

Chasles’s Identity

Given any three points a,b,cE we know that c=a+ac, b=a+ab and c=b+bc by the axiom 3, therefore

c=b+bc=(a+ab)+bc=a+(ab+bc)

And thus

ab+bc=ac

Which is known as Chasles’s identity

Affine combinations

Consider R2 an affine space with its origin at (0,0) and basis vectors b1=[1,0] and b2=[0,1], given any two points a,bR2 with coordinates a=(a1,a2) and b=(b1,b2) we can define the affine combination λa+μb as the point of coordinates

(λa1+μb1,λa2+μb2)

Let λ=1,μ=1, a=(1,1) and b=(2,2) then a+b=(1,1)

−6−5−4−3−2−10123456−3−2−10123

If we change the coordinate system to have an origin at (1,1) with the same basis vectors then the coordinates of the given points are a=(2,2) and b=(1,1), the linear combination is then a+b=(1,1) which is the same as the point (0,0) of the first coordinate system, therefore a+b corresponds to two different points depending on the coordinate system used

A restriction is needed for affine combinations to make sense and the restriction is that the scalar add up to 1

Lemma: Given an affine space E,vE,+, let ai,iI be a family of points in E and let λi,iI a family of scalars then any two points a,bE the following properties hold

(1)a+iIλiaai=b+iIλibaiif iIλi=1
> > and >
(2)iIλiaai=iIλibaiif iIλi=0

To prove (1) we apply Chasles’s identity

a+iIλiaai=a+iIλi(ab+bai)=a+(iIλi)ab+iIλibai=a+ab+iIλibaisince iIλi=1=b+iIλibaisince b=a+ab

For (2) we also have

iIλiaai=iIλi(ab+bai)=(iIλi)ab+iIλibai=iIλibaisince iIλi=0

Formally for any family of points ai,iI in E, for any family λi,iI of scalars such that iIλi=1 the point

(3)x=a+iIλiaai

Is independent of aE and is called the barycenter or affine combination of the points ai with weights λi, and is denoted as

iIλiai

Affine maps

An affine map between two affine spaces X and Y is a map f:XY that preserves affine combinations i.e.

f(iIλiai)=iIλif(ai)