Name for the set of n-tuples of elements of some set

54 Views Asked by At

Is there a name/notation for the set of n-tuples of elements of some set? Like $S_n$ for permutations, but with replacement.

1

There are 1 best solutions below

2
On BEST ANSWER

Typically, $S^n = S \times S \times \cdots \times S = \{(s_1,s_2,\ldots,s_n) : s_j \in S \mbox{ for } 1 \le j \le n\}$.

Is that what you mean?