theorem Th34:
  w = v implies - v = - w
proof
  assume
A1: w = v;
  - v = (- 1r) * v & - w = (- 1r) * w by Th3;
  hence thesis by A1,Th33;
end;
