Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/lpres/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 12.6.2024 mit Größe 2 kB image not shown  

Quelle  nq.gd   Sprache: unbekannt

 
############################################################################
##
#W nq.gd   LPRES    René Hartung
##

############################################################################
##
#I InfoClass
##
DeclareInfoClass( "InfoLPRES" );

############################################################################
##
#O  NilpotentQuotient( <LpGroup>, <c> )
##
DeclareOperation( "NilpotentQuotient", [ IsLpGroup, IsPosInt ] );
#InstallImmediateMethod( NilpotentQuotient, [IsLpGroup,IsZero],
#  G-> PcpGroupByCollectorNC(FromTheLeftCollector(0)));

############################################################################
##
#O  NqEpimorphismNilpotentQuotient( <LpGroup>, <c> )
##
DeclareOperation( "NqEpimorphismNilpotentQuotient", [ IsLpGroup, IsPosInt ] );

############################################################################
##
#A  NilpotentQuotientSystem ( <LpGroup> )
##
## The largest nilpotent quotient system of an invariant LpGroup that has 
## been computed by InitQuotientSystem and ExtendQuotientSystem.
##
DeclareAttribute( "NilpotentQuotientSystem", IsLpGroup and
    HasIsInvariantLPresentation and IsInvariantLPresentation);

############################################################################
##
#A  NilpotentQuotients( <LpGroup>)
##
## stores the nilpotent quotients known from the NilpotentQuotient- or from
## the NqEpimorphismNilpotentQuotient-method. The quotients are stored as
## epimorphisms from <LpGroup> onto the corresponding quotient.
##
DeclareAttribute( "NilpotentQuotients", IsLpGroup );

############################################################################
##
#F  LPRES_LCS( <QS> )
##
## computes the lower central series of the nilpotent quotient represented
## by the weighted nilpotent quotient system <QS>.
##
DeclareGlobalFunction( "LPRES_LCS" );

############################################################################
##
#A  LargestNilpotentQuotient( <LpGroup> )
##
## computes (and stores) the largest nilpotent quotient of the group 
## <LpGroup>. Note that this method will only terminate if <LpGroup> 
## has a largest nilpotent quotient.
##
DeclareAttribute( "LargestNilpotentQuotient", IsLpGroup );

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]