theorem Th25:
  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 Th13;
  take r;
  thus thesis by A1;
end;
