I am studying Higher Algebra by Barnard and Child.
I am asked to prove (in Exercise-I, Problem-$33$)
$\frac{(2n-1)!}{n! (n-1)!}$ is odd or even according as $n$ is, or is not, a power of $2$.
I deduce─ this is equivalent to the following─
$\frac{(2n-1)!}{n! (n-1)!}$ is odd if and only if $n$ is a power of $2$.
I have been able to prove the if part─
$\frac{(2n-1)!}{n! (n-1)!}$ is odd if $n$ is a power of $2$.
I used those two facts─
- If $p=2^r$, then highest power of $2$ contained in $p!$ is $p-1$.
- If $p=2^r-1$, then highest power of $2$ contained in $p!$ is $p-r$.
Now remains the converse─
$\frac{(2n-1)!}{n! (n-1)!}$ is odd only if $n$ is a power of $2$.
I know this maybe (or maybe not) provable by Lucas Theorem or its generalizations.
But I want a proof with more elementary ideas than Lucas theorem. Especially, no Number Theory concepts starting from Congruence and on.
Thanks in advance.
For the converse, assume $$\frac{(2n-1)!}{n! (n-1)!}$$ is odd.
Suppose $n$ is not a power of $2$.
Equivalently, suppose$\;2^k < n < 2^{k+1}\!,\;$for some positive integer $k$.
Our goal is to derive a contradiction.
Claim: ${\large{\binom{2n}{n}}}$ is a multiple of $4$.
Let $x$ be the product of the odd integers from $1$ to $2n-1$ inclusive.
Identically, we have \begin{align*} {\small{\binom{2n}{n}}} &= {\small{\frac{(2n)!}{(n!)^2}}}\\[4pt] &= {\small{\frac{(2n)(2n-1)\cdots(1)}{(n!)^2}}}\\[4pt] &= {\small{\frac{\bigl((2n)(2n-2)\cdots(2)\bigr)\bigl((2n-1)(2n-3)\cdots(1)\bigr)}{(n!)^2}}}\\[4pt] &= {\small{\frac {\bigl((2^n)(n!)\bigr)(x)}{(n!)^2}}}\\[4pt] &= {\small{\frac {(2^n)(x)}{n!}}}\\[4pt] \end{align*} Let $e$ be the greatest nonnegative integer such that $2^e{\,\mid\,}n!$.
To prove ${\large{\binom{2n}{n}}}$ is a multiple of $4$, it suffices to show $e \le n-2$. \begin{align*} \text{Then}\;\;e &= \sum_{i=1}^k \left\lfloor {\small{\frac{n}{2^i}}} \right\rfloor \\[4pt] &\le \sum_{i=1}^k {\small{\frac{n}{2^i}}}\\[4pt] &= n\sum_{i=1}^k {\small{\frac{1}{2^i}}}\\[4pt] &= n\left(1-{\small{\frac{1}{2^k}}}\right)\\[4pt] &< n\left(1-{\small{\frac{1}{n}}}\right)\\[4pt] &= n-1 \end{align*} Therefore $e \le n-2,\;$hence ${\large{\binom{2n}{n}}}$ is a multiple of $4$, as claimed. \begin{align*} \text{Then}\;\;&4{\Large{\mid}}{\small{\binom{2n}{n}}}\\[6pt] \implies\;&4{\Large{\mid}}{\small{\frac{(2n)!}{(n!)^2}}}\\[4pt] \implies\;&4{\Large{\mid}}{\small{\frac{(2n)(2n-1)!}{(n!)^2}}}\\[4pt] \implies\;&2{\Large{\mid}}{\small{\frac{(2n-1)!}{n!(n-1)!}}}\\[4pt] \end{align*} contradiction, which completes the proof.