theorem Th54:
 id a = id b implies a = b
proof assume
A1: id a = id b;
 thus a = dom id a
   .= b by Th53,A1;
end;
