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