After reading the post: Parameters of a Binomial Coefficient. I still have some confusion about the discrete definition(s) of $\binom{n}{r}$. I'm only interested in the case where $n, r\in\Bbb Z$, not the extended version of $\binom{n}{r}$ represented by Gamma function. (I would like to learn this approach when I'm more fluent at Calculus / continuous sort of things.)
I used to thought the definition is $\Large\binom{n}{r}:=\frac{n!}{r!(n-r)!}$, because it is more concise in a way that it has less combinatorial meaning components, i.e. only three: $n!, r!, (n-r)!$, than the falling factorial way $\Large\binom{n}{r} :=\frac{n(n-1)\cdots(n-r+1)}{r(r-1)\cdots1}$, which has $2r$ components, and it's hard to read a long formula with numbers scattered around. But the one I prefer can't define $\binom{3}{4}$ by the formula $\frac{3!}{4!(3-4)!}$, since you can't choose $4$ out of $3$ so it should be zero, but this would mean $\frac{1}{(-1)!}=0$, I consider this combinatorially meaningless. While the other one can define it properly: $\binom{3}{4}=\frac{3\cdot2\cdot1\cdot0}{4\cdot3\cdot2\cdot1}$.
So what's the formal definition of it that can deal with the case $r>n$ by formula, without define negative factorial to be zero? (Although I don't know whether a negative factorial would be useful in the future.)