Tuples

Overview

Let nN. An n-tuple is an ordered collection of n elements, denoted x1,,xn. Two n-tuples are equal if and only if the have the same length and the same elements in the same order.

An n-tuple is alternatively called a list of length n. 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 0-tuple looks like .

Ordered Pairs

An ordered pair of x and y, denoted x,y, is defined as

x,y={{x},{x,y}}.

We define the first coordinate of x,y to be x and the second coordinate to be y. Similarly, ordered triples have form x,y,z=x,y,z, ordered quadruples have form x1,x2,x3,x4=x1,x2,x3,x4, and so on.

As a special case, we define the 1-tuple x=x.

Powered by Forestry.md