theorem
  Lin({}(the carrier of V)) = (0).V
proof
  set A = Lin({}(the carrier of V));
  now
    let v;
    thus v in A implies v in (0).V
    proof
      assume v in A;
      then
A1:   v in the carrier of A by STRUCT_0:def 5;
      the carrier of A = the set of all
Sum(l0) where l0 is Linear_Combination of {}(the
      carrier of V) by Def14;
      then
      ex l0 being Linear_Combination of {}(the carrier of V) st v = Sum(l0
      ) by A1;
      then v = 0.V by Th31;
      hence thesis by RMOD_2:35;
    end;
    assume v in (0).V;
    then v = 0.V by RMOD_2:35;
    hence v in A by RMOD_2:17;
  end;
  hence thesis by RMOD_2:30;
end;
