theorem
  Product ((i*j) |->z) = Product (j |-> (Product (i|->z)))
  proof
    i is Nat & j is Nat by TARSKI:1;
    hence thesis by SETWOP_2:27;
  end;
