theorem Th95:
  for z being Tuple of 1,D ex d st z = <*d*>
proof
  let z be Tuple of 1,D;
  z in 1-tuples_on D by Lm6;
  then z in the set of all  <*d*> by Th94;
  hence thesis;
end;
