Ask your own question, for FREE!
Mathematics 21 Online
OpenStudy (loser66):

For all m, n positive integers, with \(n \leq m\) prove \(\dfrac{gcd(m,n)}{m}\left(\begin{matrix}m\\n\end{matrix}right)\in \mathbb Z\) PLease, help

OpenStudy (loser66):

\(\dfrac{gcd(m, n)}{m}\left(\begin{matrix}m\\n\end{matrix}\right)\) \(\in \mathbb Z\)

jimthompson5910 (jim_thompson5910):

hint \[\large \left(\begin{matrix}m\\n\end{matrix}\right) = \frac{m!}{n!(m-n)!}\] \[\large \left(\begin{matrix}m\\n\end{matrix}\right) = \frac{m*(m-1)!}{n!(m-n)!}\]

OpenStudy (loser66):

the whole combination is an integer, when we expand and cancel m with the m on the first element, what guarantee that the whole number is integer?

OpenStudy (loser66):

I meant : \(\dfrac{gcd(m,n)}{\cancel m}\dfrac{\cancel {m}(m-1)!}{n! (m-n)!}\)

OpenStudy (loser66):

then \(\dfrac{gcd(m, n)(m-1)! }{n!(m-n)!}\) must be an integer. But I don't know how to prove it.

OpenStudy (loser66):

Since \(n\leq m\) we can cancel (m-n)! also, then it becomes \(\dfrac{gcd(m,n) (m-1) (m-2)*\cdots *(m-n+1)}{n!}\)

jimthompson5910 (jim_thompson5910):

looks good so we just have to show that n! is a factor of the numerator somehow

jimthompson5910 (jim_thompson5910):

n <= m so I'd think that n! = n*(n-1)*...*3*2*1 has factors that go into (m-1)*(m-2)*...*(m-n+1) somehow

jimthompson5910 (jim_thompson5910):

your paper says "hint: linear combination" but idk how to go that route I'm guessing maybe GCD(m,n) = mx + ny and use that in some way

OpenStudy (loser66):

Yes, I am thinking of it. :)

OpenStudy (anonymous):

not to butt in , but yes, that is what you are going to use

jimthompson5910 (jim_thompson5910):

Maybe like this? \[\large \frac{gcd(m, n)}{m}*\left(\begin{matrix}m\\n\end{matrix}\right)=\frac{mx+ny}{m}*\left(\begin{matrix}m\\n\end{matrix}\right)\] \[\large \frac{gcd(m, n)}{m}*\left(\begin{matrix}m\\n\end{matrix}\right)=\left(\frac{mx}{m}+\frac{ny}{m}\right)*\left(\begin{matrix}m\\n\end{matrix}\right)\] \[\large \frac{gcd(m, n)}{m}*\left(\begin{matrix}m\\n\end{matrix}\right)=\left(x+\frac{ny}{m}\right)*\left(\begin{matrix}m\\n\end{matrix}\right)\] \[\large \frac{gcd(m, n)}{m}*\left(\begin{matrix}m\\n\end{matrix}\right)=x*\left(\begin{matrix}m\\n\end{matrix}\right)+\frac{ny}{m}*\left(\begin{matrix}m\\n\end{matrix}\right)\] \[\large \frac{gcd(m, n)}{m}*\left(\begin{matrix}m\\n\end{matrix}\right)=x*\left(\begin{matrix}m\\n\end{matrix}\right)+\frac{ny}{m}*\frac{m!}{n!(m-n)!}\] \[\large \frac{gcd(m, n)}{m}*\left(\begin{matrix}m\\n\end{matrix}\right)=x*\left(\begin{matrix}m\\n\end{matrix}\right)+\frac{ny}{m}*\frac{m*(m-1)!}{n!(m-n)!}\]

jimthompson5910 (jim_thompson5910):

that n! is still an issue though, hmm

OpenStudy (anonymous):

\(gcd=xm+yn\)

OpenStudy (anonymous):

so \(\frac{gdc}{m}=x+\frac{yn}{m}\)

OpenStudy (anonymous):

\[x\binom{m}{n}\] is an integer for sure you need \[\frac{yn}{m}\binom{m}{n}\]is an integer

OpenStudy (anonymous):

which i think is more or less obvious unless i screwed up somewhere i mean the last part is obvious

OpenStudy (anonymous):

lol sorry, it is the same thing @jim_thompson5910 wrote !!

OpenStudy (loser66):

:)

OpenStudy (anonymous):

oh but there is no problem with it being an integer right?

OpenStudy (loser66):

@ganeshie8 then?

ganeshie8 (ganeshie8):

ofcourse we're using the fact that the binomial coefficient is an integer

OpenStudy (loser66):

how? it is \(\dfrac{1}{m'}\) and how it is an integer? unless m' = 1 but then it back to case 1.

OpenStudy (loser66):

One more thing, if binomial coefficient does nothing there, so, why is it there?

OpenStudy (anonymous):

i think i see the issue, and i think i see how to fix it

OpenStudy (anonymous):

i think

OpenStudy (anonymous):

the issue is showing that \[\frac{yn}{m}\binom{m}{n}\] is an integer right?

OpenStudy (loser66):

yup

ganeshie8 (ganeshie8):

For a prime, \(p\), you must be knowing that \(p\mid \dbinom{p}{k}\) for \(0\le k\le p-1\), yes ?

OpenStudy (anonymous):

i will let @ganeshie8 finish, then i think i can show that \[\frac{yn}{m}\binom{m}{n}\] is an integer

OpenStudy (loser66):

@ganeshie8 then?

OpenStudy (anonymous):

here i am tired

OpenStudy (anonymous):

\[\frac{n}{m}\binom{m}{n}=\frac{(m-1)!}{(n-1)!(m-n)!}=\binom{m-1}{n}\]

ganeshie8 (ganeshie8):

yeah please go with that i can't find easy justification for case 2

ganeshie8 (ganeshie8):

i am deleting it as it has few errors..

ganeshie8 (ganeshie8):

\[\frac{n}{m}\binom{m}{n}=\frac{(m-1)!}{(n-1)!(m-n)!}=\binom{m-1}{\color{red}{n-1}}\]

OpenStudy (loser66):

I am tired also. But still not see how it is right the first term: \(\dfrac{n}{m }\dfrac{m(m-1)! }{(m-n)! n(n-1)!}=\dfrac{(m-1)!}{(n-1)!(m-n)!}\) to get the middle term. I am ok with that but the last term: \(\dfrac{(m-1)!}{(m-n-1)! n!}=\dfrac{(m-1)! }{(m-n-1)! n!}\) which is not the middle term.

OpenStudy (loser66):

oh, you correct @satelite73 stuff. and it makes sense now. Thank you so much.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!