-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Add Pseudomorphism Implementation for Free Modules #37214
Conversation
Documentation preview for this PR (built with commit 1134baa; changes) is ready! 🎉 |
@xcaruso What is your opinion on continuing with this since I see you closed the Anderson motive PR, which was a major motivation for implementing pseudomorphisms. Should we still go ahead and get this merged? |
Yes. |
The goal of this PR is to add a basic implementation of pseudomorphisms of free modules.
Let$M$ be a free module over a ring $R$ . Let $\theta: R \to R$ be a ring homomorphism and $\delta: R \to R$ a ring $\theta$ -derivation.
A pseudomorphism$f: M \to M$ is a map twisted by $(\theta, \delta)$ such that
Currently this PR implements the following functionality:
See the documentation for more details.
📝 Checklist
⌛ Dependencies
None