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