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

Quelle  freeband.gd   Sprache: unbekannt

 
###############################################################################
##
##  fp/freeband.gd
##  Copyright (C) 2013-2022                                 Julius Jonusas
##
##  Licensing information can be found in the README file of this package.
##
###############################################################################

DeclareCategory("IsFreeBandElement", IsAssociativeElement);
DeclareCategoryCollections("IsFreeBandElement");
DeclareCategory("IsFreeBandCategory", IsSemigroup and IsBand);
DeclareProperty("IsFreeBand", IsSemigroup);
DeclareSynonym("IsFreeBandSubsemigroup",
               IsSemigroup and IsFreeBandElementCollection);

DeclareGlobalFunction("FreeBand");
DeclareAttribute("ContentOfFreeBandElement", IsFreeBandElement);
DeclareAttribute("ContentOfFreeBandElementCollection",
                 IsFreeBandElementCollection);

DeclareOperation("EqualInFreeBand", [IsList, IsList]);

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]