reserve A for non empty set,
  a,b,x,y,z,t for Element of A,
  f,g,h for Permutation of A;
reserve R for Relation of [:A,A:];
reserve AS for non empty AffinStruct;
reserve a,b,x,y for Element of AS;
reserve CS for CongrSpace;
reserve OAS for OAffinSpace;
reserve a,b,c,d,p,q,r,x,y,z,t,u for Element of OAS;
reserve f,g for Permutation of the carrier of OAS;

theorem Th46:
  f is dilatation implies
   for a,b,c holds a,b,c are_collinear iff f.a,f.b,f.c are_collinear
proof
  assume
A1: f is dilatation;
  let a,b,c;
  a,b '||' a,c iff f.a,f.b '||' f.a,f.c by A1,Th45;
  hence thesis by DIRAF:def 5;
end;
