Groups of order 140: Difference between revisions

From Groupprops
(Created page with "{{groups of order|140}} ==Statistics at a glance== The number 140 has prime factors 2, 5, and 7. The prime factorization is: <math>\! 140 = 2^2 \cdot 5^1 \cdot 7^1 = 4 \cdot 5...")
 
No edit summary
 
Line 8: Line 8:


All groups of this order are [[solvable group]]s, and in particular, [[finite solvable group]]s, so 140 is a [[solvability-forcing number]].
All groups of this order are [[solvable group]]s, and in particular, [[finite solvable group]]s, so 140 is a [[solvability-forcing number]].
==Minimal order attaining number==
<math>140</math> is the smallest number such that there are precisely <math>11</math> groups of that order up to isomorphism. That is, the value of the [[minimal order attaining function]] at <math>11</math> is <math>140</math>.


==GAP implementation==
==GAP implementation==

Latest revision as of 23:18, 9 December 2023

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

Statistics at a glance

The number 140 has prime factors 2, 5, and 7. The prime factorization is:

140=225171=457

All groups of this order are solvable groups, and in particular, finite solvable groups, so 140 is a solvability-forcing number.

Minimal order attaining number

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

GAP implementation

The order 140 is part of GAP's SmallGroup library. Hence, any group of order 140 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 140 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(140);

  There are 11 groups of order 140.
  They are sorted by their Frattini factors.
     1 has Frattini factor [ 70, 1 ].
     2 has Frattini factor [ 70, 2 ].
     3 has Frattini factor [ 70, 3 ].
     4 has Frattini factor [ 70, 4 ].
     5 - 11 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.