-
-
Notifications
You must be signed in to change notification settings - Fork 528
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 support for pseudomorphisms #38650
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit 1db04c2; changes) is ready! 🎉 |
Yes. I committed some changes in the file |
I tried to fix the test suite. Doing this, I noticed some problems with categories; they are now fixed. |
@kryzar Please tell me if you have some comment on this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some suggestions to enhance the doc:
Co-authored-by: Antoine Leudière <[email protected]>
Co-authored-by: Antoine Leudière <[email protected]>
Co-authored-by: Antoine Leudière <[email protected]>
Co-authored-by: Antoine Leudière <[email protected]>
This PR implements pseudomorphisms.
Let$M, M'$ be modules over a ring $R$ , $\theta: R \to R$ be a ring homomorphism, and $\delta: R \to R$ be a $\theta$ -derivation, which is a map such that $\delta(xy) = \theta(x)\delta(y) + \delta(x)y$ .$f : M \to M$ is an additive map such that $f(\lambda x) = \theta(\lambda)f(x) + \delta(\lambda) x$ for all $\lambda$ and $x$ .
A pseudomorphism
This PR is based on a former PR by @ymusleh (that I could not find, I don't know why).
📝 Checklist
⌛ Dependencies