Questions tagged [equivalence-relations]

For questions about relations that are reflexive, symmetric, and transitive. These are relations that model a sense of "equality" between elements of a set. Consider also using the (relation) tag.

An equivalence relation is a particular kind of relation that models a notion of "equality" between elements of a set. A relation $R$ on a set $X$ will be an equivalence relation if it satisfies the following properties:

  • Reflexive – For each $a \in X$, we have $a \mathrel{R} a$.
  • Symmetric – For any $a,b \in X$, $a \mathrel{R} b$ if and only if $b \mathrel{R} a$
  • Transitive – For any $a,b,c \in X$, if $a \mathrel{R} b$ and $b \mathrel{R} c$, then $a \mathrel{R} c$.

Commonly the symbols $\equiv$ or $\cong$ or $\simeq$ or $=$ are used for equivalence relations instead of the letter $R$. Here are some examples of equivalence relations:

  • On the set $\mathbf{Z}$ of integers define the relation $\equiv_{37}$ on $\mathbf{Z}\times \mathbf{Z}$ by saying $a\equiv_{37} b$ if both $a$ and $b$ give the same remainder when divided by $37$. If $a \equiv_{37} b$ we say that $a$ and $b$ are congruent modulo $37$.

  • Let $T$ be the set of all triangles in the plane. An example of an equivalence relation on $T$ is the relation of two triangles being congruent.

3120 questions
-2
votes
2 answers

Prove that R is an equivalence relation.

Let $A$ be the set of integer ordered pairs. Define relation $R$ on $A$ by $(a,b)R(c,d)$ $\iff$ $a+d = b+c$. Prove that $R$ is an equivalence relation.
-2
votes
1 answer

Show that R is an equivalence relations?

If we define R in Z × (N − {0}) such that (r, s)R(w, z) if and only if ws = zr. how do I demonstrate R is a equivalence relation?
-2
votes
2 answers

Prove or disprove this is an equivalence relation

Let $R$ be a relation defined on the set $\Bbb N$ by $a R b$ if either $a|2b$ or $b|2a$. Prove or disprove: $R$ is an equivalence relation. I able to prove reflexive and symmetric. I understand that this is not an equivalence relation I was just…
bella
  • 121
-2
votes
3 answers

When can we modify $a \propto \ b$ adding $\delta $?

This is a general, theoretical question about formalization of concepts, it is difficult for me to explain it adequately, please, if I fail, tell me in a comment what is not clear or feel free to edit it. Maths can be applied to different…
user168605
-3
votes
2 answers

Reflexivity of equivalence relations

Can someone give me an example for this question on reflexivity please. How is this reflexive? Can you show an example with numbers from the set? Question 6 Let $X = \{0,1,2,3,\dotsc, 9\}$. Define a relation $\mathcal R$ from $X$ by "$x$ is…
Sanone
  • 61
-4
votes
1 answer

Let $S = \{1, 2, 3\}$. Select all those that give equivalence relations on $S$.

Q: Let $S = \{1, 2, 3\}$. Each of the following subsets of $S \times S$ gives a relation on $S$. Select all those that give equivalence relations on $S$. a) $\{(1, 1),(1, 2),(2, 1),(2, 2),(3, 2),(3, 3)\}$ (b) $\{(1, 1)\}$ (c) $\{(1, 1),(1, 2),(1,…
Jane
  • 81
-4
votes
2 answers

Can someone help me with this question please

A relation $M$ is defined on the set $\mathbb{Z}$ by “$(a,b)\in M$,if $a – b$ is divisible by $5$” for $a, b\in\mathbb{Z}$. i. Examine if $M$ is an equivalence relation on $\mathbb{Z}$. Not sure if this is the correct way to answer the question,…
1 2 3
23
24