theorem Th17:
  U1,U2 are_similar implies MSAlg h is ManySortedSet of {0}
proof
  assume U1,U2 are_similar;
  then MSAlg h = 0 .--> h by Def3,Th10;
  hence thesis;
end;
