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(topology/algebra/module/multilinear): add continuous versions of constructions #18044

Closed
wants to merge 15 commits into from

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Jan 2, 2023

One of these is a much more general case of continuous_multilinear_map.curry0; but to keep this PR small we don't attempt to remove curry0, instead just golfing it.


Open in Gitpod

… constructions

One of these is a much more general case of `continuous_multilinear_map.curry0`; but to keep this PR small we don't attempt to remove `curry0`, instead just golfing it.
@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 t-topology Topological spaces, uniform spaces, metric spaces, filters t-algebra Algebra (groups, rings, fields etc) labels Jan 2, 2023
@mathlib-dependent-issues-bot mathlib-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Jan 2, 2023
@eric-wieser eric-wieser removed the easy < 20s of review time. See the lifecycle page for guidelines. label Jan 2, 2023
@mathlib-dependent-issues-bot mathlib-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Jan 3, 2023
@mathlib-dependent-issues-bot
Copy link
Collaborator

variables {M₂}
variables (M₁) {M₂}
Copy link
Member

Choose a reason for hiding this comment

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

I'm probably overlooking something obvious, but I can't see why you need M₁ to be explicit in const_of_is_empty

Copy link
Member Author

Choose a reason for hiding this comment

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

How else would it be inferred?

Copy link
Member

Choose a reason for hiding this comment

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

I asked that because you seem to always use _ to fill in this argument, which suggests that in all cases currently in mathlib the expected type is enough. But I get that in the middle of the proof it can be annoying to add a type annotation, so I'm okay with that.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, for this PR I needed the argument to state norm_const_of_is_empty without needing @ or annotations

@ADedecker ADedecker 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 Jan 3, 2023
@ADedecker ADedecker added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jan 3, 2023
@ADedecker
Copy link
Member

Thanks!
maintainer merge

@github-actions
Copy link

github-actions bot commented Jan 3, 2023

🚀 Pull request has been placed on the maintainer queue by ADedecker.

@ocfnash
Copy link
Collaborator

ocfnash commented Jan 3, 2023

bors merge

@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 Jan 3, 2023
bors bot pushed a commit that referenced this pull request Jan 3, 2023
… constructions (#18044)

One of these is a much more general case of `continuous_multilinear_map.curry0`; but to keep this PR small we don't attempt to remove `curry0`, instead just golfing it.
@bors
Copy link

bors bot commented Jan 3, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/algebra/module/multilinear): add continuous versions of constructions [Merged by Bors] - feat(topology/algebra/module/multilinear): add continuous versions of constructions Jan 3, 2023
@bors bors bot closed this Jan 3, 2023
@bors bors bot deleted the eric-wieser/cont-of_subsingleton branch January 3, 2023 13:08
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+`.) t-algebra Algebra (groups, rings, fields etc) t-topology Topological spaces, uniform spaces, metric spaces, filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants