On an integral domain, with $(m,n)=1$, $a^m = b^m$ and $a^n = b^n$ implies $a=b$.

1.7k Views Asked by At

An exercise says: Let $R$ be an integral domain, let $m,n\in\mathbb{Z}$ such that $(m,n)=1$, then prove that $a^m = b^m$ and $a^n = b^n$ implies that $a=b$.

I managed to prove it, but without using the fact that we are working on an integral domain:

Because $(m,n)=1$, there exists $r,s\in\mathbb{Z}$ such that $1 = mr + ns$. Now: $$a = a^1 = a^{mr+ns} = (a^{m})^r(a^n)^s = (b^m)^r(b^n)^s = b^{mr+ns} = b^1 = b $$ Q.E.D.

What's faulty with this argument?, there's another version which would use said hypothesis (taking into account that $(a-b)\mid a^n - b^n$ for every $n\in\mathbb{N}-\{0,1\}$)

2

There are 2 best solutions below

1
On BEST ANSWER

In a general ring, $a^{mr+ns} = (a^m)^r(a^n)^s$ does not hold unless $m, r, n$ and $s$ are non-negative: if any of them is negative, then that formula is only valid if $a$ is invertible. If $R$ is an integral domain, then your argument works in the field of fractions of $R$ and gives the result you want.

0
On

The fault is that you cannot use negative exponents, but this is easily fixed.

As noted, there exist $r,s\in\mathbb{Z}$ such that $1 = mr + ns$. Since $m$ and $n$ are positive, exactly one of $r$ or $s$ is negative. WLOG, let $r$ be negative. Then $1+mu=nv$ with $u=-r$ and $v=s$, and now both $u$ and $v$ are positive.

Then $$ a\cdot a^{mu}=a^{nv}=(a^n)^v=(b^n)^v=b^{nv}=b\cdot b^{mu} $$ Since $a^m=b^m$, we can cancel $a^{mu}$ on the left and $b^{mu}$ on the right, because we are in a domain. This gives $a=b$.