forgot rank
This commit is contained in:
parent
c6754cfc68
commit
9646c6e5ee
@ -105,7 +105,7 @@ end);
|
|||||||
# is pre-empted by the immediate method that all collections of size
|
# is pre-empted by the immediate method that all collections of size
|
||||||
# larger than one are non-trivial.
|
# larger than one are non-trivial.
|
||||||
InstallImmediateMethod(IsTrivial, "for a left quasigroup",
|
InstallImmediateMethod(IsTrivial, "for a left quasigroup",
|
||||||
[IsLeftQuasigroup and HasSize],
|
[IsLeftQuasigroup and HasSize], 1,
|
||||||
Q -> ForAll(LeftPerms(Q), p -> p = ())
|
Q -> ForAll(LeftPerms(Q), p -> p = ())
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user