magmawithinverseS
This commit is contained in:
parent
503562f7ab
commit
cc19d81941
1 changed files with 3 additions and 3 deletions
|
@ -460,10 +460,10 @@ InstallMethod(Opposite, "for a finitely generated magma with one",
|
||||||
end);
|
end);
|
||||||
|
|
||||||
InstallMethod(Opposite, "for a finitely generated magma with inverse",
|
InstallMethod(Opposite, "for a finitely generated magma with inverse",
|
||||||
[IsMagmaWithInverse and HasGeneratorsOfMagmaWithInverse],
|
[IsMagmaWithInverse and HasGeneratorsOfMagmaWithInverses],
|
||||||
function(M)
|
function(M)
|
||||||
local fam, elts;
|
local fam, elts;
|
||||||
fam := CollectionsFamily(OppositeFamily(ElementsFamily(FamilyObj(M))));
|
fam := CollectionsFamily(OppositeFamily(ElementsFamily(FamilyObj(M))));
|
||||||
elts := List(GeneratorsOfMagmaWithInverse(M), m -> OppositeObj(m));
|
elts := List(GeneratorsOfMagmaWithInverses(M), m -> OppositeObj(m));
|
||||||
return MagmaWithInverse(fam, elts);
|
return MagmaWithInverses(fam, elts);
|
||||||
end);
|
end);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue