theorem
  X c= Y implies for L being Sequence of X holds L is Sequence of Y
proof
  assume
A1: X c= Y;
  let L be Sequence of X;
  rng L c= X by RELAT_1:def 19;
  then rng L c= Y by A1;
  hence thesis by RELAT_1:def 19;
end;
