theorem Th34:
  (L1 - L2).v = L1.v - L2.v
proof
  thus (L1 - L2).v = L1.v + (- L2).v by Def8
    .= L1.v - L2.v by Th31;
end;
