theorem
  L - L = ZeroLC(V)
proof
  let v;
  thus (L - L).v = L.v - L.v by Th54
    .= 0.R by RLVECT_1:15
    .= ZeroLC(V).v by Th18;
end;
