forgot rank

This commit is contained in:
Glen Whitney 2017-10-29 21:32:16 -04:00
parent c6754cfc68
commit 9646c6e5ee
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ())
); );