There is a relation $\sim$ on $\mathbb{Z}\times\mathbb{Z}$ such that $(a,b)\sim(c,d)$ when $a+b=c+d$. Let $R={[(a,b)]:(a,b)\in\mathbb{Z}\times\mathbb{Z}}$ (i.e $R$ is the set of all equivalence classes of $\mathbb{Z}\times\mathbb{Z}$ under the equivalence relation $\sim$). Is $[(x,y)]*[(w,z)]=[(x+w,y+z)]$ well defined? ----After several examples, I think it is well defined. $[(2,3)]*[(4,5)]=[(6,8)]$, $[(1,4)]*[(2,7)]=[(3,11)]$ and $(6,8)\sim(3,11)$... But I am not sure how to prove it in a general way. Please help!
2026-04-06 21:23:01.1775510581
Prove operation on binary relation
82 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You have to prove that for any $a,b,c,d,e,f,g,h$ such that $(a,b)\sim(c,d)$ and $(e,f)\sim(g,h)$ then $(a,b)*(e,f)\sim(c,d)*(g,h)$.