What is the standard notation for a set of equivalence relations? Specifically, I have a pair of objects, call them $x$ and $y$ and I denote the ordered pair as $\left(x,y\right)$. I have a set of equivalence relations such as:
$\left(x,y\right) \sim \left(x^{-1},y\right) \sim \left(x,y^{-1}\right) \sim \left(y^{-1},x^{-1}\right)$
I would like to write this compactly, but I'm unsure of what the standard notation would be. Is the following appropriate?
$\left\{\left(x,y\right),\left(x^{-1},y\right),\left(x,y^{-1}\right),\left(y^{-1},x^{-1}\right)\right\}$
You can represent an equivalence class by using a representative from the class, and denoting the entire class by, say, $[(a, b)]$: this represents the set of all ordered pairs $(x, y)$ such that $(x, y) \sim (a, b)$.
So, for a given equivalence relation denoted by $\sim$: one of its equivalence classes can be denoted: $$[(a, b)] = \{(x, y)\mid (x, y) \sim (a, b)\}$$
If there are many equivalence classes determined by an equivalence relation, and you want to denote the set of equivalence classes, you can list the equivalence classes as elements of a set:
If you are asking how to denote a set of different equivalence relations, where the elements of the set are relations, I'm not aware of the standard notation. (That's not to say it doesn't exist.)