theorem
  Sum(<*>(the carrier of V)) * a = 0.V
proof
  thus Sum(<*>(the carrier of V)) * a = 0.V * a by RLVECT_1:43
    .= 0.V by VECTSP_2:32;
end;
