reserve U for Universe;
reserve x for Element of U;
reserve U1,U2 for Universe;

theorem Th82:
  Trivial-addLoopStr(x) in GroupObjects U
  proof
    ex y be Element of U st GO y, Trivial-addLoopStr(x) by Th80;
    hence thesis by GRCAT_1:def 24;
  end;
