theorem Th23:
  for l being Linear_Combination of {}the carrier of V holds l = ZeroLC(V)
proof
  let l be Linear_Combination of {}(the carrier of V);
  Carrier(l) c= {} by Def6;
  then Carrier(l) = {};
  hence thesis by Def5;
end;
