theorem
  Product ((i*j) |->c) = Product (j |-> (Product (i|->c)))
proof
  reconsider c as Element of COMPLEX by XCMPLX_0:def 2;
  Product ((i*j) |->c) = Product (j |-> (Product (i|->c))) by SETWOP_2:27;
  hence thesis;
end;
