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
1
vote
2 answers

Does there exist $a \in \mathbb Z$ such that $a^2 = 5,158, 232,468,953,153$?

Does there exist $a \in \mathbb Z$ such that $a^2 = 5,158, 232,468,953,153$? Use the work from part a to justify the answer. So in part a, I had to prove: For each $[a] \in \mathbb Z_5 ,$ if $[a] \neq [0] $, then $[a]^2 = [1]$ or $[a]^2=[4]$.…
Claire
  • 167
1
vote
3 answers

Simple question about relations

Yea, I hate myself when I ask this question. But I got a question below: Consider the following relations on the set $\{a, b, c\}$. Which of the relations are equivalence relations? It's from a multiple choice. One of the correct answers is: $\{(a,…
1
vote
4 answers

Equivalence relation of complex x,y, where rx = y

I came up with an exercise telling to check if a relation is an equivalence relation. I would appreciate help with determining if my thoughts are correct. The relation is: $$\forall (x,y) \in \mathbb{C}(xRy \iff \exists r \in \mathbb{R} - \{0\}:…
Sqoshu
  • 209
1
vote
2 answers

Sets and relation

An equivalence relation is defined as{(1,1) (2,2) (3,3) (4,4) (5,5) (1,2) (2,1) (2,3) (3,2)} [1]={1,2} [2]={2,1,3} Clearly [1] is not equal to[2] but they have intersection as 2 is common in both.How it is possible?
1
vote
3 answers

Determining equivalence class of relations

Let $R$ be the relation on the set of ordered pairs of positive integers such that $ (a,b)R(c,d)$ if and only if $ad=bc $ Find the equivalence class of $(2,3) $ So what I need to do is find matching pairs for (a,b) s.t. (a,b)R(3,4) right? How to…
emil
  • 1,310
1
vote
1 answer

Equivalence Relations fixed on A with specific properties

Fix a natural number $n$ and let $A=\{1,2,...,n\}$ a. Is there an equivalence relation $~$ on $A$ with the property that if $k\mid l$, then $k\sim l$? If so, how many such relations? b. Is there an equivalence relation $~$ on $A$ with the property…
1
vote
1 answer

An equivalence relation T on $\mathbb{N}$ is defined for all $x,y\in\mathbb{N}$ by

An equivalence relation T on $\mathbb{N}$ is defined for all $x,y\in\mathbb{N}$ by $$xRy \to x=2^ny\;\;\;\text{or}\;\;\; y=2^nx \;\;\; \text{for some non-nagtive integer}\;\;\; n$$ Write down the equivalence class [1] using any set notation. MMy…
Yellow Skies
  • 1,710
1
vote
1 answer

Let a relation on $\mathbb{Z}$, check if that is a equivalence relation on $\mathbb{Z}$ and write the equivalence class of $0$

I have this exercise: $$\mathcal{R} = \left \{ (a,b) \in \mathbb{Z} \times \mathbb{Z} \quad \mbox{ such that } \quad 15 \mid 4b + 11a\right \}$$ i.e. $a \mathcal{R} b \iff 15 \mid 4b + 11a$. i) Check if $\mathcal{R}$ is a equivalence relation on…
JB-Franco
  • 852
1
vote
2 answers

Determine the equivalence classes of an equivalence relation R.

Let $\mathbf{R}$ be the relation on $Z \times (Z \setminus \{0\})$ given by $m \mathrel{\mathbf{R}} n$ iff $m - n =2k$ for some $k \in\mathbb Z$. I have proven that this is indeed an equivalence relation by meeting the three required properties, yet…
1
vote
2 answers

Proving a set is a partition

Prove that $$S=\{I_0,I_1,I_2,I_3,I_4\}$$ is a partition of $\mathbb{Z}$. Where $$I_k=\{x \in \mathbb{Z}:x\text{ has remainder $k$ when divided by $5$}\}$$ I"m not sure how to approach this I remember a partition also forms an equivalence relation…
HighSchool15
  • 2,061
  • 14
  • 35
1
vote
1 answer

Equivalence relations on a set

I am to find how many equivalence relations are there on a set $\left\{1, 2, 3\right\}$. How it can be counted? I will appreciate a step by step solution because I'm new to set theory. Thanks!
Hendrra
  • 2,868
  • 1
  • 18
  • 35
1
vote
0 answers

Equivalence relation - function

Put a relation on $C[0,1]$ by $f\sim g$ if $f(k/10)=g(k/10)$ for $k$ with $0\le k \le10$ I have shown that this is an equivalence relation, but I have no idea what are the equivalence classes. It requires me to prove together with addition of eq…
1
vote
1 answer

A set $A$ is given and a relation $R$ is defined on $A$. Determine whether each is an equivalence relation. Be sure to prove your answer.

Given $A=(x\in \Bbb R :x>0)$, we define $xRy \iff y/2 \leq x \leq 2y.$ Okay, there isn't any $x$ that satisfy this, but which equivalence relation is this? I think it's symmetric, but how do I prove it?
George S
  • 359
1
vote
2 answers

Drawing equivalence classes

Define two point $(a, b)$ and $(c, d)$ to be equal if and only if $b^2+a^2=d^2+c^2$. The task at hand was to prove this an equivalence relation, and to describe and sketch its equivalence classes. I am a poor spatial thinker so I'm struggling to…
1
vote
1 answer

Equivalence class over a set of natural numbers with conditions

My discrete math class has this problem: we need to find the equivalence classes for the equivalence relation over the set of $\mathcal{N}$ onto $\mathcal{N}$ defined as follows: $$xRy \iff (x-3.3)(y-3.6)>0$$ I thought that there's only 1 class:…
Yos
  • 2,663