theorem Th14:
  p<>q implies ex r st not p,q,r are_collinear
proof
  assume p<>q;
  then consider r such that
A1: not p,q '||' p,r by Th9;
  not p,q,r are_collinear by A1;
  hence thesis;
end;
