This repository was archived by the owner on Jul 24, 2024. It is now read-only.
feat(ring_theory/integral_domain): generalize card_fiber_eq_of_mem_range#17653
Open
feat(ring_theory/integral_domain): generalize card_fiber_eq_of_mem_range#17653
card_fiber_eq_of_mem_range#17653Conversation
…ange` * Generalize `card_fiber_eq_of_mem_range` to homomorphisms from a group to a monoid. * Rename it to `monoid_hom.card_fiber_eq_of_mem_range`, use `to_additive`.
4 tasks
alreadydone
reviewed
Nov 21, 2022
src/ring_theory/integral_domain.lean
Outdated
Comment on lines
136
to
138
| @[to_additive] lemma monoid_hom.card_fiber_eq_of_mem_range {M} [monoid M] [decidable_eq M] | ||
| (f : G →* M) {x y : M} (hx : x ∈ set.range f) (hy : y ∈ set.range f) : | ||
| (univ.filter $ λ g, f g = x).card = (univ.filter $ λ g, f g = y).card := |
Collaborator
There was a problem hiding this comment.
We should probably make an equivalence f⁻¹ {x} ≃f.ker given x ∈ set.range f.
…/mathlib into YK-range-lift
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
card_fiber_eq_of_mem_rangeto homomorphisms from a group to a monoid.monoid_hom.card_fiber_eq_of_mem_range, useto_additive.