It looks like you're new here. If you want to get involved, click one of these buttons!
You want something simple like defining a set.
$$ \tag{correct} \textbf{A} = \{a, b, c, \cdots d\} $$ ...but the '{' are getting dropped...
$$ \tag{dropped} \textbf{A} = {a, b, c, \cdots d} $$
Comments
Even better would be to use
\lbrace
andrbrace
, since they always work properly,$$ \tag{more correct} \textbf{A} = \lbrace a, b, c, \cdots d \rbrace , $$
Even better would be to use `\lbrace` and `rbrace`, since they always work properly, $$ \tag{more correct} \textbf{A} = \lbrace a, b, c, \cdots d \rbrace , $$