Imagine a vector space where two points P and P exist. Then, there’s a unique translation of the plane that maps P to P. This means that the space of translations in the plane can be identified with a set of vectors that exist in the plane. The composition of translations corresponds to the 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 corresponds 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 + \mathbf{u} = b.

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

Consider a subset L of A2 consisting of points satisfying

x+y2=0

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) such that for any uV

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

For example, the point (2,0) added to 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 parallel 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 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 as 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 with coordinates

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

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

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: the scalars must add up to 1.

Lemma: Given an affine space E,E,+, let ai,iI be a family of points in E and let λi,iI be a family of scalars. Then, for 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 and 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. It 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)