theorem Th17:
  A is_line & not a in A implies A out a,a
  proof
    assume A is_line & not a in A;
    then ex c be POINT of S st between a,A,c by Th16;
    hence thesis;
  end;
