theorem Th44:
  L * 0.R = ZeroLC(V)
proof
  let v;
  thus (L * 0.R).v = L.v * 0.R by Def10
    .= 0.R
    .= ZeroLC(V).v by Th18;
end;
