To prove that (pkn⋅pk) and p are coprime, we need to show that the p-adic valuation of (pkn⋅pk) is zero, i.e., vp((pkn⋅pk))=0.
1. **Definition and Properties of vp**:
Let vp(n) denote the exponent of p in the prime factorization of n. For any natural numbers a and b, the following properties hold:
vp(ab)=vp(a)+vp(b)andvp(ba)=vp(a)−vp(b)
Additionally, for any natural number n:
vp(n!)=i=1∑∞⌊pin⌋
2. **Expression for vp((pkn⋅pk))**:
We start with the binomial coefficient:
(pkn⋅pk)=(pk)!⋅((n−1)⋅pk)!(n⋅pk)!
Taking the p-adic valuation, we get:
vp((pkn⋅pk))=vp((n⋅pk)!)−vp((pk)!)−vp(((n−1)⋅pk)!)
3. **Calculating vp((n⋅pk)!)**:
Using the formula for vp(n!):
vp((n⋅pk)!)=i=1∑∞⌊pin⋅pk⌋=i=1∑∞⌊pin⋅pk⌋=i=1∑∞⌊n⋅pk−i⌋
4. **Calculating vp((pk)!)**:
vp((pk)!)=i=1∑∞⌊pipk⌋=i=1∑k⌊pk−i⌋=pk−1+pk−2+⋯+p+1
5. **Calculating vp(((n−1)⋅pk)!)**:
vp(((n−1)⋅pk)!)=i=1∑∞⌊pi(n−1)⋅pk⌋=i=1∑∞⌊(n−1)⋅pk−i⌋
6. Combining the Results:
vp((pkn⋅pk))=i=1∑∞⌊n⋅pk−i⌋−(i=1∑kpk−i)−i=1∑∞⌊(n−1)⋅pk−i⌋
Simplifying, we get:
vp((pkn⋅pk))=i=1∑∞(⌊n⋅pk−i⌋−⌊(n−1)⋅pk−i⌋)−(pk−1+pk−2+⋯+p+1)+(pk−1+pk−2+⋯+p+1)
Since gcd(n,p)=1, n is not divisible by p, and thus:
⌊pin⌋=⌊pin−1⌋
Therefore:
vp((pkn⋅pk))=0
Since vp((pkn⋅pk))=0, it follows that (pkn⋅pk) and p are coprime.
■