From the title I've stucked in this question for half an hour. Could anyone help me?
2026-04-01 16:27:07.1775060827
On
If $a$ and $b$ are relatively prime integers then prove that ($a$ ,$b^2$) =1
1.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Consider the prime factors of $a$ and those of $b$. The fact that $a$ and $b$ are relatively prime means that $a$ and $b$ have no common prime factors. But then $a$ and $b^2$ have no common prime factors either; that is, $a$ and $b^2$ are relatively prime. QED.
(We have used the observation that $b^2$ has the same prime factors as $b$, with each prime factor in $b^2$ repeated twice as many times as in $b$.)
We have $$ (a,b)=1 \iff ax+by=1 \text{ for some integer $x,y$} $$ Then $$ (ax+by)^2=1 \implies a(ax^2+2bxy)+b^2 y^2=1 \implies (a,b^2)=1. $$