theorem Th2:
  not a in A implies l.a = 0.K
proof
  assume
A1: not a in A;
  Carrier l c= A by VECTSP_6:def 4;
  then not a in Carrier l by A1;
  hence thesis by VECTSP_6:2;
end;
