5
$\begingroup$

In statistical mechanics, I used to use the procedure that if $a_{ij}=a_i a_j$ $\prod_i\; \prod_j a_{i}a_{j} = \biggl(\prod_i a_i\biggr)\vphantom{\Bigr)}^2$

However, today I noticed, $\prod_i\; \prod_j 2^{i+j} = 2^{\sum_i\sum_j(i+j)}=2^{n^2(n+1)}$

$\prod_i\; \prod_j 2^{i+j} =\prod_i 2^i \; \prod_j 2^j = \biggl(\prod_i2^i\biggr)\vphantom{\Bigr)}^2 = 2^{n(n+1)} $

Why does the second method fail. When is it applicable?

  • 0
    $\prod_{i=1}^n \prod_{j=1}^n a_ia_j = \prod_{k=1}^n a_k^{2n}$.2011-06-25

1 Answers 1

12

The identity in the question is wrong. The correct one is $ \prod_{i=1}^n\prod_{j=1}^na_ia_j=\left(\prod_{i=1}^na_i\right)^{2n}. $ As a quick `sanity check' you can try counting the number of a's in the product on each side. The expression in the question had $2n^2$ on the left but only $2n$ on the right, so couldn't possibly be correct. One possible source of confusion is that the original expression would be correct if you had summation signs rather than products, $ \sum_{i=1}^n\sum_{j=1}^na_ia_j=\left(\sum_{i=1}^na_i\right)^2. $