reserve i,j,n,k for Nat,
  a for Element of COMPLEX,
  R1,R2 for Element of i-tuples_on COMPLEX;

theorem
  for x being FinSequence of REAL, y being FinSequence of COMPLEX st x=y
  & len x >=1 holds Sum x = Sum y;
