theorem Th23:
  L + ZeroCLC V = L
proof
  let v;
  thus (L + ZeroCLC V).v = L.v + (ZeroCLC V).v by Def8
    .= L.v + 0c by Th2
    .= L.v;
end;
