mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 06:10:28 +01:00
action on FPGroupElement via action on the underlying word
This commit is contained in:
parent
abf2d014cc
commit
6e9cc8e0f6
@ -28,17 +28,17 @@ end
|
||||
function SymbolicWedderburn.action(
|
||||
act::AlphabetPermutation,
|
||||
γ::Groups.GroupElement,
|
||||
w::Groups.AbstractWord,
|
||||
g::Groups.AbstractFPGroupElement,
|
||||
)
|
||||
return w^(act.perms[γ])
|
||||
G = parent(g)
|
||||
w = SymbolicWedderburn.action(act, γ, word(g))
|
||||
return G(w)
|
||||
end
|
||||
|
||||
function SymbolicWedderburn.action(
|
||||
act::AlphabetPermutation,
|
||||
γ::Groups.GroupElement,
|
||||
g::Groups.AbstractFPGroupElement,
|
||||
w::Groups.AbstractWord,
|
||||
)
|
||||
G = parent(g)
|
||||
w = word(g)^(act.perms[γ])
|
||||
return G(w)
|
||||
return w^(act.perms[γ])
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user