Friday, April 29, 2016

elementary number theory - Prove something is divisible by a prime



Let p be a prime. Prove that p1k=jk!j!(kj)! is divisible by p j{0,...,p2}.



Where this problem comes from:





  • I am trying to prove that 1+x++xp1 is irreducible over Q[x] where pP.

  • I concluded that it would be the same to prove that 1+(x+1)++(x+1)p1 is irreducible over Q[x].

  • I wrote out the latter polynomial as p1j=1p1k=jk!j!(kj)!xj and set out to employ the Eisenstein criterion.



What I've tried so far:




  • Induction on j. The j=0 case is easy as the coefficient is just p.

  • Assuming it is true for some j{0,,p3}, I wrote out p1k=j+1k!(j+1)!(kj1)! and tried to express it as things that are obviously divisible by p and the j term to no avail.



Answer



In this answer, two proofs are given of
\sum_{j=m}^{n}\binom{j}{m}=\binom{n+1}{m+1}
Therefore,
\sum_{k=j}^{p-1}\binom{k}{j}=\binom{p}{j+1}

Now, if j\lt p-1, \binom{p}{j+1}=\frac{p(p-1)\cdots(p-j)}{(j+1)!} has a factor of p in the numerator and no factor of p in the denominator. Therefore,
\left.p\,\middle|\,\sum_{k=j}^{p-1}\binom{k}{j}\right.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...