Let $A$ be a non-empty set, and let $R$ be a relation on $A$. Define the minimal equivalence relation on $A$ containing $R$ to be the intersection of all equivalence relations on $A$ that contain $R$.
I understood this definition, but I’m not quite sure of how it works. Can someone provide some examples of a set $A$, a relation $R$ on $A$ and the minimal equivalence relation on $A$ containing $R$? So I can get to know how this works. Any example is welcome.
Thank you in advance!
Example 1: $A=\Bbb Z$, and $R=\{(m,m+1)\colon m\in \Bbb Z\}$, or in other words $mRn$ if and only if $n=m+1$. Then the minimal equivalence relation on $A$ containining $R$ is the universal equivalence relation $\{(m,n)\colon m,n\in\Bbb Z\}$, where every integer is related to every other integer.
Example 2: $A=\Bbb Z$, and $R=\{(m,m+2)\colon m\in \Bbb Z\}$, or in other words $mRn$ if and only if $n=m+2$. Then the minimal equivalence relation on $A$ containining $R$ is the equivalence relation where $m$ is related to $n$ if and only if $m$ and $n$ have the same parity.
Example 3: $A$ is any set and $R$ is any equivalence relation. Then the minimal equivalence relation containing $R$ is $R$ itself.
Example 4: $A$ is any set, and $R=\emptyset$ is the empty relation, where nothing is related to anything else. Then the minimal equivalence relation contining $R$ is the equality relation $\{(x,x)\colon x\in A\}$, where $x$ is related to $y$ if and only if $x=y$.