theorem
  (- z) * (- v) = z * v
proof
  thus (- z) * (- v) = (- (- z)) * v by Th6
    .= z * v;
end;
