I am trying to prove that $(a,b)^2=(a^2,b^2,ab)$ and was told that this follows from some very basic $\gcd$ laws. What am I not seeing?
2026-04-03 00:59:02.1775177942
On
On
Prove that $(a,b)^2=(a^2,b^2,ab)$
193 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Hint: for nonnegative integers $m,n$, can you see that $$ 2\min\{m,n\}=\min\{2m,2n,m+n\}? $$ (Just consider $m\leq n$; $n\leq m$ follows by symmetry.) Now apply prime factorizations.
0
On
Let $(a,b) = c$, then $a = cp, b = cq$ with $(p,q) = 1$. Thus: $(a^2,b^2,ab) = (c^2p^2, c^2q^2,c^2pq) = c^2(p^2,q^2,pq)$. We need to prove: $(p^2,q^2,pq) = 1$. We have: $(p^2,q^2,pq) = d \Rightarrow d \mid p^2, d\mid q^2 \Rightarrow d \mid (p^2,q^2) = 1$ since $(p,q) = 1 \Rightarrow d = 1$. Thus the problem is solved.
Note: They mentioned to you that use the basic facts about GCD. I think they wanted to talk about the property that: $ (p,q) = 1 \iff (p^2,q^2) = 1$.
Let $$ c=\gcd(a,b),\quad a=a_1c,\quad b=b_1c, $$ with $\gcd(a_1,b_1)=1$. Then $$ \gcd(a^2,ab,b^2)=\gcd(a_1^2c^2,b_1^2c^2,a_1b_1c^2)=c^2\gcd(a_1^2,b_1^2,a_1b_1). $$ Since $\gcd(a_1,b_1)=1$, it follows that $\gcd(a_1^2,b_1^2)=1$, and therefore
$$ \gcd(a^2,ab,b^2)=c^2=[\gcd(a,b)]^2. $$