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

[Merged by Bors] - feat(group_theory/index): Index of finite intersection #16393

Closed
wants to merge 9 commits into from

Conversation

tb65536
Copy link
Collaborator

@tb65536 tb65536 commented Sep 5, 2022

This PR proves that the index of a finite intersection is at most the product of the indices.


Open in Gitpod

@tb65536 tb65536 added awaiting-review The author would like community review of the PR t-algebra Algebra (groups, rings, fields etc) labels Sep 5, 2022
@alreadydone
Copy link
Collaborator

alreadydone commented Sep 9, 2022

Is the proof via injectivity (from the coset space of the inf to the product of coset spaces) easier than the current inductive proof?

@tb65536
Copy link
Collaborator Author

tb65536 commented Sep 9, 2022

Is the proof via injectivity (from the coset space of the inf to the product of coset spaces) easier than the current inductive proof?

A little. And beefing up the coset space API seems useful.

@alreadydone
Copy link
Collaborator

I didn't check but is the API somewhat parallel to the API leading up to ideal.quotient_inf_to_pi_quotient?

@tb65536
Copy link
Collaborator Author

tb65536 commented Sep 9, 2022

I didn't check but is the API somewhat parallel to the API leading up to ideal.quotient_inf_to_pi_quotient?

The main piece of API seems to be pi.ring_hom, but that sort of construction isn't helpful here.

@mathlib-dependent-issues-bot mathlib-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Sep 20, 2022
bors bot pushed a commit that referenced this pull request Sep 20, 2022
…, H ⧸ f i` (#16560)

This PR constructs the embedding `H ⧸ ⨅ i, f i  → Π i, H ⧸ f i`, which is needed for #16393.



Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
@mathlib-dependent-issues-bot mathlib-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Sep 20, 2022
@mathlib-dependent-issues-bot
Copy link
Collaborator

b-mehta pushed a commit that referenced this pull request Sep 21, 2022
…, H ⧸ f i` (#16560)

This PR constructs the embedding `H ⧸ ⨅ i, f i  → Π i, H ⧸ f i`, which is needed for #16393.



Co-authored-by: Thomas Browning <tb65536@users.noreply.github.com>
Copy link
Member

@riccardobrasca riccardobrasca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

bors d+

src/data/finite/card.lean Outdated Show resolved Hide resolved
src/data/finite/card.lean Outdated Show resolved Hide resolved
src/data/finite/card.lean Outdated Show resolved Hide resolved
src/group_theory/index.lean Outdated Show resolved Hide resolved
src/group_theory/index.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented Oct 3, 2022

✌️ tb65536 can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@leanprover-community-bot-assistant leanprover-community-bot-assistant added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Oct 3, 2022
@tb65536
Copy link
Collaborator Author

tb65536 commented Oct 4, 2022

bors r+

bors bot pushed a commit that referenced this pull request Oct 4, 2022
This PR proves that the index of a finite intersection is at most the product of the indices.
@bors
Copy link

bors bot commented Oct 4, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(group_theory/index): Index of finite intersection [Merged by Bors] - feat(group_theory/index): Index of finite intersection Oct 4, 2022
@bors bors bot closed this Oct 4, 2022
@bors bors bot deleted the index_infi_le branch October 4, 2022 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions. t-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants