Tuesday, January 1, 2019

abstract algebra - How can I show that in a UFD operatornamegcd(ra,rb)simroperatornamegcd(a,b)?


Let R be a UFD. Let r,a,bR. Then how can I show that gcd(ra,rb)rgcd(a,b)?




If gcd(a,b)=d and gcd(ra,rb)=d.Then d|a and d|b rd|ra and rd|rb i.e. rd becomes a common divisor of ra and rb. Hence we must have rd|d. But I fail to show the converse part i.e. d|rd.




How can I show this? Please help me.



Thank you in advance.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...