reserve a,b for Complex;
reserve V,X,Y for ComplexLinearSpace;
reserve u,u1,u2,v,v1,v2 for VECTOR of V;
reserve z,z1,z2 for Complex;

theorem
  z * Sum(<*>(the carrier of V)) = 0.V by Lm1,Th1;
