Suppose have data X= {x1, x2,…,xn } . Have a CI ={ C1,…,CK,CK+1 } , where { C1,…,CK,CK+1 } represent K+1 classes/clusters
How write xi and xj belong to same class? Attempt CI (xi) = CI (xj)
How about xi and xj do not belong to the same class? Attempt CI (xi) ≠ CI (xj)
For $x_i$ and $x_j$ in the same class you could write $\exists C_l \in C_I$ such that $x_i,x_j \in C_l$ for some $$1\leq l \leq K+1.$$
Similarly, for $x_i$ and $x_j$ in a different class $\nexists C_l \in C_I$ such that $x_i,x_j \in C_l$ for some $$1\leq l \leq K+1.$$
If the classes in $C_I$ are not mutually disjoint, then $C_I(x_i) = C_I(x_j)$ is ambiguous as there may be some classes that contain $x_i$ and $x_j$ and some that contain just one of these elements. It is less ambiguous to say there exists a class where both of elements are contained in it.
Bear in mind notation is not universal and you can even use words instead if you’d like!