I've read this definition for an hour now and I cannot piece it together abstractly.
To define an n-tuple as a function $F$, where $X$ is the index set and domain, and $Y$ is the set containing the elements of the tuple:
$$(a_1,a_2, ...,a_n) \equiv (X, Y, F)$$
$X= \{1,2,...,n\}$
$Y= \{a_1,a_2,...,n\}$
$F= \{(1,a_1),(2,a_2),...,(n,a_n)\}$
However, $$(a_1,a_2,...,n) := (F(1),F(2),...,F(n))$$ is a lot more comprehensible. It might be the notation in the previous definition that throws me off, or maybe there is something more fundamental that I cannot see or recall.