the elements of Z2is 0 and 1 let denote it by 0Z2 and 1Z2.
the elements of Z3is 0, 1 and 2 let denote it by 0Z3, 1Z3.,2Z3
a) elements of Z2⊕ Z3 are the pairs
(0Z2 ,0Z3), (0Z2 , 1Z3), (0Z2 , 2Z3),(1Z2 , 0Z3), (1Z2 , 1Z3), (1Z2, 2Z3)
elements of Z3⊕ Z2 are the pairs
(0Z3 ,0Z2), (0Z3 , 1Z2), (1Z3 , 0Z2),(1Z3 , 1Z2), (2Z3 , 0Z2), (2Z3, 1Z2)
b) this rings are isomorphic because we can show function
f: Z2⊕ Z3 -->
Z3⊕ Z2 that permute coordinates
for x from Z2and y from Z3 f((x,y))=(y,x).
this function is a injection and surjection and it preserve operations:
for x,z from Z2and y,t from Z3
f((x,y)+(z,t))=f((x+z,y+t))=(y+t,x+z)=(y,x)+(t,z)=f((x,y))+f((z,t)).
f((x,y)*(z,t))=f((x*z,y*t))=(y*t,x*z)=(y,x)*(t,z)=f((x,y))*f((z,t))
So we have that rings isomorphic
Comments
Leave a comment