Groupprops, The Group Properties Wiki (pre-alpha)
Take a short survey about Math Resources on the Internet.

Automorph-conjugate subgroup

From Groupprops

Jump to: navigation, search

Contents

BEWARE! This term is nonstandard and is being used locally within the wiki. [SHOW MORE]
This article defines a subgroup property: a property that can be evaluated to true/false given a group and a subgroup thereof.
View a complete list of subgroup properties|Get subgroup property lookup help |Get exploration suggestions[SHOW MORE]
This is a variation of characteristicity
Find other variations of characteristicity | Read a survey article on varying characteristicity

History

This subgroup property was studied somewhat by Wielandt, who dubbed them intravariant subgroups.

This term is local to the wiki. To learn more about why this name was chosen for the term, and how it does not conflict with existing choice of terminology, refer the talk page.

Definition

Symbol-free definition

A subgroup of a group is termed automorph-conjugate (or intravariant) if it satisfies the following equivalent conditions:

  1. Any automorph (i.e. any subgroup to which it can go via an automorphism of the whole group), is also conjugate to the subgroup.
  2. Whenever the bigger group is embedded as a normal subgroup of some ambient group, the product of the bigger group with the normalizer of the smaller group in the ambient group, is the whole group.
  3. Consider a generating set for the automorphism group of the group. Then, the image of the subgroup under any element of that generating set is conjugate to it.

Definition with symbols

A subgroup H of a group G is termed automorph-conjugate (or intravariant) in G if it satisfies the following equivalent conditions:

  1. For any automorphism σ of G, H and σ(H) are conjugate subgroups in G (that is, there exists g \in G such that σ(H) = gHg − 1).
  2. Whenever G \triangleleft M for some group M, GNM(H) = M.
  3. Suppose A is a generating set for the automorphism group \operatorname{Aut}(G). Then, σ(H) is a conjugate subgroup of H for every \sigma \in A.

Equivalence of definitions

The equivalence of definitions (1) and (2) follows Frattini's argument.

For the equivalence of definitions (1) and (3):

Formalisms

BEWARE! This section of the article uses terminology local to the wiki, possibly without giving a full explanation of the terminology used (though efforts have been made to clarify terminology as much as possible within the particular context)

Relation implication expression

This subgroup property is a relation implication-expressible subgroup property: it can be defined and viewed using a relation implication expression
View other relation implication-expressible subgroup properties

The subgroup property of being automorph-conjugate can be expressed as automorph \implies conjugate subgroups. In other words, H is automorph-conjugate in G iff for every automorph K of H, H and K are conjugate subgroups.

Examples

Extreme examples

More generally, any characteristic subgroup of a group is automorph-conjugate.

High-occurrence examples

Low-occurrence examples

Miscellaneous examples

Relation with other properties

Resemblance properties
Normal-to-characteristic properties

Stronger properties

Weaker properties

Incomparable properties

Related group properties

Metaproperties

Transitivity

This subgroup property is transitive: a subgroup with this property in a subgroup with this property, also has this property in the whole group.
ABOUT THIS PROPERTY: |
ABOUT TRANSITIVITY: View a complete list of transitive subgroup properties| View a complete list of facts related to transitivity of subgroup properties |Read a survey article on proving transitivity

If H is an automorph-conjugate subgroup of K and K is an automorph-conjugate subgroup of G, then H is an automorph-conjugate subgroup of G.

For full proof, refer: Automorph-conjugacy is transitive

Trimness

This subgroup property is trim -- it is both trivially true (true for the trivial subgroup) and identity-true (true for a group as a subgroup of itself).
View other trim subgroup properties | View other trivially true subgroup properties | View other identity-true subgroup properties

Intersection-closedness

This subgroup property is not intersection-closed, viz., it is not true that an intersection of subgroups with this property must have this property.
Read an article on methods to prove that a subgroup property is not intersection-closed

An intersection of automorph-conjugate subgroups need not be automorph-conjugate. In fact, an intersection of conjugate automorph-conjugate subgroups need not be automorph-conjugate either. For full proof, refer: Automorph-conjugacy is not intersection-closed, Automorph-conjugacy is not conjugate-intersection-closed

Intermediate subgroup condition

NO: This subgroup property does not satisfy the intermediate subgroup condition: it is possible to have a subgroup satisfying the property in the whole group but not satisfying the property in some intermediate subgroup.
ABOUT THIS PROPERTY: |
ABOUT INTERMEDIATE SUBGROUP CONDITION: View other subgroup properties not satisfying intermediate subgroup condition| View facts about intermediate subgroup condition

The property of being automorph-conjugate does not satisfy the intermediate subgroup condition.

Join-closedness

This subgroup property is not join-closed, viz., it is not true that a join of subgroups with this property must have this property.
Read an article on methods to prove that a subgroup property is not join-closed

A join of automorph-conjugate subgroups need not be automorph-conjugate. For full proof, refer: Automorph-conjugacy is not join-closed

Centralizer-closedness

This subgroup property is centralizer-closed: the centralizer of any subgroup with this property, in the whole group, again has this property
View other centralizer-closed subgroup properties

The centralizer of an automorph-conjugate subgroup of a group is again automorph-conjugate. For full proof, refer: Automorph-conjugacy is centralizer-closed

Normalizer-closedness

This subgroup property is normalizer-closed: the normalizer of any subgroup with this property, in the whole group, again has this property
View a complete list of normalizer-closed subgroup properties

The normalizer of an automorph-conjugate subgroup of a group is again automorph-conjugate. For full proof, refer: Automorph-conjugacy is normalizer-closed

Effect of operators

Intermediately operator

The result of applying the intermediately operator to the property of being automorph-conjugate gives the property of being an intermediately automorph-conjugate subgroup. This implies the property of being pronormal.

Testing

GAP code

One can write code to test this subgroup property in GAP (Groups, Algorithms and Programming), though there is no direct command for it.
View other GAP-codable subgroup properties | View subgroup properties with in-built commands

Here is a short piece of code that can be used to test whether a subgroup in a finite group is automorph-conjugate. The code is not very efficient.

AutomorphicImage := function(a,K)
		 local L, g;
		 L := List([]);
		 for g in Set(K) do
		     Add(L,g^a);
		 od;
		 return Group(L);
end;;

IsAutomorphConjugateSubgroup := function(G,H)
		     local A, s;
		     A := AutomorphismGroup(G);
		     for s in A do
		     	 if not (AutomorphicImage(s,H) in ConjugateSubgroups(G,H)) then
			    return false;
			    fi;
			 od;
		     return true;
end;;

References

Journal references

Personal tools
Namespaces
Variants
Actions
Navigation
lookup
Credits
Toolbox
request/feedback
subject wikis