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/basic): some lemmas about span and restrict_scalars #10167

Closed
wants to merge 11 commits into from

Conversation

eric-wieser
Copy link
Member


Open in Gitpod

@eric-wieser eric-wieser 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 Nov 4, 2021
@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 Nov 5, 2021
@@ -800,9 +801,15 @@ span_le.2 $ subset.trans h subset_span
lemma span_eq_of_le (h₁ : s ⊆ p) (h₂ : p ≤ span R s) : span R s = p :=
le_antisymm (span_le.2 h₁) h₂

@[simp] lemma span_eq : span R (p : set M) = p :=
lemma span_eq : span R (p : set M) = p :=
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm quite surprised to see simp being removed here. Is there an easy explanation of why we shouldn't keep it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, the linter complains! This is now proved via the new lemma

@ocfnash
Copy link
Collaborator

ocfnash commented Nov 8, 2021

I'd like to understand the reason for dropping the simp tag on submodule.span_eq before we merge but otherwise this all looks great.

bors d+

@bors
Copy link

bors bot commented Nov 8, 2021

✌️ eric-wieser 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 Nov 8, 2021
@eric-wieser
Copy link
Member Author

bors merge

See above, the linter forced my hand.

@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 Nov 8, 2021
bors bot pushed a commit that referenced this pull request Nov 8, 2021
@bors
Copy link

bors bot commented Nov 8, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(linear_algebra/basic): some lemmas about span and restrict_scalars [Merged by Bors] - feat(linear_algebra/basic): some lemmas about span and restrict_scalars Nov 8, 2021
@bors bors bot closed this Nov 8, 2021
@bors bors bot deleted the eric-wieser/span-tower branch November 8, 2021 13:14
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