Congruence Proof: Prove a=b if a is congruent to b for every prime p

  • Thread starter Thread starter dancergirlie
  • Start date Start date
  • Tags Tags
    Proof
dancergirlie
Messages
194
Reaction score
0

Homework Statement



If a and b are integers and a is congruent to b(mod p) for every positive prime p, prove that a=b

Homework Equations



p divides (a-b) if a is congruent to b modulo p
if p divides ab then p divides a or p divides b (if p is prime)


The Attempt at a Solution



Suppose a is congruent to b(mod p)
so, p divides (a-b)
which means, there exists an integer c so that (a-b)=pc
where a=pc+b
(pc+b) is congruent to b(mod p)
so, p divides (pc+b-b)= (pc)
p divides (pc)

This is where i get stuck, i don't know if i should say since p is prime, p divides p or p divides c, or i don't know if i did this completely wrong. Any help would be appreciated =)
 
Physics news on Phys.org
It looks like you have that (a-b) is divisible by ALL primes. How many numbers have that property?
 
I think only zero has that property since all numbers divide zero. However, how am I supposed to show that in my proof?
 
It's pretty easy to show zero is the only number with that property. Suppose you have a nonzero number n which is divisible by all primes. But you can always find a prime p>|n| (why?). So p doesn't divide n (why?). That's a contradiction. So there is no such n.
 
ok, i'll do that, thanks so much for the help!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top