the quasigroup elm rep should be a quasigroup element
This commit is contained in:
parent
8c5670ef3f
commit
4254b760c9
@ -48,7 +48,7 @@ DeclareSynonym( "IsQuasigroupElement",
|
|||||||
IsMultiplicativeElement and
|
IsMultiplicativeElement and
|
||||||
IsLeftQuotientElement and IsRightQuotientElement );
|
IsLeftQuotientElement and IsRightQuotientElement );
|
||||||
DeclareRepresentation( "IsQuasigroupElmRep",
|
DeclareRepresentation( "IsQuasigroupElmRep",
|
||||||
IsPositionalObjectRep and IsMultiplicativeElement, [1] );
|
IsPositionalObjectRep and IsQuasigroupElement, [1] );
|
||||||
|
|
||||||
## element of a loop
|
## element of a loop
|
||||||
DeclareSynonym( "IsLoopElement",
|
DeclareSynonym( "IsLoopElement",
|
||||||
|
Loading…
Reference in New Issue
Block a user