From a9b981f149356558a46af65905e86abd5290a44d Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 21 Oct 2017 01:11:04 +0200 Subject: [PATCH] need right quotients too --- gap/byconj.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/byconj.gi b/gap/byconj.gi index b834054..e4d7dd8 100644 --- a/gap/byconj.gi +++ b/gap/byconj.gi @@ -17,7 +17,7 @@ ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType; InstallMethod(ConjugatorObj, "for a mult element that allows left quotients (and should be assoc)", - [IsMultiplicativeElement and IsLeftQuotientElement], + [IsMultiplicativeElement and IsLeftQuotientElement and IsRightQuotientElement], obj -> Objectify(ConjugatorType@(obj), Immutable(obj)) );