theorem Th36:
  ex x,y,z st not x,y,z are_collinear
proof
  consider x,y,z such that
A1: not x,y '||' x,z by Th24;
  not x,y,z are_collinear by A1;
  hence thesis;
end;
