group(deprecated)
isnormal
determine whether a subgroup is normal
Calling Sequence
Parameters
Description
Examples
isnormal(subgrl)
isnormal(pg, sg)
subgrl
-
subgrel
pg, sg
two permgroups of the same degree
Important: The group package has been deprecated. Use the superseding command GroupTheory[IsNormal] instead.
With two arguments, this function determines whether sg is a normal subgroup of the permutation group generated by the union of sg and pg. If it is, then true is returned; otherwise false is returned.
With one argument, this function tests whether subgrl is a normal subgroup. The function returns true or false.
The command with(group,isnormal) allows the use of the abbreviated form of this command.
with⁡group:
pg≔permgroup⁡8,1,2,1,2,3,4,5,6,7,8:
sg1≔permgroup⁡8,1,2,5,6,1,2,3,4,5,6,7,8:
isnormal⁡pg,sg1
false
sg2≔permgroup⁡8,1,2,3,2,3,4,5,6,7,8:
isnormal⁡pg,sg2
true
g≔grelgroup⁡a,b,b,b,b,a,b,1a,1b,a,a,a,a,a:
isnormal⁡subgrel⁡x=a,g
See Also
group[grelgroup]
group[permgroup]
group[subgrel]
Download Help Document