theorem Th3:
  P is_S-P_arc_joining p,q implies p in P & q in P
proof
  assume P is_S-P_arc_joining p,q;
  then P is_an_arc_of p,q by Th2;
  hence thesis by TOPREAL1:1;
end;
