Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - chore(topology/algebra/module/basic): remove two duplicate lemmas#12072

Closed
eric-wieser wants to merge 1 commit intomasterfrom
eric-wieser/delete-junk
Closed

[Merged by Bors] - chore(topology/algebra/module/basic): remove two duplicate lemmas#12072
eric-wieser wants to merge 1 commit intomasterfrom
eric-wieser/delete-junk

Conversation

@eric-wieser
Copy link
Copy Markdown
Member

@eric-wieser eric-wieser commented Feb 16, 2022

continuous_linear_map.continuous_nsmul is nothing to do with continuous_linear_maps, and is the same as continuous_nsmul, but the latter doesn't require commutativity. There is no reason to keep the former.

This lemma was added in #7084, but probably got missed due to how large that PR had to be.

We can't remove continuous_linear_map.continuous_zsmul until #12055 is merged, as there is currently no continuous_zsmul in the root namespace.


Open in Gitpod

These are in the wrong namespace, and are identical to the lemmas in the right namespace but with unecessarily strong assumptions.
@eric-wieser eric-wieser added easy < 20s of review time. See the lifecycle page for guidelines. 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 Feb 16, 2022
@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 Feb 16, 2022
@TwoFX
Copy link
Copy Markdown
Member

TwoFX commented Feb 16, 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 Feb 16, 2022
bors bot pushed a commit that referenced this pull request Feb 16, 2022
…2072)

`continuous_linear_map.continuous_nsmul` is nothing to do with `continuous_linear_map`s, and is the same as `continuous_nsmul`, but the latter doesn't require commutativity. There is no reason to keep the former.

This lemma was added in #7084, but probably got missed due to how large that PR had to be.

We can't remove `continuous_linear_map.continuous_zsmul` until #12055 is merged, as there is currently no `continuous_zsmul` in the root namespace.
@bors
Copy link
Copy Markdown

bors bot commented Feb 16, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(topology/algebra/module/basic): remove two duplicate lemmas [Merged by Bors] - chore(topology/algebra/module/basic): remove two duplicate lemmas Feb 16, 2022
@bors bors bot closed this Feb 16, 2022
@bors bors bot deleted the eric-wieser/delete-junk branch February 16, 2022 15:22
bors bot pushed a commit that referenced this pull request Feb 17, 2022
This lemma duplicates the lemma of the same name in the root namespace, and should not be in this namespace in the first place.

The other half of #12072, now that the dependent PR is merged.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

easy < 20s of review time. See the lifecycle page for guidelines. 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.

2 participants