Sequences and Tuples (Cont.) We can also take the Cartesian product of k sets , A 1 , A 2 , . . ., A k , written A 1 × A 2 × · · · × A k . It is the set consisting of all k-tuples (a 1 , a 2 , . . ., a k ), where a i ∈ A i. A × B × C = { (a, b, c) | a ∈ A, b ∈ B, and c ∈ C }. A 1 × A 2 × A k = { (a 1 , a 2 , a k ) | a i ∈ A i for all i}. Example 0.2 : If A = { 1, 2 } and B = { x, y, z }, A × B × A = { (1, x, 1), (1, x, 2), (1, y, 1), (1, y, 2), (1, z, 1), (1, z, 2), (2, x, 1), (2, x, 2), (2, y, 1), (2, y, 2), (2, z, 1), (2, z, 2) }. A × ∅ = {} = ∅.