Definition Ordered Pair/n-tuple
An ordered pair, denoted by \((a, b)\), is a collection of two elements where one is designated as the first element (\(a\)) and the other as the second element (\(b\)). Two ordered pairs \((a, b)\) and \((c, d)\) are equal if and only if \(a=c\) and \(b=d\).
More generally, an ordered n-tuple is a finite sequence of \(n\) elements, denoted \((a_1, a_2, \dots, a_n)\). Two n-tuples \((a_1, \dots, a_n)\) and \((b_1, \dots, b_n)\) are equal if and only if their corresponding elements are equal, i.e., \(a_i = b_i\) for all \(i=1, \dots, n\).