Summation and product convention

35 Views Asked by At

Is there a standard convention for iterated addition or product when the upper index is smaller than the lower index? That is, how to expand these terms: $$ \sum_{i=a}^b x_i, \\ \prod_{i=a}^b x_i $$ when $b < a$.