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] - refactor(linear_algebra/finite_dimensional): define finite_dimensional using module.finite #9854

Closed
wants to merge 42 commits into from

Conversation

riccardobrasca
Copy link
Member

@riccardobrasca riccardobrasca commented Oct 21, 2021

finite_dimensional K V is by definition is_noetherian K V. We refactor this to use everywhere finite K V instead.

To keep the PR reasonably small, we don't delete finite_dimension, but we define it as module.finite. In a future PR we will remove it.


Open in Gitpod

@riccardobrasca riccardobrasca added the WIP Work in progress label Oct 21, 2021
@riccardobrasca riccardobrasca added awaiting-review The author would like community review of the PR and removed WIP Work in progress labels Oct 21, 2021
@riccardobrasca riccardobrasca changed the title refactor(linear_algebra/finite_dimensional): use finite instead of finite_dimensional=is_noetherian refactor(linear_algebra/finite_dimensional): define finite_dimensional using module.finite Oct 21, 2021
@github-actions github-actions bot added merge-conflict Please `git merge origin/master` then a bot will remove this label. and removed blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. labels Oct 22, 2021
@github-actions
Copy link

🎉 Great news! Looks like all the dependencies have been resolved:

💡 To add or remove a dependency please update this issue/PR description.

Brought to you by Dependent Issues (:robot: ). Happy coding!

@github-actions github-actions bot added merge-conflict Please `git merge origin/master` then a bot will remove this label. and removed merge-conflict Please `git merge origin/master` then a bot will remove this label. labels Oct 23, 2021
@github-actions github-actions bot removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Oct 24, 2021
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉 LGTM

bors d+

src/linear_algebra/finite_dimensional.lean Outdated Show resolved Hide resolved
@github-actions github-actions bot added the delegated The PR author may merge after reviewing final suggestions. label Oct 25, 2021
@bors
Copy link

bors bot commented Oct 25, 2021

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

@github-actions github-actions bot removed the awaiting-review The author would like community review of the PR label Oct 25, 2021
Co-authored-by: Johan Commelin <johan@commelin.net>
@riccardobrasca
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request Oct 25, 2021
…l using module.finite (#9854)

`finite_dimensional K V` is by definition `is_noetherian K V`. We refactor this to use everywhere `finite K V` instead.

To keep the PR reasonably small, we don't delete `finite_dimension`, but we define it as `module.finite`. In a future PR we will remove it.

- [x] depends on: #9860
@bors
Copy link

bors bot commented Oct 25, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title refactor(linear_algebra/finite_dimensional): define finite_dimensional using module.finite [Merged by Bors] - refactor(linear_algebra/finite_dimensional): define finite_dimensional using module.finite Oct 25, 2021
@bors bors bot closed this Oct 25, 2021
@bors bors bot deleted the RB_rfc_finite_dimensional branch October 25, 2021 20:31
@eric-wieser eric-wieser added the hacktoberfest-accepted Without this label hacktoberfest is scared off by bors label Oct 26, 2021
ericrbg pushed a commit that referenced this pull request Nov 9, 2021
…l using module.finite (#9854)

`finite_dimensional K V` is by definition `is_noetherian K V`. We refactor this to use everywhere `finite K V` instead.

To keep the PR reasonably small, we don't delete `finite_dimension`, but we define it as `module.finite`. In a future PR we will remove it.

- [x] depends on: #9860
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. hacktoberfest-accepted Without this label hacktoberfest is scared off by bors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants