theorem Th12:
  A<>{} & A is linearly-closed implies Sum(l) in A
proof
  assume
A1: A<>{} & A is linearly-closed;
  now
    per cases;
    suppose
      0.K<>1_K;
      hence thesis by A1,VECTSP_6:14;
    end;
    suppose
      0.K=1_K;
      then K is trivial;
      then Sum(l) = 0.V by Th5;
      hence thesis by A1,VECTSP_4:1;
    end;
  end;
  hence thesis;
end;
