A set cannot contain repeated elements so if a is a member of a group then
In regular notation, we would say that {x} = {x, x} = {x, x, x}, etc.
It's not that a set can't contain duplicate entries... it's that you aren't allowed to ask "how many copies" of something are in a set.
Here's an example of something quite similar. The image (sometimes called the range) of a real function f, is the set
[tex]\{f(x) | x \in R\}[/tex]
Let f be the sine function. The image is then [tex]\{sin(x) | x \in R\}[/tex].
Notice that this means that [tex]sin(0), sin(\pi), sin(2\pi), sin(3\pi)[/tex], etc, are all in the image. But they are all 0! Does that mean that the image isn't a set, since 0 is in there many times? Not a bit. But the extra entries are redundant in this particular case.
Another way to make this clearer is to think of the notation [tex]X = \{x_1, x_2, ...\}[/tex] as a shorthand for
[tex]x_1 \in X, x_2 \in X, ...[/tex]