theorem
  for l being Linear_Combination of {}(the carrier of V) holds Sum(l) = 0.V
proof
  let l be Linear_Combination of {}(the carrier of V);
  l = ZeroLC(V) by Th23;
  hence thesis by Lm2;
end;
