reserve i,j for Element of NAT,
  x,y,z for FinSequence of COMPLEX,
  c for Element of COMPLEX,
  R,R1,R2 for Element of i-tuples_on COMPLEX;

theorem
  i in dom (x+y) implies (x+y).i = x.i + y.i by VALUED_1:def 1;
