############################################################################
##
## semigroups/semipbr.gd
## Copyright (C) 2015-2022 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
# This file contains declarations for semigroups of PBRs.
DeclareSynonym("IsPBRSemigroup",
IsSemigroup and IsPBRCollection);
DeclareSynonym("IsPBRMonoid",
IsMonoid and IsPBRCollection);
InstallTrueMethod(IsFinite, IsPBRSemigroup);
DeclareAttribute("DegreeOfPBRSemigroup",
IsPBRSemigroup);
[ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
]