I am trying to prove this:
n, a and b are positive integers. If b2 is the largest square
divisor of n and a2∣n, then a∣b.
I want to prove this by contradiction, and I don't want to go via the fundamental theorem of arithmetic to do the contradiction. Can I prove this purely from properties of divisibility and GCD?
Since b2 is the largest square divisor of n,
a2≤b2⟹a≤b.
Let us assume that a∤b. Now, I want to arrive at the fact that there is a positive integer c such that c>b and c2∣n. This will be a contradiction to the assumption that b2 is the largest square divisor of n.
How can I do this?
Answer
Hint Suppose A2|B2C, and C is squarefree. Cancel (A,B)2 to get a2|b2C, (a,b)=1. Hence a2|C by Euclid's Lemma. But C is squarefree, so a=1, so A=(A,B), i.e. A|B.
Remark Above is (1⇒2) in the 5 characterizations of squarefree that I gave here.
The Bezout-based proof in Brett's answer can be expressed more concisely as follows:
a2|b2c⇒a2|(bc)2⇒a|bc⇒a2|a2c,abc,b2c⇒a2|(a,b)2c⇒(a/(a,b))2|c
No comments:
Post a Comment