reserve x,y,X,Y for set,
  k,l,n for Nat,
  i,i1,i2,i3,j for Integer,
  G for Group,
  a,b,c,d for Element of G,
  A,B,C for Subset of G,
  H,H1,H2, H3 for Subgroup of G,
  h for Element of H,
  F,F1,F2 for FinSequence of the carrier of G,
  I,I1,I2 for FinSequence of INT;

theorem Th61:
  for H2 being strict Subgroup of G holds H1 is Subgroup of H2 iff
  H1 "\/" H2 = H2
proof
  let H2 be strict Subgroup of G;
  thus H1 is Subgroup of H2 implies H1 "\/" H2 = H2
  proof
    assume H1 is Subgroup of H2;
    then the carrier of H1 c= the carrier of H2 by GROUP_2:def 5;
    hence H1 "\/" H2 = gr carr H2 by XBOOLE_1:12
      .= H2 by Th31;
  end;
  thus thesis by Th60;
end;
