Saturday, January 05, 2013
Ex 1.15 Square-free
An integer a is called square-free if it is not divisible by the square of any integer greater than 1. Show that:
- a is square-free if and only if a=±p1…pr, where the pi’s are distinct primes;
- every positive integer n can be expressed uniquely as n=ab2, where a and b are positive integers, and a is square-free.
== Attempt ==
(1) seems to follow directly from the definition. Indeed, if the pi's are not distinct primes, then by definition there exists pe in pi's with e≥2. In other words, a is not square-free.
Suppose n is square-free. We can let b:=1 and a:=n, so n=n⋅12=ab2.
Suppose n is not square-free. Then n=r∏i=1pi, where there exists pe in pi's with e>1. Start with a:=n and c:=1. For each of the pe in pi's with e>1, there are only two possibilities. If e is even, we can set a:=ape and c:=pec. If e is odd (which must then be >2), we can set a:=ape−1 and c:=pe−1c. Observe a would end up as square-free and is unique, and c will become a product of distinct primes, each with an even exponent. Let b=√c, n=ac=ab2.
◻