theorem
  for z being Tuple of i,D for f being Permutation of Seg i
  holds z*f is Tuple of i,D
proof
  let z be Tuple of i,D;
  let f be Permutation of Seg i;
  rng f = Seg i by FUNCT_2:def 3;
  hence thesis by Th112;
end;
