How can one prove that for $n \equiv 0$ mod $2$ we have
$${n \choose 0} < {n \choose 1} <\ldots< {n \choose n/2-1}<{n \choose n/2}>{n\choose n/2+1}>\ldots>{n\choose n-1}>{n\choose n}\,?$$
Can I say that for fixed $n$, the binomial coefficients $n \choose k$ increase with $k$ for $k < n/2$? If n is even (like in our case), then the central binomial coefficient $n \choose n/2$ is the largest one.
So $n \choose k+1$ is greater than, equal to, or less than $n \choose k$ according as $n-k$ is greater than, equal to, or less than $k+1$, that is according as $k$ is less than, equal to, or greater than $(n−1)/2$.
Is that correct?
All you need is this:
Lemma: $${n\choose k-1}<{n\choose k} \iff k\leq {n\over 2}$$
Proof: You can ask yourself:
In how many ways can we choose $k$ people, including one president, from a population of $n$ people?
First answer:
You choose $k-1$ people from $n$ people and then from the rest of them a president, so we have $${n\choose k-1}\cdot {n-k+1\choose 1}$$
Second answer:
You choose $k$ people from $n$ people and then from these selected you choose a president, so we have $${n\choose k}\cdot {k\choose 1}$$
So we have:$${n\choose k-1}\cdot (n-k+1)=k{n\choose k} $$ and from here we get $${n\choose k-1}<{n\choose k} \iff k\leq {n\over 2}$$