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): generalize finite_dimensional.iff_fg to division rings #7644

Closed
wants to merge 9 commits into from

Conversation

semorrison
Copy link
Collaborator

@semorrison semorrison commented May 18, 2021

Replace finite_dimensional.iff_fg (working over a field) with is_noetherian.iff_fg (working over a division ring). Also, use the module.finite predicate.


This is the beginning of an attempt to remove finite_dimensional entirely, in favour of just using module.finite.

Open in Gitpod

@github-actions github-actions 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 May 18, 2021
@github-actions github-actions 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 May 18, 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!

@semorrison semorrison added the awaiting-review The author would like community review of the PR label May 19, 2021
@github-actions github-actions bot added the merge-conflict Please `git merge origin/master` then a bot will remove this label. label May 19, 2021
@github-actions github-actions bot removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label May 19, 2021
Copy link
Collaborator

@Vierkantor Vierkantor left a comment

Choose a reason for hiding this comment

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

Very nice results, thanks! The only thing I'm not totally convinced by is the rename from finite_dimensional to is_noetherian (as discussed on Zulip). But this criticism goes for a lot of the vector space stuff, so let's leave that to a future clean up.

bors d+

src/linear_algebra/finite_dimensional.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented May 19, 2021

✌️ semorrison 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 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 May 19, 2021
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
@semorrison
Copy link
Collaborator Author

bors merge

@github-actions github-actions bot added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label May 20, 2021
bors bot pushed a commit that referenced this pull request May 20, 2021
…ional.iff_fg to division rings (#7644)

Replace `finite_dimensional.iff_fg` (working over a field) with `is_noetherian.iff_fg` (working over a division ring). Also, use the `module.finite` predicate.



Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
@bors
Copy link

bors bot commented May 20, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title refactor(linear_algebra/finite_dimensional): generalize finite_dimensional.iff_fg to division rings [Merged by Bors] - refactor(linear_algebra/finite_dimensional): generalize finite_dimensional.iff_fg to division rings May 20, 2021
@bors bors bot closed this May 20, 2021
@bors bors bot deleted the kill_finite_dimensional branch May 20, 2021 08:06
bors bot pushed a commit that referenced this pull request Apr 12, 2022
…13386)

Some lemmas have typeclass arguments that are in fact inferrable from the earlier ones, at least when everything is Prop valued this is unecessary so we clean up a few cases as they likely stem from typos or library changes. 

- `src/field_theory/finiteness.lean` it wasn't known at the time (#7644) that a division ring was noetherian, but now it is (#7661)
- `src/category_theory/simple.lean` any abelian category has all cokernels so no need to assume it seperately
- `src/analysis/convex/extreme.lean` assumed `linear_ordered_field` and `no_smul_zero_divisors` which is unnecessary, we take this as a sign that this and a couple of other convexity results should be generalized to densely ordered linear ordered rings (of which there are examples that are not fields) cc @YaelDillies
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. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants