Definition
A finite Sequence of listed numbers.
Types
N-Tuple
A tuple with size
Singleton (1-Tuple)
A tuple with a single item
Pair (2-Tuple)
A tuple with two items
Triple (3-Tuple)
A tuple with three items
A finite Sequence of listed numbers.
A tuple {1,…,n} with size n
A tuple {a} with a single item
A tuple {a,b} with two items
A tuple {a,b,c} with three items