Can you prove this statement for any values of a and b?

Click For Summary

Homework Help Overview

The discussion revolves around proving or disproving a mathematical statement related to the greatest common divisor (gcd) of integers. The specific statement under examination is whether, given that (a,b) = 1 and (a,c) = 1, it necessarily follows that (ac,b) = 1. Participants are exploring the implications of this statement in the context of number theory.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants are attempting to find counterexamples to the statement by selecting pairs of relatively prime numbers and examining their gcd properties. There is discussion about the conditions under which the statement might hold or fail, including the implications of specific choices for a, b, and c.

Discussion Status

The discussion is active, with participants sharing their thoughts on potential counterexamples and the relationships between the numbers involved. Some have suggested specific pairs of numbers to test, while others are clarifying the conditions necessary for the gcd relationships. There is a recognition that multiple interpretations and approaches are being explored.

Contextual Notes

Participants are working under the constraints of homework rules, which may limit the use of certain methods or require specific forms of proof. The discussion includes considerations of how to effectively demonstrate the validity or invalidity of the statement without providing complete solutions.

Shackleford
Messages
1,649
Reaction score
2
I'm not exactly sure how to prove or disprove this statement. Just by looking at the c, I'd say it's not true, but I'm not sure how to show it either way.

If (a,b) = 1 and (a,c) = 1, then (ac,b) = 1.

http://i111.photobucket.com/albums/n149/camarolt4z28/IMG_20110719_192439-1.jpg?t=1311127377
 
Last edited by a moderator:
Physics news on Phys.org
Shackleford said:
I'm not exactly sure how to prove or disprove this statement. Just by looking at the c, I'd say it's not true, but I'm not sure how to show it either way.

If (a,b) = 1 and (a,c) = 1, then (ac,b) = 1.

http://i111.photobucket.com/albums/n149/camarolt4z28/IMG_20110719_192439-1.jpg?t=1311127377

If you think it's not true, and it's not. Then just give a counterexample.
 
Last edited by a moderator:
Dick said:
If you think it's not true, and it's not. Then just give a counterexample.

I thought about that. However, how do I quickly find two relative primes? Just pick them? Let me try 3 and 7. Their only common divisor is 1.
 
Shackleford said:
I thought about that. However, how do I quickly find two relative primes? Just pick them? Let me try 3 and 7. Their only common divisor is 1.

Sure, try them. (3,7)=1. So let a=3 and b=7. Now pick c.
 
Consider some of the possible prime factorizations of a, b, and c which are consistent with (a,b) = 1 and (a,c) = 1, and not consistent with (ac,b) = 1, if that's possible.

If (ac,b) > 1 , and (a,b) = 1 , then what's true about (b,c) ?
 
In trying to work a counterexample, it would appear that b = c, from your two given statements.
 
Shackleford said:
In trying to work a counterexample, it would appear that b = c, from your two given statements.
Not necessarily.
 
Shackleford said:
In trying to work a counterexample, it would appear that b = c, from your two given statements.

b=c works, if they are relatively prime to a. That's enough to disprove the statement. But as SammyS said they don't have to be equal to provide a counterexample.
 
Dick said:
Sure, try them. (3,7)=1. So let a=3 and b=7. Now pick c.

(3,7) = 1

1 = am + bn
1 = (3)(-2) + (7)(1)

a = 3
b = 7
m = -2
n = 1

(3,5) = 1

a = 3
c = 5
1 = am + cn
1 = (3)(-2) + (5)(1) = -1

Of course, that's not true. Do the m and n have to be the same?
 
  • #10
Shackleford said:
(3,7) = 1

1 = am + bn
1 = (3)(-2) + (7)(1)

a = 3
b = 7
m = -2
n = 1

(3,5) = 1

a = 3
c = 5
1 = am + cn
1 = (3)(-2) + (5)(1) = -1

Of course, that's not true. Do the m and n have to be the same?

No, not at all. (a,b)=1 if am+bn=1 for SOME integers m and n. (a,c)=1 if ak+bl=1 for SOME integers k and l. Of course, m and n don't have to be the same as k and l. I'd suggest you just concentrate on creating a counterexample for now. Use the b=c case, then try and find one where b is not equal to c.
 
  • #11
Dick said:
No, not at all. (a,b)=1 if am+bn=1 for SOME integers m and n. (a,c)=1 if ak+bl=1 for SOME integers k and l. Of course, m and n don't have to be the same as k and l. I'd suggest you just concentrate on creating a counterexample for now. Use the b=c case, then try and find one where b is not equal to c.

Well, that's the first important point I wasn't sure about.

If I use (3,7) and (3,7), with

m = -2
n = 1

k = 5
l = -2

1 = acp + bq
1 = (3)(7)(p) + (7)(q)

Of course, that will never work because the two terms are multiples of 7, right?
 
  • #12
Shackleford said:
Well, that's the first important point I wasn't sure about.

If I use (3,7) and (3,7), with

m = -2
n = 1

k = 5
l = -2

1 = acp + bq
1 = (3)(7)(p) + (7)(q)

Of course, that will never work because the two terms are multiples of 7, right?

Right. But you are maybe getting carried away with how important the am+bn=1 condition is. You don't need it for this proof. gcd(3,7)=1 because they have no common divisor except 1, since they are both different primes. You know this before you even find the m and n. If you put a=3, b=7 and c=7 then gcd(a,b)=1 gcd(a,c)=1 and gcd(ac,b)=gcd(21,7). That's not 1, is it? That's really all you need to do.
 
  • #13
Dick said:
Right. But you are maybe getting carried away with how important the am+bn=1 condition is. You don't need it for this proof. gcd(3,7)=1 because they have no common divisor except 1, since they are both different primes. You know this before you even find the m and n. If you put a=3, b=7 and c=7 then gcd(a,b)=1 gcd(a,c)=1 and gcd(ac,b)=gcd(21,7). That's not 1, is it? That's really all you need to do.

Oh. Sometimes I get bogged by the thought of needing to use the general cases.

I wrote down (7,9) and (7,3). That should be another counterexample.

(21,9) = 3
 
  • #14
Shackleford said:
Oh. Sometimes I get bogged by the thought of needing to use the general cases.

I wrote down (7,9) and (7,3). That should be another counterexample.

(21,9) = 3

That also works. No need for the relation 1=am+bn, right?
 
  • #15
Dick said:
That also works. No need for the relation 1=am+bn, right?

Not this time. Sometimes, you need it, though.

I have one more homework problem.

If b is greater than 0 and a = bq + r, prove that (a,b) = (b,r).

I'll give it a shot in a few minutes.
 
  • #16
Shackleford said:
I have one more homework problem.

If b is greater than 0 and a = bq + r, prove that (a,b) = (b,r).
It might be helpful to write down a few examples using actual numbers, to help you better understand the symbols. The examples can't be used as a proof, but they can be useful for getting your head around the problem.

For example, 35 = 5*6 + 5. Here (a, b) = (35, 5) = 5, and (b, r) = (5, 5) = 5.
For another, 13 = 2*5 + 3. Here (a, b) = (13, 2) = 1, and (b, r) = (2, 3) = 1.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 12 ·
Replies
12
Views
7K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K