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
42
votes
14 answers

Why do we care about equivalence relations?

I understand that equivalence relations can group elements of a set to a class that share similar properties. I think it's really cool that we can partition a set using equivalence relations. I'm also someone who doesn't do math for its applications…
Qi Zhu
  • 7,999
40
votes
2 answers

Definition of "quotient set"

I searched and searched about quotient set and cannot figure out what it is. At the beginning, I thought it was the same as partitions, but now I'm confused. Can someone show some examples and explain?
PlayMa256
  • 711
16
votes
6 answers

Determine the number of equivalence relations on the set {1, 2, 3, 4}

this was a question listed on my last "proofs and conjectures" midterm. It is similar to my previous post however this asks a different question which is throwing me off. What is the number of equivalence relations on the set $\{1, 2, 3,…
14
votes
1 answer

What is the empty relation?

I was reading the Wikipedia article on equivalence relations and one section says that "the empty relation $R$ on a non-empty set $X$ is vacuosly symmetric and transitive but not reflexive." What is the empty relation? And what is vacuosly…
Gabu
  • 307
8
votes
1 answer

Is "have the same cardinality" a equivalence relation?

A relation is a subset of the Cartesian product of two sets, if "have the same cardinality", denoted as $R$, is a relation, then there must exist set $A, B$, such that $R \subset A \times B$. What are $A, B$ then? They cannot be "set of all sets",…
Not an ID
  • 877
7
votes
5 answers

Trouble understanding equivalence relations and equivalence classes

I've read up a bit on equivalence relations and equivalence classes, but I'm a bit unsure on the whole concept. From what I've read and equivalence relation, ~, between two mathematical objects $a$ and $b$ is a binary operation satisfying…
Will
  • 3,265
5
votes
1 answer

Prove $x^2 + 2y^2 \neq 805, x,y\in\mathbb{Z}$, using equivalence classes modulo 5

Prove $x^2 + 2y^2 \neq 805, x,y\in\mathbb{Z}$. We did this in class and, for the life of me, I cannot remember how to finish the problem. It starts out by taking all of the values to be $\mod5$. So, $[x^2]_5 + 2[y^2]_5 \neq [805]_5 \neq…
Logan
  • 359
4
votes
2 answers

Equivalence relation confusion

Why is $\{(x,y)\mid x-y\text{ is a rational number}\}$ an equivalence relation and and why are $\{(x,y)\mid x-y\text{ is a irrational number}\}$ and $\{(x,y)\mid x+y\text{ is an integer}\}$ not?
test
  • 41
4
votes
1 answer

Describe the equivalence classes for each equivalence relation

Let ~ be an equivalence relation on $\mathbb R^2$ such that $\left( x_1, y_1 \right)$ ~ $\left(x_2, y_2 \right)$ iff $y_1=y_2$. Let ~ be an equivalence relation on $\mathbb R^2$ such that $\left(x_1, y_1 \right)$ ~ $\left(x_2, y_2 \right)$ iff…
J. Dunivin
  • 3,103
3
votes
1 answer

Equivalence relations and their class

I am trying to figure out how to prove that an equivalence relation of the relation x~y defined on Z <=> x-y is a multiple of 3. My attempt was: 1) Reflexive: x = x => x ~ x 2) Symmetric: x ~ y => x - y => - y + x => y ~ x 3) Transitive: ... <---…
3
votes
1 answer

An empty relation on a non-empty set -- can it be an equivalence relation?

Given a non-empty set, A, and an empty relation, R, on that set A, can it be the case that the relation R is an equivalence class? Transitivity. (a,b) in R, (b,c) in R ===> (c,a) in R. This is trivially true because there is no a, b, c, in R, so the…
compguy24
  • 421
3
votes
1 answer

Closure of equivalence relations

Show that the transitive closure of the symmetric closure of the reflexive closure of a relation R is the smallest equivalence relation that contains R. I can understand the statement intuitively but can't come up with a mathematical proof
3
votes
2 answers

Proof of Equivalence relation ~ on $\mathbb{Z}\times\mathbb{Z}$ such that $(a,b)$~$(c,d)$ when $a+b=c+d$

Define a relation ~ on $\mathbb{Z}\times\mathbb{Z}$ such that $(a,b)$~$(c,d)$ when $a+b=c+d$. To prove ~ is an equivalence relation, I need to prove reflexive, symmetric, transitive, right? For the reflexive, $(a,a)$~$(a,a)$, that is $a+a=a+a$. For…
Wes
  • 497
3
votes
1 answer

Trying to determine if this relation is reflexive, symmetric, antisymmetric and transitive

Let A be the set of all people who have ever lived. For x, y ∈ A, xRy if and only if x and y were born at least 30 days apart I want to determine whether the relation xRy is reflexive, transitive, antisymmetric, and/or symmetric so I can go on to…
3
votes
2 answers

Let $|A| = n \geq 2$ a set. How many equivalence relations are there on $A$ that have two equivalence classes?

Let $|A| = n \geq 2$ a set. How many equivalence relations are there on $A$ that have two equivalence classes? Note the answer is in this post. My problem is I don't fully understand it. Can someone give a concrete example with say a set $3 = n =…
user10101
  • 473
1
2 3
23 24