Exercise 1.3.22 (Q.C.M.)

Determine whether the following assertions are true or false. If true, prove the result, and if false, give a counterexample.

(1)
If ( a , b ) = ( a , c ) then [ a , b ] = [ a , c ] .
(2)
If ( a , b ) = ( a , c ) then ( a 2 , b 2 ) = ( a 2 , c 2 ) .
(3)
If ( a , b ) = ( a , c ) then ( a , b ) = ( a , b , c ) .
(4)
If p is a prime and p a and p a 2 + b 2 then p b .
(5)
If p is a prime and p a 7 then p a .
(6)
If a 3 c 3 , then a c .
(7)
If a 3 c 2 , then a c .
(8)
If a 2 c 3 , then a c .
(9)
If p is a prime and p ( a 2 + b 2 ) and p ( b 2 + c 2 ) then p ( a 2 c 2 ) .
(10)
If p is a prime and p ( a 2 + b 2 ) and p ( b 2 + c 2 ) then p ( a 2 + c 2 ) .
(11)
If ( a , b ) = 1 then ( a 2 , ab , b 2 ) = 1 .
(12)
[ a 2 , ab , b 2 ] = [ a 2 , b 2 ] .
(13)
If b ( a 2 + 1 ) then b ( a 4 + 1 ) .
(14)
If b ( a 2 + 1 ) then b ( a 4 1 ) .
(15)
( a , b , c ) = ( ( a , b ) , ( a , c ) ) .

Answers

Answers:

(1)
“If a b = a c then a b = a c .”

FALSE.
Counterexample: a = 2 , b = 8 , c = 4 . Then a b = a c = 2 , but a b = 4 a c = 8 .

(2)
“If a b = a c then a 2 b 2 = a 2 c 2 .”

TRUE.
Proof: If d = a b = a c , by Problem 18, d 2 = a 2 b 2 = a 2 c 2 .

(3)
“If a b = a c then a b = a b c .”

TRUE.
Proof: Put d = a b c . Then

  • d 0 ;
  • d a and d b ;
  • For any integer δ , if δ a and δ b , then δ a b . Since a b = a c , δ a c . Therefore δ a , δ b and δ c . Hence δ a b c = d .

By the characterization of the gcd (Theorem 1.4), this shows that a b = d = a b c .

(4)
“If p is a prime and p a and p a 2 + b 2 then p b .”

TRUE.
Proof: From p a , we deduce p a 2 . Then p ( a 2 + b 2 ) a 2 , thus p b 2 . Since p is prime, p b .

(5)
“If p is a prime and p a 7 then p a .”

TRUE.
Proof: By Theorem 1.15, where a 1 = a 2 = = a 7 = a , if p a 7 , then p a .

(6)
“If a 3 c 3 , then a c .”

TRUE.
Let d = a c . By (generalized) Problem 18, d 3 = a 3 c 3 . If a 3 c 3 , then d 3 = a 3 c 3 = a 3 , thus a = d = a c , so a c .

(7)
“If a 3 c 2 , then a c .”

TRUE.
Proof: If a 3 c 2 , a fortiori a 2 c 2 . As in part (6), a b

(8)
“If a 2 c 3 , then a c .”

FALSE.
Counterexample: a = 8 , c = 4 : 8 2 4 3 but 8 4 .

(9)
“If p is a prime and p ( a 2 + b 2 ) and p ( b 2 + c 2 ) then p ( a 2 c 2 ) .”

TRUE.
Proof: p ( a 2 + b 2 ) ( b 2 + c 2 ) = a 2 c 2 .

(10)
“If p is a prime and p ( a 2 + b 2 ) and p ( b 2 + c 2 ) then p ( a 2 + c 2 ) .”

FALSE.
Counterexample: 5 1 2 + 2 2 and 5 2 2 + 4 2 , but 5 1 2 + 4 2 .

(11)
“If ( a , b ) = 1 then ( a 2 , ab , b 2 ) = 1 .”

TRUE.
Proof: If a b = 1 , then a 2 b 2 = 1 . A fortiori a 2 ab b 2 = 1 .

(12)
a 2 ab b 2 = a 2 b 2 .”

TRUE.
Proof: For all integers r , s , max ( 2 r , r + s , 2 s ) = max ( 2 r , 2 s ) . Indeed, if r s , then 2 r r + s 2 s , and max ( 2 r , r + s , 2 s ) = 2 s = max ( 2 r , 2 s ) . By symmetry, we have the same result if r s . Therefore, if a = p A p α ( p ) , b = p A p β ( p ) , then

a 2 ab b 2 = p A p max ( 2 α ( p ) , α ( p ) β ( p ) , 2 β ( p ) ) = p A p max ( 2 α ( p ) , 2 β ( p ) ) = a 2 b 2 .
(13)
“If b ( a 2 + 1 ) then b ( a 4 + 1 ) .”

FALSE.
Counterexample: a = 2 , b = 5 , since 5 2 2 + 1 but 5 2 4 + 1 .

(14)
“If b ( a 2 + 1 ) then b ( a 4 1 ) .”

TRUE.
Proof: If b ( a 2 + 1 ) then b ( a 2 1 ) ( a 2 + 1 ) = a 4 1 .

(15)
a b c = ( a b ) ( a c ) .”

TRUE.
Proof: ( a b ) ( a c ) = a b a c = ( a a ) b c = a b c .

User profile picture
2024-10-05 10:04
Comments