theorem Th5:
 for a,b being object holds
  X --> a c= Y --> b implies X c= Y
proof let a,b be object;
  assume X --> a c= Y --> b;
  then
A1: dom(X --> a) c= dom(Y --> b) by RELAT_1:11;
  thus thesis by A1;
end;
