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: the finite adele ring is an algebra over the finite integral adeles. #13705

Closed
wants to merge 6 commits into from

Conversation

kbuzzard
Copy link
Member

@kbuzzard kbuzzard commented Jun 10, 2024


Open in Gitpod

We change the definition of the finite adeles to a subtype, and rework the original construction to be a subalgebra with this underlying subtype. We then show that the finite adeles are an algebra over the finite integral adeles, in an attempt to demonstrate that this set-up works fine.

@kbuzzard kbuzzard added awaiting-review t-number-theory Number theory (also use t-algebra or t-analysis to specialize) t-algebra Algebra (groups, rings, fields, etc) labels Jun 10, 2024
Copy link

github-actions bot commented Jun 10, 2024

PR summary b23e33fe8c

Import changes

No significant changes to the import graph


Declarations diff

+ instance : Algebra (R_hat R K) (FiniteAdeleRing R K)
+ instance : Algebra K (FiniteAdeleRing R K)
+ instance : CommRing (FiniteAdeleRing R K)
+ isFiniteAdele_iff
+ subalgebra
- instance : Algebra K (FiniteAdeleRing R K) := Subalgebra.algebra _
- instance : CommRing (FiniteAdeleRing R K) := Subalgebra.toCommRing _

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>

@kbuzzard kbuzzard added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review labels Jun 11, 2024
@kbuzzard kbuzzard added awaiting-review and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jun 14, 2024
@mariainesdff
Copy link
Collaborator

mantainer merge

Copy link
Collaborator

@Ruben-VandeVelde Ruben-VandeVelde left a comment

Choose a reason for hiding this comment

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

maintainer merge

Copy link

🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde.

@riccardobrasca
Copy link
Member

LGTM to me, but let's keep an eye on it if it becomes too slow (we may need to do the same as we did for the ring of integers). Thanks!

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Jun 24, 2024
Copy link
Contributor

@ocfnash ocfnash left a comment

Choose a reason for hiding this comment

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

Thanks, two optional suggestions.

@ocfnash
Copy link
Contributor

ocfnash commented Jun 24, 2024

bors d+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jun 24, 2024

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

@riccardobrasca
Copy link
Member

bors r-

let's take Oliver's comments into account

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jun 24, 2024

Canceled.

@kbuzzard kbuzzard added the awaiting-author A reviewer has asked the author a question or requested changes label Jun 24, 2024
@kbuzzard
Copy link
Member Author

Finally taken into account!

bors r+

@github-actions github-actions bot removed the awaiting-author A reviewer has asked the author a question or requested changes label Jun 26, 2024
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jun 26, 2024

Canceled.

@kbuzzard
Copy link
Member Author

bors r+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jun 26, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: the finite adele ring is an algebra over the finite integral adeles. [Merged by Bors] - feat: the finite adele ring is an algebra over the finite integral adeles. Jun 26, 2024
@mathlib-bors mathlib-bors bot closed this Jun 26, 2024
@mathlib-bors mathlib-bors bot deleted the kbuzzard-finite-adele-stuff branch June 26, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated maintainer-merge ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc) t-number-theory Number theory (also use t-algebra or t-analysis to specialize)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants