n-tuple An n-tuple is an ordered list of length n. a1,a2,…an∈A:(a1,a2,…an) Ordered ⟹ (a,b)=(b,a), as opposed to sets {a,b}={b,a} Pair A pair is an n-tuple with n=2: a,b∈A:(a,b) Alternative notation I came across (a:b)