
theorem
  for m being INT-valued FinSequence, i,j being Nat st i in dom m & i <> j
  ex z being Integer st z * m.i = Product(m) / m.j by Lm6;
