theorem
  a <> b implies ex P st a in P & b in P
proof
  assume a<>b;
  then reconsider P = Line(a,b) as LINE of CLSP by Def7;
  take P;
  thus thesis by Th10;
end;
