1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %A ctblmono.xml GAP documentation Thomas Breuer -->
<!-- %A & Erzsébet Horváth -->
<!-- %% -->
<!-- %% -->
<!-- %Y (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland -->
<!-- %Y Copyright (C) 2002 The GAP Group -->
<!-- %% -->
<Chapter Label="Monomiality Questions">
<Heading>Monomiality Questions</Heading>
This chapter describes functions dealing with the monomiality
of finite (solvable) groups and their characters.
<P/>
<#Include Label="[1]{ctblmono}">
<P/>
Several <E>examples</E> in this chapter use the symmetric group <M>S_4</M>
and the special linear group <M>SL(2,3)</M>.
For running the examples, you must first define the groups,
for example as follows.
<P/>
<Example><![CDATA[
gap> S4:= SymmetricGroup( 4 );; SetName( S4, "S4" );
gap> Sl23:= SL( 2, 3 );;
]]></Example>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="sect:InfoMonomial">
<Heading>InfoMonomial (Info Class)</Heading>
<#Include Label="InfoMonomial">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Character Degrees and Derived Length">
<Heading>Character Degrees and Derived Length</Heading>
<#Include Label="Alpha">
<#Include Label="Delta">
<#Include Label="IsBergerCondition">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Primitivity of Characters">
<Heading>Primitivity of Characters</Heading>
<#Include Label="TestHomogeneous">
<#Include Label="IsPrimitiveCharacter">
<#Include Label="TestQuasiPrimitive">
<#Include Label="TestInducedFromNormalSubgroup">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Testing Monomiality">
<Heading>Testing Monomiality</Heading>
<#Include Label="[2]{ctblmono}">
<#Include Label="TestMonomial">
<#Include Label="TestMonomialUseLattice">
<#Include Label="IsMonomialNumber">
<#Include Label="TestMonomialQuick">
<#Include Label="TestSubnormallyMonomial">
<#Include Label="TestRelativelySM">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Minimal Nonmonomial Groups">
<Heading>Minimal Nonmonomial Groups</Heading>
<#Include Label="IsMinimalNonmonomial">
<#Include Label="MinimalNonmonomialGroup">
</Section>
</Chapter>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %E -->
|