A relation on a set A is called an equivalence relation if it is reflexive, symmetric, and
transitive.
I. Reflexive: Let (x,y) be an ordered pair of integers, y=0.To show C is reflexive we must show ((x,y),(x,y))∈C. Multiplication of integers is commutative, so xy=yx. Thus ((x,y),(x,y))∈C.
II. Symmetric: Let (x,y)and (z,w) be ordered pairs of integers such that ((x,y),(z,w))∈C. Then yz=xw. This equation is equivalent to wx=zy, so ((z,w),(x,y))∈C. This shows C is symmetric.
III. Transitive: Let (x,y),(z,w), and (u,v) be ordered pairs of integers such that ((x,y),(z,w))∈C and ((z,w),(u,v))∈C. Then yz=xw and wu=zv. Thus, yzu=xwu and xwu=xzv, which implies yzu=xzv. Since z=0, we can cancel it from both sides of this equation to get yu=xv. This shows ((x,y),(u,v))∈C, and so C is transitive.
Since C is reflexive, symmetric, and transitive then C is an equivalence relation.
Comments