theorem
  the_inverseOp_wrt the addF of G = add_inverse(G)
proof
  set o = the addF of G;
  o is having_an_inverseOp & add_inverse(G) is_an_inverseOp_wrt o by Th22;
  hence thesis by FINSEQOP:def 3;
end;
