0
$\begingroup$

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 Answers 1

3

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?

  • 1
    This is often referred to as a Cartesian product (or, in this case, $n-1$ such products).2017-02-27
  • 0
    Yes, this was it. I derped hard, thanks for the help.2017-02-27