theorem
  f c= g implies Y|`f|X c= Y|`g|X
proof
  assume f c= g;
  then Y|`f c= Y|`g by RELAT_1:101;
  hence thesis by RELAT_1:76;
end;
