mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-26 00:55:27 +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(
|
function SymbolicWedderburn.action(
|
||||||
act::AlphabetPermutation,
|
act::AlphabetPermutation,
|
||||||
γ::Groups.GroupElement,
|
γ::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
|
end
|
||||||
|
|
||||||
function SymbolicWedderburn.action(
|
function SymbolicWedderburn.action(
|
||||||
act::AlphabetPermutation,
|
act::AlphabetPermutation,
|
||||||
γ::Groups.GroupElement,
|
γ::Groups.GroupElement,
|
||||||
g::Groups.AbstractFPGroupElement,
|
w::Groups.AbstractWord,
|
||||||
)
|
)
|
||||||
G = parent(g)
|
return w^(act.perms[γ])
|
||||||
w = word(g)^(act.perms[γ])
|
|
||||||
return G(w)
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user