right quandles are not left racks

This commit is contained in:
Glen Whitney 2017-10-20 15:48:34 +02:00
parent 341872bafa
commit 79682e0048
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ DeclareSynonym("IsLeftRack", IsLeftQuasigroup and IsLSelfDistributive);
DeclareSynonym("IsRightRack", IsRightQuasigroup and IsRSelfDistributive);
DeclareSynonym("IsLeftQuandle", IsLeftRack and IsElementwiseIdempotent);
DeclareSynonym("IsRightQuandle", IsLeftRack and IsElementwiseIdempotent);
DeclareSynonym("IsRightQuandle", IsRightRack and IsElementwiseIdempotent);
## One-sided quasigroups and racks and quandles by generators