need right quotients too
This commit is contained in:
parent
d91f0a660d
commit
a9b981f149
@ -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))
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user