theorem
  for P ex a,b st a<>b & a in P & b in P
proof
  let P;
  consider a,b such that
A1: a<>b & P = Line(a,b) by Def7;
  take a,b;
  thus thesis by A1,Th10;
end;
