reserve X for set;
reserve UN for Universe;

theorem Th58:
  for D being set st D in UN holds for n being Nat holds n-tuples_on D in UN
  proof
    let D be set;
    assume
A1: D in UN;
    let n be Nat;
    Seg n in UN by Th57;
    then Funcs(Seg n,D) in UN by A1,CLASSES2:61;
    hence thesis by FINSEQ_2:93;
  end;
