Set Theory – Notation for Unordered Product of Sets

elementary-set-theorynotation

Frequently, when referring to the edges of an undirected graph $G=(V,E)$, I want to write that $E \subset V \times V$, which isn't correct since the Cartesian product is ordered and the edges are not.

This motivates my question: is there a common notation for a product of sets $A$ and $B$ defined by $\{ \{a,b\} ~|~ a \in A ,~ b \in B \}$?

Best Answer

I use $E \subseteq \binom{V}{2}$. Although, I have seen it used elsewhere, it's probably not a standard notation.