Exercise 1.20

Prove the following:

(a) ord p [ a , b ] = max ( ord p ( a ) , ord p ( b ) ) .

(b) ( a , b ) [ a , b ] = ab .

(c) ( a + b , [ a , b ] ) = ( a , b ) .

Answers

Proof. (a) Let a = 𝜀 p p a ( p ) , b = 𝜀 p p b ( p ) , 𝜀 , 𝜀 = ± 1 , and

m = p p max ( a ( p ) , b ( p ) ) .

Then

(i) m 0 .

(ii) As a ( p ) max ( a ( p ) , b ( p ) ) , p a ( p ) p max ( a ( p ) , b ( p ) ) , so a m . Similarly, b m .

(iii) If μ = 𝜀 p p c ( p ) is a common multiple of a and b , then for all primes p , a ( p ) c ( p ) , b ( p ) c ( p ) , so max ( a ( p ) , b ( p ) ) c ( p ) , so m μ . Since m verifies the characterization of lcm, we obtain

Therefore ord p [ a , b ] = max ( ord p ( a ) , ord p ( b ) ) . (b) Similarly, we prove that

a b = p p min ( a ( p ) , b ( p ) ) .

As max ( a , b ) + min ( a , b ) = a + b , we obtain

( a b ) ( a b ) = | ab | .

Second proof (without decompositions in primes):

Let d = a b . If d = 0 , then a = b = 0 and ( a b ) ( a b ) = ab .

Suppose now that d 0 . There exist integers a , b such that

a = d a , b = d b , a b = 1 .

Let m = d a b . Then a = d a m and b = d b m . If μ is a common multiple of a and b , then d μ , and a μ d , b μ d . As a b = 1 , a b μ d (see Ex.1.9). Thus m = d a b μ .

| m | verifies the characterization of lcm (Ex. 1.19), so a b = | m | = | d a b | = | ab | d . Conclusion : ( a b ) ( a b ) = | ab | . (c) Let δ . If δ a , δ b , then δ a + b and δ a b .

Conversely, suppose that δ a + b , δ a b .

Let a , b such that a = d a , b = d b , a b = 1 . Then a b = d a b , so

δ d ( a + b ) , δ d a b .

Multiplying the first relation by b and similarly by a , we obtain :

δ d a b + d b 2 , δ d a 2 + d a b .

Since δ d a b , we obtain :

δ d b 2 δ d a 2

As a 2 b 2 = 1 , δ d ( a 2 b 2 ) = d , so δ a , δ b .

The set of divisors of a , b is the same that the set of divisors of a + b , a b , so

( a + b ) ( a b ) = a b .

User profile picture
2022-07-19 00:00
Comments