theorem Th58:
  X c= Y implies the_transitive-closure_of X c= the_transitive-closure_of Y
proof
  assume
A1: X c= Y;
 Y c= the_transitive-closure_of Y by Th52;
then  X c= the_transitive-closure_of Y by A1;
  hence thesis by Th53;
end;
