theorem Th83:
  f is translation & g is translation & f.a=g.a & not LIN a,f.a,x
  implies f.x=g.x
proof
  assume that
A1: f is translation and
A2: g is translation and
A3: f.a=g.a and
A4: not LIN a,f.a,x;
  set b=f.a, y=f.x, z=g.x;
A5: a,x // b,z & a,b // x,z by A2,A3,Th68,Th82;
 f is dilatation by A1;
  then
A6: a,x // b,y by Th68;
  a,b // x,y by A1,Th82;
  hence thesis by A4,A6,A5,Th80;
end;
