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

Quelle  isorms.gd   Sprache: unbekannt

 
############################################################################
##
##  attributes/isorms.gd
##  Copyright (C) 2014-2022                              James D. Mitchell
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

DeclareCategory("IsRMSOrRZMSIsoByTriple",
                IsGeneralMapping
                and IsSPGeneralMapping
                and IsTotal
                and IsSingleValued
                and IsInjective
                and IsSurjective
                and IsAttributeStoringRep);

DeclareCategory("IsRMSIsoByTriple", IsRMSOrRZMSIsoByTriple);
DeclareCategory("IsRZMSIsoByTriple", IsRMSOrRZMSIsoByTriple);

DeclareOperation("RMSIsoByTriple", [IsReesMatrixSemigroup,
                                    IsReesMatrixSemigroup,
                                    IsDenseList]);
DeclareOperation("RZMSIsoByTriple", [IsReesZeroMatrixSemigroup,
                                     IsReesZeroMatrixSemigroup,
                                     IsDenseList]);

DeclareOperation("RMSIsoByTripleNC", [IsReesMatrixSemigroup,
                                      IsReesMatrixSemigroup,
                                      IsDenseList]);
DeclareOperation("RZMSIsoByTripleNC", [IsReesZeroMatrixSemigroup,
                                       IsReesZeroMatrixSemigroup,
                                       IsDenseList]);

DeclareOperation("ELM_LIST", [IsRMSIsoByTriple, IsPosInt]);
DeclareOperation("ELM_LIST", [IsRZMSIsoByTriple, IsPosInt]);

DeclareProperty("IsAutomorphismGroupOfRMSOrRZMS", IsGroup and IsFinite);

DeclareAttribute("IsomorphismReesMatrixSemigroupOverPermGroup", IsSemigroup);
DeclareAttribute("IsomorphismReesZeroMatrixSemigroupOverPermGroup",
                 IsSemigroup);

DeclareAttribute("CanonicalReesZeroMatrixSemigroup",
                 IsReesZeroMatrixSemigroup);
DeclareAttribute("CanonicalReesMatrixSemigroup",
                 IsReesMatrixSemigroup);

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]