1

Let $A \ne \emptyset$. Let $S = \{(a_1, a_2, \ldots , a_n) : a_i \in A$ and $ n \in \mathbb{N}\}$.

Now I'm curious if there is a more concise (and standard) way of writing this set down?

Gold
  • 26,547
user1770201
  • 5,195
  • 6
  • 39
  • 71
  • 1
    So your set is almost $A^{\lt\omega}$, the set of all finite sequences in $A$, except that you disallow $n=0$. I guess you could call it $A^{\lt\omega}\setminus A^0$? Or $\bigcup_{n=1}^{\infty}A^n$? – bof Nov 08 '13 at 01:18

2 Answers2

3

You could write $A^{<\omega}$ or $\bigcup_{n \in \mathbb{N}} A^n$. The former contains the empty string (and the latter does too if you admit $0 \in \mathbb{N}$).

Generally if $\alpha$ is an ordinal number then $A^{\alpha}$ denotes the set of sequences of elements of $A$ of order-type $\alpha$. When $\alpha \in \mathbb{N}$ this amounts to saying the number of $\alpha$-tuples. Then you can write things like $A^{<\alpha}$ to mean the set of sequences of order-type (length) less than $\alpha$.

3

The set of all finite tuples of a given set $A$ is known as the free monoid on $A$ and in that context is commonly denoted by $A^*$. It also comes up in the context of language hierarchies (e.g., regular languages etc.) where it is also denoted by $A^*$.

Ittay Weiss
  • 79,840
  • 7
  • 141
  • 236