Paranormal subgroup: Difference between revisions

From Groupprops
m (7 revisions)
No edit summary
Line 1: Line 1:
{{stdnonbasicdef}}
{{stdnonbasicdef}}
{{group property}}
{{subgroup property}}
{{variationof|normality}}
{{variation of|normality}}


==Definition==
==Definition==

Revision as of 13:31, 29 May 2008

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 Paranormal subgroup, all facts related to Paranormal 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

Definition

Definition with symbols

A subgroup H of a group G is termed paranormal if for any gG, there exists xH,Hg such that H,Hx=H,Hg.

Here Hg=g1Hg is a conjugate of H, and the angled braces are for the subgroup generated.

Relation with other properties

Stronger properties

Weaker properties

Metaproperties

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

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

The following simple GAP code can be used to test if a subgroup is paranormal.

IsParanormal := 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 K = Group(Union(H,H^x)) then flag:=true; fi;
		 od;
		 if (flag = false) then return false; fi;
		od;
	return true;
end;;

References

  • On the arrangement of intermediate subgroups by M. S. Ba and Z. I. Borevich
  • On the arrangement of subgroups by Z. I. Borevich, Zap. Nauchn. Semin. tOMI, 94, 5-12 (1979)
  • On the lattice of subgroups by Z. I. Borevich and O. N. Macedonska, Zap. Nauchn. Semin. LOMI, 103, 13-19, 1980
  • Testing of subgroups of a finite group for some embedding properties like pronormality by V. I. Mysovskikh