Prove transitivity of relation.

3.9k Views Asked by At

Let $\sim$ be a relation where $x \sim y \Leftrightarrow x = y \lor (x \in I \land y \in I)$. Show $\sim$ is a congruence relation on $S$ where $S= \{a,b, c, d, e\}$ and $I = \{a, d\}$. One of the requirements to prove a congruence is to show that $\sim$ is transitive i.e. $x \sim y \land y \sim z \implies x \sim z$. However, I am unsure how to show this. I can show that $\sim$ is reflexive and symmetric but and unable to show transitivity. Any hints are appreciated.

1

There are 1 best solutions below

3
On BEST ANSWER

Suppose $x \sim y$ and $y \sim z$. Then by definition one of the following four cases must occur.

  1. $x = y$ and $y = z$ in which case $x = z \implies x \sim z$
  2. $(x \in I \land y \in I)$ and $(y \in I \land z \in I)$ in which case $(x \in I \land z \in I) \implies x \sim z$
  3. $x = y$ and $(y \in I \land z \in I)$ in which case it is clear that $(y = x \in I \land z \in I) \implies x \sim z$
  4. $(x \in I \land y \in I)$ and $y = z$ in which case as above $(x \in I \land y = z \in I) \implies x \sim z$

It follows that $x \sim y$ and $y \sim z \implies x \sim z$ and hence the relation is transitive. Since you have mentioned that you have no issue with proving the relation is reflexive and symmetric I will omit their proof.