0tuple
A 0tuple, also known as the empty tuple or arity-zero tuple, is a tuple containing no elements. It is the unique element of the set of k-tuples when k equals zero, and is commonly represented by the symbol () in many languages. As a conceptual limit case, the 0tuple serves as the neutral or identity element for concatenation of tuples: appending a 0tuple to any k-tuple yields the original k-tuple, and prepending a 0tuple to a k-tuple also yields the same k-tuple.
Mathematically, the 0tuple corresponds to the empty product over an empty index set. In set theory this
In programming and type systems, a 0tuple often aligns with the unit type, a type that has