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

chore(analysis/normed_space/linear_isometry): generalize submodule.subtypeL #15115

Closed
wants to merge 1 commit into from

Conversation

RemyDegenne
Copy link
Collaborator

Replace the semi_normed_group E hypothesis of submodule.subtypeL by the weaker [add_comm_monoid E] [topological_space E].


Open in Gitpod

@RemyDegenne RemyDegenne 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 Jul 4, 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 Jul 4, 2022
Comment on lines 235 to +240
/-- `submodule.subtype` as a `continuous_linear_map`. -/
def subtypeL : p →L[R'] E := p.subtypeₗᵢ.to_continuous_linear_map
def subtypeL {E : Type*} [add_comm_monoid E] [topological_space E] [module R' E]
(p : submodule R' E) : p →L[R'] E :=
{ to_fun := λ f, f,
map_add' := λ f g, rfl,
map_smul' := λ c f, rfl, }
Copy link
Member

Choose a reason for hiding this comment

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

Can you move this out of the normed_space folder and closer to continuous_linear_map?

@eric-wieser eric-wieser added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Jul 5, 2022
@RemyDegenne
Copy link
Collaborator Author

submodule.subtypeL has been changed/removed in another PR

@eric-wieser
Copy link
Member

Yep, #15700

@RemyDegenne RemyDegenne deleted the RD_submodule branch July 31, 2022 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-author A reviewer has asked the author a question or requested changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants