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(linear_algebra/*): add lemma linear_independent.finite_of_is_noetherian #14714

Closed
wants to merge 16 commits into from

Conversation

ocfnash
Copy link
Collaborator

@ocfnash ocfnash commented Jun 13, 2022

This replaces fintype_of_is_noetherian_linear_independent which gave the same
conclusion except demanded strong_rank_condition R instead of just nontrivial R.

Also some other minor gaps filled.


Open in Gitpod

@ocfnash ocfnash added awaiting-review The author would like community review of the PR awaiting-CI The author would like to see what CI has to say before doing more work. labels Jun 13, 2022
…etherian`

This replaces `fintype_of_is_noetherian_linear_independent` which gave the same
conclusion except demanded `strong_rank_condition R` instead of just `nontrivial R`.

Also some other minor gaps filled.
These fixes are necessary because we have introduced the import
`data.finite.basic` in `order.compactly_generated` which is then
transitively exported.
Copy link
Member

@PatrickMassot PatrickMassot left a comment

Choose a reason for hiding this comment

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

LGTM. I left two tiny comments.

src/linear_algebra/span.lean Show resolved Hide resolved
refine (supr_mono $ λ i, _).trans (supr_comp_le _ f),
exact supr_const_mono hf.ne,
end

lemma independent.comp'
Copy link
Member

Choose a reason for hiding this comment

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

The names independent.comp and independent.comp' are not great. It's not easy to understand from names that composition is not on the same side. Maybe independent.comp_inj and independent.of_comp_surj or something? It's not really clearer...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I agree but I'm not sure about comp_inj and of_comp_surj either.

@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Jun 14, 2022
@ocfnash ocfnash requested review from kmill June 16, 2022 07:38
src/order/sup_indep.lean Outdated Show resolved Hide resolved
@kmill
Copy link
Collaborator

kmill commented Jul 1, 2022

Thanks

bors r+

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Jul 1, 2022
bors bot pushed a commit that referenced this pull request Jul 1, 2022
…etherian` (#14714)

This replaces `fintype_of_is_noetherian_linear_independent` which gave the same
conclusion except demanded `strong_rank_condition R` instead of just `nontrivial R`.

Also some other minor gaps filled.
@bors
Copy link

bors bot commented Jul 1, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Jul 1, 2022
…etherian` (#14714)

This replaces `fintype_of_is_noetherian_linear_independent` which gave the same
conclusion except demanded `strong_rank_condition R` instead of just `nontrivial R`.

Also some other minor gaps filled.
@bors
Copy link

bors bot commented Jul 1, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(linear_algebra/*): add lemma linear_independent.finite_of_is_noetherian [Merged by Bors] - feat(linear_algebra/*): add lemma linear_independent.finite_of_is_noetherian Jul 1, 2022
@bors bors bot closed this Jul 1, 2022
@bors bors bot deleted the ocfnash/linear_indep_finite branch July 1, 2022 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

5 participants