I'd like to know the syntax for describing a number of elements in a set, and that each of them are distinct. e.g.
{$x,y,z$} $\in A$
I would like to know how I can succinctly express the following, without having to write it out as such:
$ x \neq y \;\;\;\; x \neq z \;\;\;\; y \neq z$

