How Can the Pigeon Hole Principle Be Applied to This Problem?

  • Thread starter Thread starter karthikvs88
  • Start date Start date
  • Tags Tags
    Hole Principle
AI Thread Summary
The discussion focuses on applying the pigeonhole principle to demonstrate the existence of an integer x satisfying two modular equations, given that m and n are relatively prime integers. Participants clarify that since m and n are coprime, integers p and q can be found such that pn - qm equals any integer, including the difference a - b. The conversation highlights the need to show that the equations derived from the modular conditions can be satisfied. However, there remains uncertainty about how the pigeonhole principle directly applies to the problem at hand. Ultimately, the participants reach a consensus on the existence of p and q, but the specific application of the pigeonhole principle is still unclear.
karthikvs88
Messages
7
Reaction score
0

Homework Statement


Using pigeon hole principle, prove that if m and n are relative prime integers and a and b are any integers, there exists an integer x such that x = a mod m, and x = b mod n.

Homework Equations


none

The Attempt at a Solution


data: m|(x -a) and n|(x-b)
hence we can write, for some integers p and q
x = pn + a and x = qm + b

also, since (m,n) = 1, there are integers i and j such that
im + jn = 1

how do we apply the pigeon hole principle to this problem?
 
Last edited:
Physics news on Phys.org
Hello,
I think I have a solution, but I am not sure, especially because I haven't used the pigeonhole principle:(By the way: Some things you list under data (x=pm+a etc), you have to show that, that isn't given.)

We can always say that there is a x such that x=pn+a (for some p). ( Notice your typo.) Oh, by the way: We haven't yet fixed the value of this p.
We have to show that (pn+a)-b=qm, for some q. Or in other words: a-b=pn-qm . Well, as gcd(n,m)=1, we can ALWAYS find p and q such that pn-qm equals any value, in particular a-b.
 
Hey mathmadx,
I am not aware of this result you have used,

"Well, as gcd(n,m)=1, we can ALWAYS find p and q such that pn-qm equals any value, in particular a-b. "

What I do know is,
"If a and b are integers, not both 0, then gcd(a,b) exists; and we can find integers m and n such that gcd(a,b) = ma + nb."

In this case, as I have stated, there exists integers i and j such that
im + jn = 1

Are you sure that your statement is true?

PS: I have edit my first post to fix the typo.
 
Hi,
I figured it out, yeah I guess we can always find p and q such that pn - qm equals any value.

Since we can find i and j such that
im + jn = 1

(a-b)im + (a-b)jn = (a-b)

hence our p and q would be (a-b)j and -(a-b)m.

Still don't know how Pigeon hole principle is used here though.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top