
theorem
  for f be FinSequence of COMPLEX holds XProduct FS2XFS f = Product f
  proof
    let f be FinSequence of COMPLEX;
    reconsider g = FS2XFS f as XFinSequence of COMPLEX;
    XProduct g = Product XFS2FS g by XPF
    .= Product f;
    hence thesis;
  end;
