theorem
  g (/) -c = (-g) (/) c
proof
  thus g (/) -c = - (g(/)c) by Th31
    .= (-g) (/) c by Th30;
end;
