theorem Th61:
  A c= B implies A* c= B*
proof
  assume
A1: A c= B;
  B c= B* by Th43;
  then A c= B* by A1;
  hence thesis by Th60;
end;
