Working on improving my proof-writing abilities, so working through Hammack's Book of Proof. One of the exercises is as follows:
If $n \in \mathbb{N}$, then $C(2n, n)$ is even.
My proof differs from the one given, and I am hoping someone can confirm whether it is valid.
Proof: Suppose $n \in \mathbb{N}$.
Then, $C(2n, n) = \frac{(2n)!}{n!n!}$.
By definition, $n! = n\cdot(n-1)\cdot ... \cdot 2\cdot1$. As 2 appears in the numbers being multiplied, n! is even. (A similar argument applies to $2n!$)
As such, both the numerator and denominator are even, and the quotient is even.
I realize this proof does not prove that $C(2n,n)$ will be an integer, and I am unsure whether that's problematic. Can I assume that the outcome of any $C(a,b)$ will be an integer, and therefore safely ignore it? (The example given in the text uses a set-based proof that also doesn't explicitly address the integer status of the quotient.)
No, that is not a good proof. Just because the numerator and denominator are even does not mean that their quotient is even.