don't check left prop for a right quandle
This commit is contained in:
parent
32a272fab9
commit
341872bafa
@ -152,7 +152,7 @@ end);
|
||||
|
||||
InstallGlobalFunction(RightQuandle, function(arg)
|
||||
arg := ArgHelper@(arg);
|
||||
CheckLQGprop@(arg[2]);
|
||||
CheckRQGprop@(arg[2]);
|
||||
if not IsRSelfDistributive(arg[2]) then
|
||||
Error("Right quandle must have right distributive generators");
|
||||
fi;
|
||||
|
Loading…
Reference in New Issue
Block a user