Elementary abelian group of prime-fourth order: Difference between revisions
(Created page with "{{prime-parametrized particular group}} ==Definition== Let <math>p</math> be a prime number. This group, denoted <math>E_{p^4}</math> or <math>(\mathbb{Z}_p)^4</math>, is d...") |
(No difference)
|
Revision as of 22:26, 14 December 2011
This article is about a family of groups with a parameter that is prime. For any fixed value of the prime, we get a particular group.
View other such prime-parametrized groups
Definition
Let be a prime number. This group, denoted or , is defined as the elementary abelian group of order . Equivalently, it can be defined in the following equivalent ways:
- It is the external direct product of four copies of the group of prime order.
- It is the additive group of the four-dimensional vector space over the field .
GAP implementation
The group can be constructed using the ElementaryAbelianGroup function as ElementaryAbelianGroup(p^4).