theorem
  for G being strict addGroup holds G in Subgroups G
proof
  let G be strict addGroup;
  G is Subgroup of G by ThA54;
  hence thesis by Def1;
end;
