theorem Th21:
  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 Def5;
  then Carrier(l) = {};
  hence thesis by Def4;
end;
