theorem
  for z being Tuple of i,D holds z*(idseq i) = z
proof
  let z be Tuple of i,D;
  len z = i by CARD_1:def 7;
  hence thesis by Th52;
end;
