theorem
  ord h = 1 implies h = 1_G
proof
  assume
A1: ord h = 1;
  then not h is being_of_order_0 by Def11;
  then h |^ 1 = 1_G by A1,Def11;
  hence thesis by Th25;
end;
