theorem
  X c= Y implies (R|X)|Y = R|X
proof
  X c= Y implies X /\ Y = X by XBOOLE_1:28;
  hence thesis by Th65;
end;
