Groups of order 56: Difference between revisions

From Groupprops
No edit summary
No edit summary
Line 19: Line 19:
|}
|}


==The List==
==The list==
 
===The list===


There are 13 groups of order 56:
There are 13 groups of order 56:

Revision as of 16:35, 13 January 2024

This article gives information about, and links to more details on, groups of order 56
See pages on algebraic structures of order 56 | See pages on groups of a particular order

This article gives basic information comparing and contrasting groups of order 56. The prime factorization of 56 is . There are only two prime factors of this number. Order has only two prime factors implies solvable (by Burnside's -theorem) and hence all groups of this order are solvable groups (specifically, finite solvable groups). Another way of putting this is that the order is a solvability-forcing number. In particular, there is no simple non-abelian group of this order.

Statistics at a glance

Quantity Value
Total number of groups 13
Number of abelian groups 3
Number of nilpotent groups 5
Number of solvable groups 13
Number of simple groups 0

The list

There are 13 groups of order 56:

Group Second part of GAP ID Abelian Nilpotent Direct Product
SmallGroup(56,1) 1 no no no
SmallGroup(56,2) 2 yes yes no
SmallGroup(56,3) 3 no no no
SmallGroup(56,4) 4 no no yes
SmallGroup(56,5) 5 no no no
SmallGroup(56,6) 6 no no yes
SmallGroup(56,7) 7 no no no
SmallGroup(56,8) 8 yes yes yes
SmallGroup(56,9) 9 no yes yes
SmallGroup(56,10) 10 no yes yes
SmallGroup(56,11) 11 no no no
SmallGroup(56,12) 12 no no yes
SmallGroup(56,13) 13 yes yes yes

Minimal order attaining number

is the smallest number such that there are precisely groups of that order up to isomorphism. That is, the value of the minimal order attaining function at is .


GAP implementation

The order 56 is part of GAP's SmallGroup library. Hence, any group of order 56 can be constructed using the SmallGroup function by specifying its group ID. Also, IdGroup is available, so the group ID of any group of this order can be queried.

Further, the collection of all groups of order 56 can be accessed as a list using GAP's AllSmallGroups function.

Here is GAP's summary information about how it stores groups of this order, accessed using GAP's SmallGroupsInformation function:

gap> SmallGroupsInformation(56);

  There are 13 groups of order 56.
  They are sorted by their Frattini factors.
     1 has Frattini factor [ 14, 1 ].
     2 has Frattini factor [ 14, 2 ].
     3 - 7 have Frattini factor [ 28, 3 ].
     8 - 10 have Frattini factor [ 28, 4 ].
     11 - 13 have trivial Frattini subgroup.

  For the selection functions the values of the following attributes
  are precomputed and stored:
     IsAbelian, IsNilpotentGroup, IsSupersolvableGroup, IsSolvableGroup,
     LGLength, FrattinifactorSize and FrattinifactorId.

  This size belongs to layer 2 of the SmallGroups library.
  IdSmallGroup is available for this size.