Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GModule: replace _hom #3603

Merged
merged 3 commits into from
Apr 15, 2024
Merged

GModule: replace _hom #3603

merged 3 commits into from
Apr 15, 2024

Conversation

ThomasBreuer
Copy link
Member

Create the images of generators directly, instead of first creating pseudo-inverses and compositions of maps.
(Eventually, restricting the group action to a submodule should become a function of its own.)

(also fixed a call of maximal_submodule_bases)

Create the images of generators directly,
instead of first creating pseudo-inverses and compositions of maps.
(Eventually, restricting the group action to a submodule should become
a function of its own.)
@ThomasBreuer ThomasBreuer requested a review from fieker April 12, 2024 12:22
@lgoettgens lgoettgens added the experimental Only changes experimental parts of the code label Apr 12, 2024
@fieker
Copy link
Contributor

fieker commented Apr 12, 2024 via email

@ThomasBreuer
Copy link
Member Author

O.k., sub(M::GModule, phi::Map) shall take an embedding with codomain M and shall return S, emb such that S is a GModule for the same group as M but with module S.
(I have not found this, will add it.)

@fieker
Copy link
Contributor

fieker commented Apr 12, 2024 via email

@ThomasBreuer
Copy link
Member Author

There is Oscar.sub(C::GModule{<:Any, <:AbstractAlgebra.FPModule{T}}, m::MatElem{T}) where {T <: FinFieldElem} but this is a different situation.

@fieker fieker merged commit e95c141 into oscar-system:master Apr 15, 2024
26 checks passed
@ThomasBreuer ThomasBreuer deleted the TB_no__hom branch April 15, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental Only changes experimental parts of the code topic: groups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants