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] - chore(topology/algebra/module, analysis/normed_space/linear_isometry): dedup submodule.subtypeL and continuous_linear_map.subtype_val #15700

Closed
wants to merge 5 commits into from

Conversation

ADedecker
Copy link
Member

To designate the continuous linear inclusion of a submodule into the ambient space, we currently have both continuous_linear_map.subtype_val (correct assumptions, name not consistent with submodule.subtype) and submodule.subtypeL (good name, but way too strong assumptions). This keeps the best of both worlds.


Open in Gitpod

@ADedecker ADedecker added easy < 20s of review time. See the lifecycle page for guidelines. awaiting-review The author would like community review of the PR labels Jul 26, 2022
Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

Thanks, some nice cleanup.

One suggestion for a new lemma now that rw \l subtypeL doesn't work.

bors d+

@bors
Copy link

bors bot commented Jul 26, 2022

✌️ ADedecker can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@eric-wieser eric-wieser added the awaiting-CI The author would like to see what CI has to say before doing more work. label Jul 26, 2022
@leanprover-community-bot-assistant leanprover-community-bot-assistant 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 Jul 26, 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 27, 2022
@ADedecker
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request Jul 28, 2022
…: dedup `submodule.subtypeL` and `continuous_linear_map.subtype_val` (#15700)

To designate the continuous linear inclusion of a submodule into the ambient space, we currently have both `continuous_linear_map.subtype_val` (correct assumptions, name not consistent with `submodule.subtype`) and `submodule.subtypeL` (good name, but way too strong assumptions). This keeps the best of both worlds.
@bors
Copy link

bors bot commented Jul 28, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(topology/algebra/module, analysis/normed_space/linear_isometry): dedup submodule.subtypeL and continuous_linear_map.subtype_val [Merged by Bors] - chore(topology/algebra/module, analysis/normed_space/linear_isometry): dedup submodule.subtypeL and continuous_linear_map.subtype_val Jul 28, 2022
@bors bors bot closed this Jul 28, 2022
@bors bors bot deleted the AD_subtypeL_without_norm branch July 28, 2022 03:45
bottine pushed a commit to bottine/mathlib that referenced this pull request Jul 30, 2022
…: dedup `submodule.subtypeL` and `continuous_linear_map.subtype_val` (leanprover-community#15700)

To designate the continuous linear inclusion of a submodule into the ambient space, we currently have both `continuous_linear_map.subtype_val` (correct assumptions, name not consistent with `submodule.subtype`) and `submodule.subtypeL` (good name, but way too strong assumptions). This keeps the best of both worlds.
robertylewis pushed a commit that referenced this pull request Aug 2, 2022
…: dedup `submodule.subtypeL` and `continuous_linear_map.subtype_val` (#15700)

To designate the continuous linear inclusion of a submodule into the ambient space, we currently have both `continuous_linear_map.subtype_val` (correct assumptions, name not consistent with `submodule.subtype`) and `submodule.subtypeL` (good name, but way too strong assumptions). This keeps the best of both worlds.
khwilson pushed a commit that referenced this pull request Aug 2, 2022
…: dedup `submodule.subtypeL` and `continuous_linear_map.subtype_val` (#15700)

To designate the continuous linear inclusion of a submodule into the ambient space, we currently have both `continuous_linear_map.subtype_val` (correct assumptions, name not consistent with `submodule.subtype`) and `submodule.subtypeL` (good name, but way too strong assumptions). This keeps the best of both worlds.
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. easy < 20s of review time. See the lifecycle page for guidelines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants