Direct product of Z4 and Z4

From Groupprops

This article is about a particular group, i.e., a group unique upto isomorphism. View specific information (such as linear representation theory, subgroup structure) about this group
View a complete list of particular groups (this is a very huge list!)[SHOW MORE]

Definition

This group is defined in the following equivalent ways:

Arithmetic functions

Function Value Explanation
order 16
exponent 4
nilpotency class 1
derived length 1
Frattini length 2
Fitting length 1
minimum size of generating set 2
subgroup rank 2
rank 2
normal rank 2
characteristic rank 2

Group properties

Property Satisfied Explanation Comment
Abelian group Yes Direct product of cyclic groups
Nilpotent group Yes Abelian implies nilpotent
Metacyclic group Yes
Supersolvable group Yes
Solvable group Yes

GAP implementation

Group ID

The group has ID 2 among the groups of order sixteen, so it can be defined using GAP's GAP:SmallGroup function:

SmallGroup(16,2)

Other descriptions

The group can also be defined using GAP's DirectProduct function:

DirectProduct(CyclicGroup(4),CyclicGroup(4))