Groupprops, The Group Properties Wiki (pre-alpha)

YOUR FEEDBACK IS IMPORTANT!

Please take a short user satisfaction survey about Groupprops.

Your survey responses will be helpful in improving the site experience!

Thanks in advance!

Cyclic group:Z4

From Groupprops

Jump to: navigation, search
This article is about a particular group, viz a group unique upto isomorphism[SHOW MORE]

This particular group is a finite group of order: 4 This particular group is the smallest (in terms of order): nontrivial non-simple group

Contents

Definition

Verbal definition

The cyclic group of order 4 is defined as a group with four elements e = x0,x1,x2,x3 where xlxm = xl + m where the exponent is reduced modulo 4. In other words, it is the cyclic group whose order is four. It can also be viewed as:

  • The quotient group of the group of integers by the subgroup comprising multiples of 4.
  • The multiplicative subgroup of the nonzero complex numbers under multiplication, generated by i (a squareroot of − 1).
  • The group of rotational symmetries of the square.

Multiplication table

This is the multiplication table using multiplicative notation:

Element e (identity element) x (generator) x2 x3 (generator)
e e x x2 x3
x x x2 x3 e
x2 x2 x3 e x

This is the multiplication table using additive notation, i.e., thinking of the group as the group of integers modulo 4:

Element 0 (identity element) 1 (generator) 2 3 (generator)
0 0 1 2 3
1 1 2 3 0
2 2 3 0 1

Arithmetic functions

Function Value Explanation
order 4
exponent 4
nilpotency class 1 The group is abelian.
derived length 1 The group is abelian.
Frattini length 2 The Frattini subgroup has order two.
Fitting length 1 The group is abelian, hence nilpotent.
minimum size of generating set 1
subgroup rank 1 Cyclic, so every subgroup is cyclic.
max-length 2
rank as p-group 1
normal rank 1
characteristic rank of a p-group 1

Group properties

Property Satisfied Explanation Comment
Group of prime power order Yes By definition
Cyclic group Yes By definition Smallest cyclic group of composite order
Elementary abelian group No Not isomorphic to Klein-four group, which is elementary abelian of order four.
Abelian group Yes Cyclic implies abelian
Nilpotent group Yes Abelian implies nilpotent
Metacyclic group Yes Cyclic implies metacyclic
Supersolvable group Yes Cyclic implies supersolvable
Solvable group Yes Abelian implies solvable
T-group Yes Abelian groups are T-groups
Simple group No Has normal subgroup of order two Smallest non-trivial non-simple group.
Characteristically simple group No Has characteristic subgroup of order two Unique smallest non-trivial non-characteristically simple group.

GAP implementation

Group ID

This finite group has order 4 and has ID 1 among the group of order 4 in GAP's SmallGroup library. It can thus be defined using GAP's SmallGroup function as:

SmallGroup(4,1)

For instance, we can use the following assignment in GAP to create the group and name it G:

gap> G := SmallGroup(4,1);

Other descriptions

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

CyclicGroup(4)

Internal links

Personal tools