 reserve m,n for Nat;
 reserve i,j for Integer;
 reserve S for non empty multMagma;
 reserve r,r1,r2,s,s1,s2,t for Element of S;
 reserve G for Group-like non empty multMagma;
 reserve e,h for Element of G;
 reserve G for Group;
 reserve f,g,h for Element of G;
 reserve u for UnOp of G;

theorem Th22:
  inverse_op(G) is_an_inverseOp_wrt the multF of G
proof
  let h be Element of G;
  thus (the multF of G).(h,inverse_op(G).h) = h * h" by Def6
    .= 1_G by Def5
    .= the_unity_wrt the multF of G by Th21;
  thus (the multF of G).(inverse_op(G).h,h) = h" * h by Def6
    .= 1_G by Def5
    .= the_unity_wrt the multF of G by Th21;
end;
