the quasigroup elm rep should be a quasigroup element
This commit is contained in:
parent
8c5670ef3f
commit
4254b760c9
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ DeclareSynonym( "IsQuasigroupElement",
|
|||
IsMultiplicativeElement and
|
||||
IsLeftQuotientElement and IsRightQuotientElement );
|
||||
DeclareRepresentation( "IsQuasigroupElmRep",
|
||||
IsPositionalObjectRep and IsMultiplicativeElement, [1] );
|
||||
IsPositionalObjectRep and IsQuasigroupElement, [1] );
|
||||
|
||||
## element of a loop
|
||||
DeclareSynonym( "IsLoopElement",
|
||||
|
|
Loading…
Add table
Reference in a new issue