Let . An -tuple is an ordered collection of elements, denoted . Two -tuples are equal if and only if the have the same length and the same elements in the same order.
An -tuple is alternatively called a list of length . Sometimes the words tuple and list will be used without specifying a length. In both cases though, the tuple/list must have a finite, nonnegative length.
The -tuple looks like .
Ordered Pairs
An ordered pair of and , denoted , is defined as
We define the first coordinate of to be and the second coordinate to be . Similarly, ordered triples have form , ordered quadruples have form , and so on.