Ask Uncle Colin: Why is nCr always an integer?
Dear Uncle Colin,
How do we know the binomial coefficients are always integer? I know we can do it by a counting of sets argument, but is there an arithmetic way?
Bloomin’ Isaac Newton Obviously Made It All Labyrinthine
Hi, BINOMIAL, and thanks for your message!
To restate the question: if you have something like
I think it’s simplest to divide out the
Well, we have four consecutive numbers. One of them must be a multiple of 4, and another a multiple of 2; at least one is a multiple of 3, and they’re all multiples of 1 - so it works just fine.
An alternative approach is to consider the prime factors of
What’s the power of 2 in the prime factorisation of
That is, the power of 2 in the prime factorisation of
The same argument work for any prime: the power of prime
So where does that leave us? We’re interested in three different factorials,
Let’s call
“All” we need to do now is show that
And that boils down to, is
The answer is yes. Let
Then
This implies that each prime number appears at least as often in the prime factorisation of
Phew. Hope that helps!
- Uncle Colin
* Thanks to Andrew Buhr for alerting me to a LaTeX error (fixed 2022-10-09 and again 2022-10-10)
Footnotes:
1. I was going to put an exclamation there, but risked an accidental factorial. We have enough deliberate ones of those, thankyouverymuch.