theorem
  opposite(o,o)=o
proof
  sum(o,opposite(o,o),o)=o by Def6;
  then sum(opposite(o,o),o,o)=o by Th78;
  hence thesis by Th75;
end;
