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] - chore(DirectSum): drop a DecidableEq assumption #11537

Closed
wants to merge 1 commit into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Mar 20, 2024


Open in Gitpod

@urkud urkud added awaiting-review easy < 20s of review time. See the lifecycle page for guidelines. t-algebra Algebra (groups, rings, fields, etc) labels Mar 20, 2024
Copy link
Contributor

@sgouezel sgouezel left a comment

Choose a reason for hiding this comment

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

bors d+

namespace LinearMap

variable {ι R M : Type*} [CommRing R] [AddCommGroup M] [Module R M] {N : ι → Submodule R M}

section IsInternal
Copy link
Contributor

Choose a reason for hiding this comment

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

The name is not very clear (because internal has a mathematical meaning). Maybe AuxiliaryConstruction or just Auxiliary?

Copy link
Member Author

Choose a reason for hiding this comment

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

This section has variable (h : IsInternal N).

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh yeah. So the name is fine. I'd rather have h moved to the various lemmas to make them more readable, but it's not really in scope for this PR. So you can merge!

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Mar 21, 2024

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

@urkud
Copy link
Member Author

urkud commented Mar 21, 2024

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Mar 21, 2024
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Mar 21, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(DirectSum): drop a DecidableEq assumption [Merged by Bors] - chore(DirectSum): drop a DecidableEq assumption Mar 21, 2024
@mathlib-bors mathlib-bors bot closed this Mar 21, 2024
@mathlib-bors mathlib-bors bot deleted the YK-direct-sum-dec branch March 21, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated easy < 20s of review time. See the lifecycle page for guidelines. ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants