Good afternoon everyone. I'm confused about this problem. At the book A Classical Introduction to Modern Number Theory by Ireland and Rosen is written that the next proposition is true:
$$\binom{2n}{n} > \prod_{p > n}^{p<2n}{p}$$
But,
$$\binom{2n}{n} = \frac{(n+1)(n+2)...(2n)}{n!}$$
We can see that $\frac{(n+1)(n+2)...(2n)}{n!}$ is divisible by all primes such that $n < p < 2n$. That implies:
$$\frac{(n+1)(n+2)...(2n)}{n!} = \frac{(\prod_{p > n}^{p<2n}{p})t}{n!}$$ with $\gcd(t, \prod_{p > n}^{p<2n}{p}) = 1$ This implies that prime numbers $p$ of the decomposition of $t$ are smaller than $n$. Thus, there is a integer $r$ such that:
$$n! = t*r \Rightarrow \frac{(\prod_{p > n}^{p<2n}{p})t}{n!}= \frac{(\prod_{p > n}^{p<2n}{p})t}{t*s} = \frac{(\prod_{p > n}^{p<2n}{p})}{s} \leq \prod_{p > n}^{p<2n}{p} $$
This is a contradiction of the proposition.
What is it wrong of my reasoning?
PD: $n$ is an integer.
Proof that $\binom{2n}{n}> \prod_{p>n}^{p<2n}{p}$ for $n\geq2$:
notice $\binom{2n}{n}$ is even since we can pair every subset with its complement. Also notice that every prime $n<p<2n$ divides $\frac{(2n)!}{n!}$ since it divides the numerator and not the denominator.
We conclude $2\prod_{p>n}^{p<2n}$ divides $\binom{2n}{n}$ and therefore $2\prod_{p>n}^{p<2n}\leq \binom{2n}{n}$