I have a notation question. Say I have the following:
$S = \{a_{1}, \ldots, a_{n}\}$ a finite list of integers (order matters).
What I really want is to express that now I pick only $K$ elements, in any order.
So, I came up with this idea $S' = \{a_{i_1}, \ldots, a_{i_k}\}$ where $i$ ranges from 1 to $n$. Is it somehow correct?
Thanks in advance!