I was working on a formula, and along the way, I came across this product:$$(x-1)(x-2)(x-3)(x-4)\ldots(x-k+1)\tag1$$ This is just a quick question, but
Question: Is there a shorthand notation for $(1)$? I mean, besides writing all of the terms out.
An example would be something like the sigma notation $\sum$ meaning adding, or $\prod$ meaning the product of the terms.
I feel like there is a notation for $(1)$, but I just don't know it. Any suggestions?
this notion in Mathematics is called a falling factorial (more info from MathWorld). The general notation is $$ (x)_n = x(x-1) \ldots (x-(n-1)), $$ so your expression is $$ (x-1) \times \ldots \times (x-k+1) = (x-1) \times \ldots \times (x-(k-1)) = (x-1)_{k-1} $$