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

theorem
  for x,y being FinSequence of REAL st len x=len y holds FR2FC mlt(x,y)=
  mlt(FR2FC x,FR2FC y) by Th35;
