theorem Th61:
  A c= B* implies A+ c= B*
proof
  assume A c= B*;
  then A+ c= (B*)+ by Th58;
  hence thesis by Th60;
end;
