theorem Th11:
  h * g = 1_G implies h = g" & g = h"
proof
  assume
A1: h * g = 1_G;
  h * h" = 1_G & g" * g = 1_G by Def5;
  hence thesis by A1,Th6;
end;
