theorem
  a<>b implies Line(a,b) <> the carrier of CLSP
proof
  assume a<>b;
  then ex r st not a,b,r are_collinear by Th12;
  hence thesis by Th11;
end;
