Skip to content

Commit

Permalink
Add absolute_automorphism_group(::Type{PermGroup}, ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Jun 9, 2023
1 parent a94bc0e commit 5232c62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions experimental/GModule/GaloisCohomology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ function Oscar.automorphism_group(::Type{PermGroup}, K, k)
return codomain(mH), inv(mH)*mG
end

function Oscar.absolute_automorphism_group(::Type{PermGroup}, k)
G, mG = absolute_automorphism_group(k)
mH = isomorphism(PermGroup, G)
return codomain(mH), inv(mH)*mG
end

"""
The natural `ZZ[H]` module where `H`, a subgroup of the
Expand Down

0 comments on commit 5232c62

Please sign in to comment.