theorem Th88:
  f is collineation implies (LIN x,y,z iff LIN f.x,f.y,f.z)
proof
  assume f is collineation;
  then x,y // x,z iff f.x,f.y // f.x,f.z by Th87;
  hence thesis by AFF_1:def 1;
end;
