Cyclic group:Z4: Difference between revisions
(New page: {{particular group}} {{group of order|4}} {{smallest|nontrivial non-simple group}} ==Definition== ===Verbal definition=== The cyclic group of order 4 is defined as a group with four...) |
No edit summary |
||
| (10 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{particular group}} | {{particular group}} | ||
[[Category:Cyclic groups]] | |||
[[importance rank::1| ]] | |||
==Definition== | ==Definition== | ||
| Line 14: | Line 13: | ||
===Multiplication table=== | ===Multiplication table=== | ||
This is the multiplication table using multiplicative notation: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
| Line 23: | Line 24: | ||
|- | |- | ||
| <math>x^2</math> || <math>x^2</math> || <math>x^3</math> || <math>e</math> || <math>x</math> | | <math>x^2</math> || <math>x^2</math> || <math>x^3</math> || <math>e</math> || <math>x</math> | ||
|- | |||
| <math>x^3</math> || <math>x^3</math> || <math>e</math> || <math>x</math> || <math>x^2</math> | |||
|} | |||
This is the multiplication table using additive notation, i.e., thinking of the group as the [[group of integers modulo n|group of integers modulo 4]]: | |||
{| class="wikitable" border="1" | |||
! Element !! <math>0</math> ([[identity element]]) !! <math>1</math> (generator) !! <math>2</math> !! <math>3</math> (generator) | |||
|- | |||
| <math>0</math> || <math>0</math> || <math>1</math> || <math>2</math> || <math>3</math> | |||
|- | |||
| <math>1</math> || <math>1</math> || <math>2</math> || <math>3</math> || <math>0</math> | |||
|- | |||
| <math>2</math> || <math>2</math> || <math>3</math> || <math>0</math> || <math>1</math> | |||
|- | |||
| <math>3</math> || <math>3</math> || <math>0</math> || <math>1</math> || <math>2</math> | |||
|} | |||
==Arithmetic functions== | |||
{{abelian p-group arithmetic function table| | |||
underlying prime = 2| | |||
order = 4| | |||
order p-log = 2| | |||
exponent = 4| | |||
exponent p-log = 2| | |||
rank = 1}} | |||
==Group properties== | |||
{| class="wikitable" border="1" | |||
!Property !! Satisfied !! Explanation !! Comment | |||
|- | |||
|[[Satisfies property::Group of prime power order]] || Yes || By definition || | |||
|- | |||
|[[Satisfies property::Cyclic group]] || Yes || By definition || Smallest cyclic group of composite order | |||
|- | |||
|[[Dissatisfies property::Elementary abelian group]] || No || Not isomorphic to [[Klein-four group]], which is elementary abelian of order four. || | |||
|- | |||
|[[Satisfies property::Abelian group]] || Yes || [[Cyclic implies abelian]] || | |||
|- | |||
|[[Satisfies property::Nilpotent group]] || Yes || [[Abelian implies nilpotent]] || | |||
|- | |||
|[[Satisfies property::Metacyclic group]] || Yes || Cyclic implies metacyclic || | |||
|- | |||
|[[Satisfies property::Supersolvable group]] || Yes || Cyclic implies supersolvable || | |||
|- | |||
|[[Satisfies property::Solvable group]] || Yes || [[Abelian implies solvable]] || | |||
|- | |||
|[[Satisfies property::T-group]] || Yes || Abelian groups are T-groups || | |||
|- | |||
|[[Dissatisfies property::Simple group]] || No || Has normal subgroup of order two || Smallest non-trivial non-simple group. | |||
|- | |||
|[[Dissatisfies property::Characteristically simple group]] || No || Has characteristic subgroup of order two || Unique smallest non-trivial non-characteristically simple group. | |||
|} | |} | ||
==GAP implementation== | |||
{{GAP ID|4|1}} | |||
===Other descriptions=== | |||
The group can also be defined using GAP's [[GAP:CyclicGroup|CyclicGroup]] function as: | |||
<tt>CyclicGroup(4)</tt> | |||
==Internal links== | |||
* [[Linear representation theory of cyclic group:Z4]] | |||
* [[Group cohomology of cyclic group:Z4]] | |||
* [[Galois extensions for cyclic group:Z4]] | |||
Revision as of 14:46, 10 December 2023
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
Verbal definition
The cyclic group of order 4 is defined as a group with four elements where where the exponent is reduced modulo . 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 .
- The multiplicative subgroup of the nonzero complex numbers under multiplication, generated by (a squareroot of ).
- The group of rotational symmetries of the square.
Multiplication table
This is the multiplication table using multiplicative notation:
| Element | (identity element) | (generator) | (generator) | |
|---|---|---|---|---|
This is the multiplication table using additive notation, i.e., thinking of the group as the group of integers modulo 4:
| Element | (identity element) | (generator) | (generator) | |
|---|---|---|---|---|
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 groups of order 4 in GAP's SmallGroup library. For context, there are groups of order 4. 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 :
gap> G := SmallGroup(4,1);
Conversely, to check whether a given group 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)