Pronormal subgroup

From Groupprops
Revision as of 22:16, 19 September 2008 by Vipul (talk | contribs) (→‎Metaproperties)

This article is about a definition in group theory that is standard among the group theory community (or sub-community that dabbles in such things) but is not very basic or common for people outside.
VIEW: Definitions built on this | Facts about this: (facts closely related to Pronormal subgroup, all facts related to Pronormal subgroup) |Survey articles about this | Survey articles about definitions built on this
VIEW RELATED: Analogues of this | Variations of this | Opposites of this |
View a list of other standard non-basic definitions

This article defines a subgroup property: a property that can be evaluated to true/false given a group and a subgroup thereof, invariant under subgroup equivalence. View a complete list of subgroup properties[SHOW MORE]

This is a variation of normality|Find other variations of normality | Read a survey article on varying normality

History

Origin

This term was introduced by: Hall

The notion of pronormal subgroup was introduced by Philip Hall and the first nontrivial results on it were obtained by John S. Rose in his paper Finite soluble groups with pronormal system normalizers.

Definition

Symbol-free definition

A subgroup of a group is termed pronormal if it satisfies the following equivalent conditions:

  • Any conjugate subgroup of the subgroup inside the whole group is also conjugate inside any intermediate subgroup
  • Any conjugate subgroup of the subgroup is conjugate to it inside the subgroup generated by the original subgroup and its conjugate.

Definition with symbols

A subgroup of a group is termed pronormal if it satisfies the following equivalent conditions:

  • For any and any containing both and , there exists such that .
  • For any in , there exists such that .

Here denotes the conjugate subgroup of by the element (acting on the right, or acting on the left), and the angled braces are for the join of subgroups (or subgroup generated).

Equivalence of definitions

The two definitions are equivalent because being conjugate inside the smallest possible intermediate subgroup, viz , implies being conjugate in any intermediate subgroup.

Examples

If you're interested in pronormal subgroups in a particular group, view the article on that particular group and hunt for the subsection titled Pronormal subgroups

Extreme examples

  1. Every group is pronormal as a subgroup of itself
  2. The trivial subgroup is always pronormal.

Generic examples

  1. All Sylow subgroups are pronormal.
  2. Maximal subgroups and normal subgroups are pronormal.

Particular examples

  1. High occurence example: In the symmetric group of order three, all subgroups are pronormal.
  2. Low occurrence example: In a nilpotent group, the pronormal subgroups are the same as the normal subgroups. That's because every subgroup is subnormal, and pronormal and subnormal implies normal.

Non-examples

  1. In a symmetric group of order four, or in a symmetric group of higher order, a subgroup generated by a transposition is not pronormal. That's because conjugating it can give a subgroup generated by a disjoint transposition.
  2. A subnormal subgroup that is not normal, cannot be pronormal. That's because pronormal and subnormal implies normal.

Formalisms

Monadic second-order description

This subgroup property is a monadic second-order subgroup property, viz., it has a monadic second-order description in the theory of groups
View other monadic second-order subgroup properties

Pronormality can be expressed using a monadic second-order sentence. The sentence is somewhat complicated. First, note that, using monadic second-order logic, it is possible to construct the subgroup generated by any subset (namely as the smallest subset containing that subset and closed under group operations). Thus, if is a subgroup of , the group can be constructed using monadic second-order logic. Pronormality testing is now the following sentence:

Relation with other properties

Stronger properties

Weaker properties

Conjunction with other properties

Metaproperties

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)

Intermediate subgroup condition

YES: This subgroup property satisfies the intermediate subgroup condition: if a subgroup has the property in the whole group, it has the property in every intermediate subgroup.
ABOUT THIS PROPERTY: View variations of this property satisfying intermediate subgroup condition | View variations of this property not satisfying intermediate subgroup condition
ABOUT INTERMEDIATE SUBROUP CONDITION:View all properties satisfying intermediate subgroup condition | View facts about intermediate subgroup condition

Pronormality satisfies the intermediate subgroup condition, that is, any pronormal subgroup is pronormal in every intermediate subgroup. Further information: Pronormality satisfies intermediate subgroup condition

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 pronormal subgroups need not be pronormal. For full proof, refer: Pronormality is not intersection-closed

Transitivity

NO: This subgroup property is not transitive: a subgroup with this property in a subgroup with this property, need not have the property in the whole group
ABOUT THIS PROPERTY: View variations of this property that are transitive|View variations of this property that are not transitive
ABOUT TRANSITIVITY: View a complete list of subgroup properties that are not transitive|View facts related to transitivity of subgroup properties | View a survey article on disproving transitivity

The property of pronormality is not transitive. The subordination of this property is the property of being subpronormal. Further information: Pronormality is not transitive

Facts

The normalizer of any pronormal subgroup is abnormal. For full proof, refer: Normalizer of pronormal implies abnormal

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

GAP-codable subgroup property

There isn't any in-built GAP command for pronormality, but the following simple GAP code can be used to test pronormality:

IsPronormal := function(G,H)
	    local K,g,x,flag;
	    for g in Set(G) do
	    	K := Group(Union(H,H^g));
		flag := false;
		for x in K do
		    if H^g = H^x then flag:=true; fi;
		 od;
		 if (flag = false) then return false; fi;
		od;
	return true;
end;;

References

Textbook references

  • Finite Groups by Daniel Gorenstein, ISBN 0821843427, More info, Page 13, Chapter 1, Exercise 4 (definition introduced in exercise)

Journal references

External links

Search for pronormal on the World Wide Web:
Scholarly articles: Google Scholar, JSTOR
Books: Google Books, Amazon
This wiki: Internal search, Google site search
Encyclopaedias: Wikipedia (or using Google), Citizendium
Math resource pages:Mathworld, Planetmath, Springer Online Reference Works
Math wikis: Topospaces, Diffgeom, Commalg, Noncommutative
Discussion fora: Mathlinks, Google Groups
The web: Google, Yahoo, Windows Live
Learn more about using the Searchbox OR provide your feedback

Definition links