theorem Th94:
  X c= Y implies X|`R c= Y|`R
proof
  assume
A1: X c= Y;
  let x,y;  [x,y] in X|`R iff [x,y] in R & y in X by Def10;
  hence thesis by A1,Def10;
end;
