Why is the following true?
$$\prod_{i=6}^2 3^i = 1$$
I can't quite wrap my head around it. I understand that
$$\prod_{i=1}^k 3^i = \underbrace{3^1 \cdot 3^2 \cdots 3^{k-1} \cdot 3^k}_{3^{\sum_{j=1}^k}}$$
Is it because that sum is now zero and $3^0 = 1$?
Presumably, the author implicitly used a definition such that
$$\prod_{k=a}^b$$ involves all $k$ in $$a\le k\le b,$$ and if that range is empty, the product is $1$ by default (just as a sum is $0$ by default).
Other authors allow bounds reversal.