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
|
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…
Add table
Add a link
Reference in a new issue