theorem
  Y c= rng R implies rng(Y|`R) = Y
proof
  assume Y c= rng R;
  then rng R /\ Y = Y by XBOOLE_1:28;
  hence thesis by Th82;
end;
