<ManSection>
<Attr Name="ExtremelyStrongShodaPairs"
Arg="G"
Comm="A list of ESSPs representatives realizing Wedderburn components of QG" />
<Returns>
A list of pairs of subgroups of the input group.
</Returns>
<Description>
The input should be a finite group <A>G</A>.
<P/>
Computes a list of representatives of the equivalence classes of
<E>extremely strong Shoda pairs</E>
(<Ref Sect="ESSPDef" />) of a finite group <A>G</A>.
<P/>
<ManSection>
<Attr Name="StrongShodaPairs"
Arg="G"
Comm="A list of SSPs representatives realizing Wedderburn components of QG" />
<Returns>
A list of pairs of subgroups of the input group.
</Returns>
<Description>
The input should be a finite group <A>G</A>.
<P/>
Computes a list of representatives of the equivalence classes of
<E>strong Shoda pairs</E>
(<Ref Sect="SSPDef" />) of a finite group <A>G</A>.
<P/>
<Section Label="IsSSP">
<Heading>Properties related with Shoda pairs</Heading>
<ManSection>
<Oper Name="IsExtremelyStrongShodaPair"
Arg="G K H"
Comm="Is (K,H) an extremely strong Shoda pair of G?" />
<Description>
The first argument should be a finite group <A>G</A>,
the second one a normal sugroup <A>K</A> of <A>G</A> and the
third one a subgroup of <A>K</A>. <P/>
Returns <K>true</K> if (<A>K</A>,<A>H</A>) is an
<E>extremely strong Shoda pair</E> (<Ref Sect="ESSPDef" />)
of <A>G</A>, and <K>false</K> otherwise.
<ManSection>
<Oper Name="IsStrongShodaPair"
Arg="G K H"
Comm="Is (K,H) a strong Shoda pair of G?" />
<Description>
The first argument should be a finite group <A>G</A>,
the second one a sugroup <A>K</A> of <A>G</A> and the
third one a subgroup of <A>K</A>. <P/>
Returns <K>true</K> if (<A>K</A>,<A>H</A>) is a
<E>strong Shoda pair</E> (<Ref Sect="SSPDef" />)
of <A>G</A>, and <K>false</K> otherwise. <P/>
Note that every extremely strong Shoda pair is a strong Shoda pair,
but the converse is not true.
<ManSection>
<Oper Name="IsShodaPair"
Arg="G K H"
Comm="Is (K,H) a Shoda pair of G?" />
<Description>
The first argument should be a finite group <A>G</A>,
the second a subgroup <A>K</A> of <A>G</A> and the
third one a subgroup of <A>K</A>. <P/>
Returns <K>true</K> if (<A>K</A>,<A>H</A>) is a
<E>Shoda pair</E> (<Ref Sect="SPDef" />) of <A>G</A>.<P/>
Note that every strong Shoda pair is a Shoda pair,
but the converse is not true.
<Example>
<![CDATA[
gap> G:=AlternatingGroup(5);;
gap> K:=AlternatingGroup(4);;
gap> H := Group( (1,2)(3,4), (1,3)(2,4) );;
gap> IsStrongShodaPair( G, K, H );
false
gap> IsShodaPair( G, K, H );
true
]]>
</Example>
</Description>
</ManSection>
<Alt Only="LaTeX">\newpage</Alt>
<ManSection>
<Oper Name="IsStronglyMonomial"
Arg="G"
Comm="Is every irreducible character strongly monomial" />
<Description>
The input <A>G</A> should be a finite group. <P/>
Returns <K>true</K> if <A>G</A> is a <E>strongly monomial</E>
(<Ref Sect="StMon" />) finite group.
<ManSection>
<Oper Name="IsNormallyMonomial"
Arg="G"
Comm="Is every irreducible character normally monomial" />
<Description>
The input <A>G</A> should be a finite group. <P/>
Returns <K>true</K> if <A>G</A> is a finite <E>normally monomial</E>
(<Ref Sect="NorMon" />) group.
<Example>
<![CDATA[
gap> D24:=DihedralGroup(24);
<pc group of size 24 with 4 generators>
gap> IsNormallyMonomial(D24);
true
gap> G:=SmallGroup(192,1023);
<pc group of size 192 with 7 generators>
gap> IsNormallyMonomial(G);
true
gap> G:=SmallGroup(1029,12);
<pc group of size 1029 with 4 generators>
gap> IsNormallyMonomial(G);
false
gap> IsStronglyMonomial(G);
true
gap> G:=SL(2,3);
SL(2,3)
gap> IsNormallyMonomial(G);
false
gap> IsStronglyMonomial(G);
false
]]>
</Example>
</Description>
</ManSection>
</Section>
</Chapter>
[ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
]