Complete group

From Groupprops

Jump to: navigation, search

Contents

This article is about a standard (though not very rudimentary) definition in group theory.[SHOW MORE]
This article defines a group property: a property that can be evaluated to true/false for any given group
View a complete list of group properties
VIEW RELATED: Group property non-implications |
RANDOM GROUP PROPERTY: T-group: A group where any subnormal subgroup is normal, i.e., where normality is transitive. In general, normality is not transitive.

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 G is said to be complete if it satisfies the following equivalent conditions:

  • Z(G) (viz the center of G) is trivial and Inn(G) = Aut(G) (viz every automorphism of G is inner)
  • The natural homomorphism G \to Aut(G) given by g \mapsto c_g (where c_g = x \mapsto gxg^{-1}) is an isomorphism
  • For any embedding of G as a normal subgroup of some group K, G is a direct factor of K

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 G is complete if and only if whenever G is embedded as a normal subgroup in some group K, G is a direct factor of K.

Relation with other properties

Stronger properties

Weaker properties

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);
Personal tools