need right quotients too
This commit is contained in:
parent
d91f0a660d
commit
a9b981f149
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType;
|
||||||
|
|
||||||
InstallMethod(ConjugatorObj,
|
InstallMethod(ConjugatorObj,
|
||||||
"for a mult element that allows left quotients (and should be assoc)",
|
"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))
|
obj -> Objectify(ConjugatorType@(obj), Immutable(obj))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue