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

theorem
  for a being Element of COMPLEX,M being Matrix of COMPLEX holds (M*a)*'
  = a*'*(M*') by Th4;
