theorem
  for i being natural Number, x being Tuple of i,D holds dom x = Seg i
proof
  let i be natural Number;
  let x be Tuple of i,D;
  len x = i by CARD_1:def 7;
  hence thesis by FINSEQ_1:def 3;
end;
