Tomsekvensen
Tomsekvensen (the empty sequence) is the unique sequence containing zero elements. It has length zero and serves as the neutral element for the operation of concatenating sequences: for any sequence s, the concatenation s followed by the empty sequence, or the empty sequence followed by s, yields s.
Formal definition and notation: A finite sequence over a set S is a function from {1, 2,
Key properties: The empty sequence has length 0 and is unique. It is a subsequence of any
Contexts and usage: The concept appears across mathematics, computer science, and formal language theory. It is
Example: Over the alphabet {a, b}, the empty sequence is simply the sequence containing no symbols. See