12

If $a$ and $b$ are two relatively prime positive integers such that $ab$ is a square, then $a$ and $b$ are squares.

I need to prove this statement, so I would like someone to critique my proof. Thanks

Since $ab$ is a square, the exponent of every prime in the prime factorization of $ab$ must be even. Since $a$ and $b$ are coprime, they share no prime factors. Therefore, the exponent of every prime in the factorization of $a$ (and $b$) are even, which means $a$ and $b$ are squares.

user59298
  • 277
  • Same problem at https://math.stackexchange.com/questions/3078500/prove-that-if-ab-is-a-perfect-square-and-gcda-b-1-then-a-and-b-are-pe?rq=1 , and moreover, almost the same proof to be verified here! – darij grinberg Oct 31 '19 at 20:45

3 Answers3

8

Its clear you understand what's going on, but it might help you communicate it more precisely if you use symbols. For example if $a$ has prime factorization $$a = p_1^{l_1} \cdot p_2^{l_2} \cdot \ldots \cdot p_n^{l_n}$$ and $b$ has prime factorization $$b = q_1^{k_1} \cdot q_2^{k_2} \cdot \ldots \cdot q_m^{k_m}$$ then $ab$ has prime factorization $$ab = p_1^{l_1} \cdot p_2^{l_2} \cdot \ldots \cdot p_n^{l_n} \cdot q_1^{k_1} \cdot q_2^{k_2} \cdot \ldots \cdot q_m^{k_m}.$$ There can be no $p_i = q_j$ because $a$ and $b$ are coprime.

Because $ab$ is square, all of the $l_i$ and $k_i$ are even, completing the proof.

Paul Orland
  • 6,888
  • 1
    It's worth explicit emphasis that the above proof depends crucially on uniqueness of prime factorizations (not only existence). Do you see where? In rings without such it may fail spectacularly, e.g. one can even have $, pq = r^2$ for $p,q$ coprime "primes" (i.e. irreducibles). – Math Gems Jan 23 '13 at 01:23
6

Yes, it suffices to examine the parity of exponents of primes. Alternatively, and more generally, we can use gcds to explicitly show $\rm\,a,b\,$ are squares. Writing $\,\rm(m,n,\ldots)\,$ for $\rm\, \gcd(m,n,\ldots)\,$ we have

Theorem $\rm\ \ \color{#C00}{c^2 = ab}\, \Rightarrow\ a = (a,c)^2,\ b = (b,c)^2\: $ if $\rm\ \color{#0A0}{(a,b,c)} = 1\ $ and $\rm\:a,b,c\in \mathbb N$

Proof $\rm\ \ \ \ (a,c)^2 = (a^2,\color{#C00}{c^2},ac)\, =\, (a^2,\color{#C00}{ab},ac)\,=\, a\,\color{#0A0}{(a,b,c)} = a.\, $ Similarly $\rm \,(b,c)^2 = b.$

Yours is the special case $\rm\:(a,b) = 1\ (\Rightarrow\ (a,b,c) = 1)$. The above proof uses only universal gcd laws (associative, commutative, distributive), so it generalizes to any gcd domain/monoid (where, generally, prime factorizations need not exist, but gcds do exist).

Bill Dubuque
  • 272,048
Math Gems
  • 19,574
0

The conclusion you drew from $a$ and $b$ being coprime is not true:

"Since a and b are coprime, they share no prime factors. Therefore, the exponent of every prime in the factorization of a (and b) are even"

For example $6$ and $5$ are relatively prime, and none of their exponents are even.

Here is a valid proof using some of your reasoning,

Consider the exponents of the primes in the factorization of both $a$ and $b$, since $a$ and $b$ share no common prime factors, their product will not change the value of their original exponents, therefore the only way for all the exponents to be divisible by 2, is if they were originally divisible by 2, which implies they are both squares.

Eric
  • 938
Ethan Splaver
  • 10,613
  • 2
    My assertion that "the exponent of every prime in the factorization of a (and b) are even" rests on the fact that a, b are coprime and ab is a square. What more justification do I need? – user59298 Jan 23 '13 at 00:57
  • The co-primality of $a$ and $b$ doesn't effect the parity of the exponents appearing in the factorization of $a$ and $b$ – Ethan Splaver Jan 23 '13 at 01:00
  • 1
    The co-primality of a and b is part of the reason (along with ab being a square) why the parity of the exponents appearing in the factorization of a and b are even. – user59298 Jan 23 '13 at 01:07
  • 3
    When I write "therefore", that means what follows is a consequence of everything I know up to that point, not necessarily limited to the preceding sentence. Sorry if I wasn't clear. – user59298 Jan 23 '13 at 01:19