-
Notifications
You must be signed in to change notification settings - Fork 1k
[Merged by Bors] - chore: move and generalize card_fiber_eq_of_mem_range #10088
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
Conversation
PR summaryImport changesNo significant changes to the import graph Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit> |
|
Is the PR description accurate? It says "this PR moves..." but I only see a new declaration. Anyway LGTM, thanks! bors d+ |
|
✌️ dupuisf can now approve this pull request. To approve and merge a pull request, simply reply with |
Indeed I messed up when merging master somehow. Now it's an actual move again. Thanks! |
|
bors r+ |
This PR moves the lemma `card_fiber_eq_of_mem_range` from `RingTheory/IntegralDomain` to `GroupTheory/Index` which makes far more sense. It also adds the additive version, generalizes to `MonoidHomClass`, and puts it in the `MonoidHom` namespace (instead of root). Co-authored-by: Yury Kudryashov <urkud@urkud.name>
|
Pull request successfully merged into master. Build succeeded: |
|
It seems like you may have forgotten the deprecated alias? |
This PR adds a deprecation alias that was missing from #10088.
This PR adds a deprecation alias that was missing from #10088.
This PR moves the lemma `card_fiber_eq_of_mem_range` from `RingTheory/IntegralDomain` to `GroupTheory/Index` which makes far more sense. It also adds the additive version, generalizes to `MonoidHomClass`, and puts it in the `MonoidHom` namespace (instead of root). Co-authored-by: Yury Kudryashov <urkud@urkud.name>
This PR adds a deprecation alias that was missing from #10088.
This PR moves the lemma
card_fiber_eq_of_mem_rangefromRingTheory/IntegralDomaintoGroupTheory/Indexwhich makes far more sense. It also adds the additive version, generalizes toMonoidHomClass, and puts it in theMonoidHomnamespace (instead of root).Co-authored-by: Yury Kudryashov urkud@urkud.name