theorem Th77:
  A is_plane & not a in A implies A out2 a,a
  proof
    assume A is_plane & not a in A;
    then ex c be POINT of S st between2 a,A,c by Th76;
    hence thesis;
  end;
