Complete group: Difference between revisions
| Line 38: | Line 38: | ||
* [[Stronger than::Group in which every normal subgroup is characteristic]] | * [[Stronger than::Group in which every normal subgroup is characteristic]] | ||
* [[Stronger than::Centerless group]] | * [[Stronger than::Centerless group]] | ||
* [[Stronger than::Group isomorphic to its automorphism group]] | * [[Stronger than::Group isomorphic to its automorphism group]] | ||
Revision as of 21:58, 20 August 2009
This article defines a group property: a property that can be evaluated to true/false for any given group, invariant under isomorphism
View a complete list of group properties
VIEW RELATED: Group property implications | Group property non-implications |Group metaproperty satisfactions | Group metaproperty dissatisfactions | Group property satisfactions | Group property dissatisfactions
This article is about a standard (though not very rudimentary) definition in group theory. The article text may, however, contain more than just the basic definition
VIEW: Definitions built on this | Facts about this: (facts closely related to Complete group, all facts related to Complete group) |Survey articles about this | Survey articles about definitions built on this
VIEW RELATED: Analogues of this | Variations of this | Opposites of this |
View a complete list of semi-basic definitions on this wiki
Definition
Symbol-free definition
A group is said to be complete if it satisfies the following equivalent conditions:
- It is centerless and every automorphism of it is inner
- The natural homomorphism to the automorphism group that sends each element to the conjugation via that element, is an isomorphism
- Whenever it is embedded as a normal subgroup inside a bigger group, it is actually a direct factor inside that bigger group
Definition with symbols
A group is said to be complete if it satisfies the following equivalent conditions:
- (viz the center of ) is trivial and (viz every automorphism of is inner)
- The natural homomorphism given by (where ) is an isomorphism
- For any embedding of as a normal subgroup of some group , is a direct factor of
Formalisms
In terms of the supergroup property collapse operator
This group property can be defined in terms of the collapse of two subgroup properties in the following sense. Whenever the given group is embedded as a subgroup satisfying the first subgroup property (normal subgroup), in some bigger group, it also satisfies the second subgroup property (direct factor), and vice versa.
View other group properties obtained in this way
A group is complete if and only if whenever is embedded as a normal subgroup in some group , is a direct factor of .
Relation with other properties
Stronger properties
- Symmetric group on a set of size other than or : For full proof, refer: Symmetric groups on finite sets are complete, Symmetric groups on infinite sets are complete
- Automorphism group of a non-Abelian characteristically simple group: For full proof, refer: Characteristically simple and non-Abelian implies automorphism group is complete
Weaker properties
- Group in which every automorphism is inner
- Group in which every normal subgroup is characteristic
- Centerless group
- Group isomorphic to its automorphism group
Testing
GAP code
One can write code to test this group property in GAP (Groups, Algorithms and Programming), though there is no direct command for it.
View the GAP code for testing this group property at: IsCompleteGroup
View other GAP-codable group properties | View group properties with in-built commands
While there is no built-in command to test completeness, this can be done with a short snippet of code available at GAP:IsCompleteGroup. The function is invoked as follows:
IsCompleteGroup(group);