theorem Th49:
  (- L).v = - L.v
proof
  thus (- L).v = (- 1) * L.v by Def11
    .= - L.v;
end;
