theorem Th88:
 rng(x .--> y) = {y}
 proof
   dom(x .--> y) = {x};
  hence rng(x .--> y) = {(x .--> y).x} by FUNCT_1:4
      .= {y} by Th72;
 end;
