$$\mathcal{S} = \{1, 2, ..., k\};\, k \in \mathbb{N}$$,
Let's say $k = 1$, would the set $\mathcal{S}$ be $\{1, 2, 1\} = \{1, 2\}$ or would it be $\{1,1\} = \{1\}$.
In other words, I know that the 1, 2 is there in the definition to establish that you start at 1 and go up to $k$ by increments of 1. Is the 2 there only to establish this fact, or does its presence mean it must be in any set $\mathcal{S}$?
In this context, the $2$ is only suggestive of the pattern. It's not in the set if $k < 2$.
A more precise version of $\{1,2,...,k\}$ would be $\{x \in \mathbb{Z}\mid 1 \le x \le k\}$.