Isomorph-free subgroup: Difference between revisions

From Groupprops
Line 34: Line 34:
===Stronger properties===
===Stronger properties===


* [[Weaker than::Normal Sylow subgroup]]
{| class="sortable" border="1"
* [[Weaker than::Normal Hall subgroup]]
! Property !! Meaning !! Proof of implication !! Proof of strictness (reverse implication failure) !! Intermediate notions
* [[Weaker than::Order-unique subgroup]]
|-
| [[Weaker than::normal Sylow subgroup]] || [[Sylow subgroup]] that is also normal || Follows from [[Sylow implies order-conjugate]] || || {{intermediate notions short|isomorph-free subgroup|normal Sylow subgroup}}
|-
| [[Weaker than::normal Hall subgroup]] || [[Hall subgroup]] (i.e., order and index are relatively prime) that is also normal || || || {{intermediate notions short|isomorph-free subgroup|normal Hall subgroup}}
|-
| [[Weaker than::order-unique subgroup]] || unique subgroup of its order || || [[isomorph-free not implies order-unique]] {{strictness examples for subgroup property|isomorph-free subgroup|order-unique subgroup}} || {{intermediate notions short|isomorph-free subgroup|order-unique subgroup}}
|}


===Weaker properties===
===Weaker properties===

Revision as of 15:59, 8 July 2011

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, invariant under subgroup equivalence. View a complete list of subgroup properties[SHOW MORE]

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

This article describes a property that arises as the conjunction of a subgroup property: isomorph-containing subgroup with a group property (itself viewed as a subgroup property): co-Hopfian group
View a complete list of such conjunctions

Definition

QUICK PHRASES: no other isomorphic subgroups, no isomorphic copies, only subgroup of its isomorphism type

Symbol-free definition

A subgroup of a group is said to be isomorph-free if it satisfies the following equivalent conditions:

  1. There is no other subgroup of the group isomorphic to it as an abstract group.
  2. It is an isomorph-containing subgroup that is also a co-Hopfian group (in other words, it contains every subgroup isomorphic to it, but no proper subgroup of it is isomorphic to it).

Definition with symbols

A subgroup H of a group G is said to be isomorph-free if it satisfies the following equivalent conditions:

  1. Whenever KG such that HK, then H=K (i.e. H and K are the same subgroup).
  2. H is a co-Hopfian group, and whenever KG such that HK, then KH.

Examples

Extreme examples

Examples in small finite groups

Below are some examples of a proper nontrivial subgroup that satisfy the property isomorph-free subgroup.


Below are some examples of a proper nontrivial subgroup that does not satisfy the property isomorph-free subgroup.

 Group partSubgroup partQuotient part
Center of dihedral group:D8Dihedral group:D8Cyclic group:Z2Klein four-group

Relation with other properties

Stronger properties

Property Meaning Proof of implication Proof of strictness (reverse implication failure) Intermediate notions
normal Sylow subgroup Sylow subgroup that is also normal Follows from Sylow implies order-conjugate |FULL LIST, MORE INFO
normal Hall subgroup Hall subgroup (i.e., order and index are relatively prime) that is also normal |FULL LIST, MORE INFO
order-unique subgroup unique subgroup of its order isomorph-free not implies order-unique (see also list of examples) |FULL LIST, MORE INFO

Weaker properties

Metaproperties

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

An isomorph-free subgroup of an isomorph-free subgroup need not be isomorph-free. Further information: Isomorph-freeness is not transitive

Quotient-transitivity

This subgroup property is quotient-transitive: the corresponding quotient property is transitive.
View a complete list of quotient-transitive subgroup properties

If H is an isomorph-free subgroup of G and K/H is an isomorph-free subgroup of G/H, then K is an isomorph-free subgroup of G.

For full proof, refer: Isomorph-freeness is quotient-transitive

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

If H,K are isomorph-free subgroups of G, the intersection HK need not be isomorph-free. For full proof, refer: Isomorph-freeness is not intersection-closed

Join-closedness

YES: This subgroup property is join-closed: an arbitrary (nonempty) join of subgroups with this property, also has this property.
ABOUT THIS PROPERTY: View variations of this property that are join-closed | View variations of this property that are not join-closed
ABOUT JOIN-CLOSEDNESS: View all join-closed subgroup properties (or, strongly join-closed properties) | View all subgroup properties that are not join-closed | Read a survey article on proving join-closedness | Read a survey article on disproving join-closedness

If Hi,iI is a collection of isomorph-free subgroups of G, the join of the His is also isomorph-free.

For full proof, refer: Isomorph-freeness is strongly join-closed

Upper join-closedness

NO: This subgroup property is not upper join-closed: if a subgroup has the property in intermediate subgroups it need not have the property in their join.

If HG and K,L are intermediate subgroups such that H is isomorph-free in both K and L, H need not be isomorph-free in K,L. For full proof, refer: Isomorph-freeness is not upper join-closed

Trimness

The property of being isomorph-free is trivially true, viz., it is satisfied by the trivial subgroup. However, a group need not be isomorph-free in itself, because it may be isomorphic to a proper subgroup of itself (the condition of being isomorph-free as a subgroup of itself, is precisely the condition of being a co-Hopfian group).

Effect of property operators

The subordination operator

Applying the subordination operator to this property gives: sub-isomorph-free subgroup

A subgroup H of a group G is termed sub-isomorph-free if there is a series of subgroups H=H0H1Hn=G, with each Hi1 an isomorph-free subgroup of Hi.

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 the GAP code for testing this subgroup property at: IsIsomorphFreeSubgroup
View other GAP-codable subgroup properties | View subgroup properties with in-built commands

GAP-codable subgroup property

While there is no in-built command for testing whether a subgroup is isomorph-free, a short piece of GAP code can do the test. The code can be found at GAP:IsIsomorphFreeSubgroup, and the command is invoked as follows:

IsIsomorphFreeSubgroup(group,subgroup);