theorem
  (v - w)*x = v*x - w*x
proof
  (v - w)*x = (v + (-w))*x .= v*x + (-w) *x by Def8
    .= v*x + (-w * x) by Th34;
  hence thesis;
end;
