Why is
$$ \prod_{i=4}^0 (4i -1) = 1 $$
At least according to: http://www.wolframalpha.com/input/?=prod_{i%3D4}^0+%284*i+-+1%29 It is rather unintuitive, why would the product even be defined? One could however interpret it as letting i decrease from 4 to 0. But that clearly is not the case. So what's going on?
An empty product, by definition, is equal to $1$. An empty sum is defined as $0$.
You can think of it as a generalization of the idea that $a^0=1$ and $0!=1$.
More generally, if you have a finite set, $X$, and a function $f:X\to \mathbb R$, then for any subset $A\subset X$, you can define:
$$\prod_{x\in A} f(x)$$
this product has the property that if $A,B\subset X$ and $A\cap B=\emptyset$ then $$\prod_{x\in A\cup B} f(x) = \left(\prod_{x\in A} f(x)\right)\left(\prod_{x\in B} f(x)\right)$$
For this to be defined for all subsets of $A$, we have to define it for $A=\emptyset$. The only value for $\prod_{x\in \emptyset} f(x)$ that keeps the above property is $1$.