theorem Th43:
  L - L = ZeroLC(V)
proof
  let v;
  thus (L - L).v = L.v - L.v by Th40
    .= 0.GF by RLVECT_1:15
    .= ZeroLC(V).v by Th3;
end;
