Cyclic group:Z4
From Groupprops
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
Want to compare and contrast arithmetic function values with other groups of the same order? Check out groups of order 4#Arithmetic functions
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);
Conversely, to check whether a given group G is in fact the group we want, we can use GAP's IdGroup function:
IdGroup(G) = [4,1]
or just do:
IdGroup(G)
to have GAP output the group ID, that we can then compare to what we want.
Other descriptions
The group can also be defined using GAP's CyclicGroup function as:
CyclicGroup(4)
Internal links
- Linear representation theory of cyclic group:Z4
- Group cohomology of cyclic group:Z4
- Galois extensions for cyclic group:Z4
| Arithmetic function value | Underlying prime of p-group (2) +, Order of a group (4) +, Prime-base logarithm of order (2) +, Max-length of a group (2) +, Chief length (2) +, Composition length (2) +, Exponent of a group (4) +, Prime-base logarithm of exponent (2) +, Frattini length (2) +, Minimum size of generating set (1) +, Subgroup rank of a group (1) +, Rank of a p-group (1) +, Normal rank of a p-group (1) +, Characteristic rank of a p-group (1) +, Nilpotency class (1) +, Derived length (1) +, and Fitting length (1) + |
| Dissatisfies property | Elementary abelian group +, Simple group +, and Characteristically simple group + |
| GAP ID | 4 (1) + |
| Order | 4 + |
| Page class | Term + |
| Satisfies property | Group of prime power order +, Cyclic group +, Abelian group +, Nilpotent group +, Metacyclic group +, Supersolvable group +, Solvable group +, T-group +, and Finite group + |