Lets define set $G$: $$G = \{ 1,2, \dots,n \space | \space n \in \mathbb{N} \} \text{ and }\mathbb{N} \rightarrow \mathbb{R}_+$$
What is the algebraic notation to build set $Y$ by picking randomly 20 elements from $G$, without replacement ? $$Y = \{?\}$$
You can write this as $$Y \subseteq G \space \text{ with }\space \#Y=20 \space \text{($\#$ stands for cardinality).}$$
If you want to use this for a proof, it satisfies to write for example
$$Y \subseteq G \space \text{ with }\space \#Y=20$$ and $\forall n \in Y$ chosen arbitrarily. This notes that the values are chosen randomly. I hoped this helped you out.