Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/crisp/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 16.1.2016 mit Größe 1 kB image not shown  

Quelle  residual.gd   Sprache: unbekannt

 
#############################################################################
##
##  residual.gd                      CRISP                   Burkhard Höfling
##
##  Copyright © 2000-2002, 2006 by Burkhard Höfling
##


#############################################################################
##
#A  Residual(<grp>, <class>)
##
KeyDependentOperation("Residual", IsGroup, IsGroupClass, ReturnTrue);
DeclareSynonym("Residuum", Residual);


#############################################################################
##
#A  CharacteristicSubgroups(<grp>)
##
##  See the manual.
##
DeclareAttribute("CharacteristicSubgroups", IsGroup);


#############################################################################
##
#O  OneInvariantSubgroupMinWrtQProperty 
#O                                 (<act>, <grp>, <pretest>, <test>, <data>)
##
##  See the manual.
##
DeclareOperation("OneInvariantSubgroupMinWrtQProperty", 
    [IsListOrCollection, IsGroup, IsFunction, IsFunction, IsObject]);


############################################################################
##
#O  AllInvariantSubgroupsWithQProperty 
#O                                (<act>, <grp>, <pretest>, <test>, <data>)
##
##  See the manual.
##
DeclareOperation("AllInvariantSubgroupsWithQProperty", 
    [IsListOrCollection, IsGroup, IsFunction, IsFunction, IsObject]);


#############################################################################
##
#O  OneNormalSubgroupMinWrtQProperty(<grp>, <pretest>, <test>, <data>)
##
##  See the manual.
##
DeclareOperation("OneNormalSubgroupMinWrtQProperty", 
    [IsGroup, IsFunction, IsFunction, IsObject]);


############################################################################
##
#O  AllNormalSubgroupsWithQProperty <grp>, <pretest>, <test>, <data>)
##
##  See the manual.
##
DeclareOperation("AllNormalSubgroupsWithQProperty", 
    [IsGroup, IsFunction, IsFunction, IsObject]);


############################################################################
##
#E
##

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]