Equivalence Classes in PxP for (1,2)

mamma_mia66
Messages
51
Reaction score
0

Homework Statement



On set PxP, define (m,n)\approx(p,q) if m*q=p*n
Show that \approx is an equivalence relation on PxP and list three elements in equivalence class for (1,2)



Homework Equations







The Attempt at a Solution


I will appreciate any help how to start this problem. I now I have to show R, S and T properties, but I am confused from the notation above m*q=p*n

do I have to start with listing some pairs like
(0,0) (0,1) (1,0) (0,2) (1,1) (2,0) (0,3) (1,2) (2,1) (3,0) ...
 
Physics news on Phys.org
For reflexive, show that (m, n) ~ (m, n) is true. For symmetric, show that if (m, n) ~ (p, q) then (p, q) ~ (m, n). Just check these explicitly to see if they work out.
 
How is that?

Reflexive: b/c m*n=m*n then (m,n)\approx(m,n)

Symmetric: if (m,n)\approx(p,q)

then m*q=p*n and p*n=m*q

=> (p,q)\approx(m,n)

Transitive: if (m,n) \approx(p,q) and (p,q)\approx(r,s)

then m*q=p*n and p*s=r*q

m/n=p/q and p/q=r/s

m/n=r/s

m*s=r*n

(m,n)\approx(r,s)

the three elements:
(1,2)= (3,6) (1,2)= (4,8) (1,2)= (5,10)
 
Looks fine to me.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top