Isomorph-free subgroup: Difference between revisions
| Line 34: | Line 34: | ||
===Stronger properties=== | ===Stronger properties=== | ||
{| class="sortable" border="1" | |||
! Property !! Meaning !! Proof of implication !! Proof of strictness (reverse implication failure) !! Intermediate notions | |||
|- | |||
| [[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:
- There is no other subgroup of the group isomorphic to it as an abstract group.
- 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 of a group is said to be isomorph-free if it satisfies the following equivalent conditions:
- Whenever such that , then (i.e. and are the same subgroup).
- is a co-Hopfian group, and whenever such that , then .
Examples
Extreme examples
- The trivial subgroup is isomorph-free.
- Any co-Hopfian group (and in particular, any finite group) is isomorph-free as a subgroup of itself.
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 part | Subgroup part | Quotient part | |
|---|---|---|---|
| Center of dihedral group:D8 | Dihedral group:D8 | Cyclic group:Z2 | Klein 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
- Isomorph-containing subgroup
- Characteristic subgroup: Also related:
- Isomorph-conjugate subgroup: Also related:
- Normal-isomorph-free subgroup: Also related:
- Isomorph-normal subgroup: Also related:
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 is an isomorph-free subgroup of and is an isomorph-free subgroup of , then is an isomorph-free subgroup of .
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 are isomorph-free subgroups of , the intersection 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 is a collection of isomorph-free subgroups of , the join of the s 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 and are intermediate subgroups such that is isomorph-free in both and , need not be isomorph-free in . 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 of a group is termed sub-isomorph-free if there is a series of subgroups , with each an isomorph-free subgroup of .
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
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);