theorem Th33:
  s ==>. t, S implies s ==>* t, S
proof
  assume s ==>. t, S;
  then [s, t] in ==>.-relation(S) by Def6;
  then ==>.-relation(S) reduces s, t by REWRITE1:15;
  hence thesis;
end;
