I have a pretty dumb question. I know that if I have a pair $(a,b)$ that can take values in $\mathbb{R}$, I should write $(a,b) \in \mathbb{R}^2$. But what about if I have a set? I want $\{a,b,c\}$ to all take values in $[1,3] = \{1,2,3\}$. Do I write $\{a,b,c\} \in [1,3]^3$?
Somehow it seems odd to me.
Thanks