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
0
votes
2 answers

Equivalence Relations assistance needed

I am having trouble finding an equivalence relation, $R$, on the set $\{1,2,3,4\}$. I am given that $(1,1), (1,2), (2,3) \in R$ but $R\ne A \times A$. I'm not necessarly looking for the answer just what method one would take? Thanks!
Adam
  • 1
0
votes
1 answer

Is Single-member relation an equivalence

Single-member relation is an equivalence. For example the relation R={(1,1)}. Is R equivalence relation on a set? Thanks.
0
votes
1 answer

Operation on equivalence classes

Let $p(x)=ax^2+bx+c, q(x)=dx^2+ex+f$ and $n\in\mathbb{z}$. Okay, I need to define the following opertations on $\mathbb{Z_n}$. (1) $[r]_n\bigoplus[s]_n=[p(r)+q(s)]_n$ (2) $[r]_n\bigodot[s]_n=[p(r)q(s)]_n$ And determine whether or not…
Wes
  • 497
0
votes
3 answers

Prove $(x, y)R(s, t)$ iff $2(x - s) = (y - t)$ defines an equivalence relation

Define the relation $R$ on the set of all ordered pairs of real numbers as follows: $(x, y)R(s, t)$ iff $2(x - s) = (y - t)$. Prove that $R$ is an equivalence relation. Find the equivalence class of the point (1, 1). The only ideas I know of how…
Don Larynx
  • 4,703
0
votes
1 answer

How I can construct the quotient group?

The motivation to this question can be found in: How I can define an equivalence relation? My question is: How I can construct the quotient group related to the equivalence relation defined by copper.hat in the second comment?
DER
  • 3,011
0
votes
1 answer

How to prove that this relation R is transitive?

Consider the following relation R on the set $W =\{0,1\}^{16}.$ For every two sequences $a = (a_1, \ldots,a_{16})$ and $b = (b_1,\ldots,b_{16})$ from $W$, we have $R(a,b)$ if and only if $b = (a_k,\ldots ,a_{16},a_1, \ldots,a_{k−1})$ for some $k \in…
ark
  • 1
0
votes
1 answer

How do i prove that this is a equivalence relation

Let $R = \{(x, xe^n) : x \in \Bbb R,n \in \Bbb Z\}$. Prove that $R$ is an equivalence relation on the set of real numbers. Edit: Sorry this is my first time. I am aware that in order to prove that it is an equivalence relation, I need to prove that…
0
votes
1 answer

Proving properties of relations on a power set.

Take $R$ to be the relation defined on $P(\{1, . . . , 100\})$ by $A \sim B$ if and only if $|A \cap B|$ is even. Firstly, am I right to think that for example, $|\{0\}\cap \{1\}| = |\{1\}| = 1$. And I'm not too sure how to prove the properties,…
0
votes
0 answers

Equivalence relations, possible typo in textbook answer

9.78. Let $R_1$ and $R_2$ be equivalence relations on a nonempty set A. Prove or disprove the following: If $R_1$ ∩ $R_2$ is symmetric, then so are $R_1$ and $R_2$. The statement is false. Let A = {1, 2, 3} and suppose that $R_1$ = {(1, 2),(2,…
John Doe
  • 502
0
votes
3 answers

Proof That The Result of This Function is An Even Number?

I feel like the solution should be obvious, but I can't figure out how to formally prove it. I have a relation of $(a,b)$ pairs such that $3a - b^2$ is an even integer. I want to know if for an $(a,a)$ pair (ie. two of the same number), the result…
0
votes
0 answers

Equivalence Relation Question - Type

Consider the relation $R = \{(x, x) : x \in \mathbb{Z}\}$ on $\mathbb{Z}$. Is $R$ reflexive? Symmetric? Transitive? If a property does not hold, say why. What familiar relation is this? I think all of these properties are satisfied so it's an…
user1071088
0
votes
1 answer

Equivalence relation defined on multi-indices (equality patterns).

I'm trying to understand the following things. Let $\{1, \dots , n\}:=[n]$ and consider multi-indices $\textbf{a,b} \in [n]^l$ for some integer $l$. Let's define an equivalence relation $\textbf{a}\sim \textbf{b} \Leftrightarrow \textbf{a}_i =…
James Arten
  • 1,953
  • 1
  • 8
  • 20
0
votes
2 answers

Equivalence relation and partition of set

Suppose that $X$ is some set and $\sim$ is an equivalence relation on $X$ and $X\neq \varnothing$. For each $x\in X$ define $$R(x):=\{y\in X: y\sim x\}$$ an equivalence class of $x$. One can show that if $R(x_1)\cap R(x_2)\neq \varnothing$ then…
RFZ
  • 16,814
0
votes
0 answers

Equivalence relation with non-disjoint equivalence classes!

Consider the following relation $\mathfrak{R}$: in a plane $\pi$, fixed a point $O$, for every pair of points $A$ and $B$, we say that $A \mathfrak{R} B$ if and only if $A,B,O$ are collinear. Is $\mathfrak{R}$ an equivalence relation? If yes, find…
0
votes
3 answers

Equivalence relation help

If $|A| = 30$ and the equivalence relation $R$ on $A$ partitions $A$ into (disjoint) equivalence classes $A_1$, $A_2$, and $A_3$, where $|A_1| = |A_2| = |A_3|$, then what is $|R|$?