theorem
  for A being set, i being Nat holds i-tuples_on A c= A*
proof
  let A be set, i be Nat, x be object;
  assume x in i-tuples_on A;
  then x is FinSequence of A by Def3;
  hence thesis by FINSEQ_1:def 11;
end;
