theorem
 X c= Y implies
 for R being X-valued Relation holds R is Y-valued
 proof assume
A1: X c= Y;
  let R be X-valued Relation;
   rng R c= X by Def17;
  hence rng R c= Y by A1;
 end;
