Below is the associative law for sigma notation.
$$\sum_{k \in K} a_k + \sum_{k \in K} b_k = \sum_{k \in K} (a_k + b_k)$$
What should be the equivalent law for product notation ? and why ?
Should it be
$$\prod_{k \in K} a_k \prod_{k \in K} b_k = \prod_{k \in K} a_k b_k$$ or it should be evaluated for $$\prod_{k \in K} a_k + \prod_{k \in K} b_k$$
I assume we are dealing with a finite product, say $K=\{1,2,\ldots,n\}$. Then $$ \prod_{k\in K}a_k\prod_{k\in K}b_k = (a_1a_2\cdots a_n)(b_1b_2\cdots b_n). $$ Assuming multiplication is commutative, we can write this as $$ (a_1b_1)(a_2b_2)\cdots(a_nb_n) = \prod_{k\in K}a_kb_k. $$