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.
2026-04-01 22:34:17.1775082857
On
Prove that R is an equivalence relation.
790 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
If you can find a function $f$ such that $f(a,b) = f(c,d)$ iff $(a,b)R(c,d)$ then you can show that $R$ is an equivalence relation (because, in some sense, you have reduced to the problem to a known equivalence relation $=$).
The equivalence relation in the question suggests a fairly straightforward $f$.
$a+b=b+a\implies (a,b)$R$(a,b)$
$a+d=b+c\implies c+b=d+a$ $\implies (c,d)$R$(a,b)$
$a+d=b+c$ and $c+f=d+e$ $ \implies a+d+c+f=b+c+d+e$
$\implies a+f=b+e\implies$ $(a,b)$R$(e,f)$.