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/continuous_function): lemmas on infinite sums of continuous functions #18424

Closed
wants to merge 3 commits into from

Conversation

loefflerd
Copy link
Collaborator

A lemma (in three variants) about evaluating infinite sums of continuous functions at a point. Split off from #18392.


Open in Gitpod

@loefflerd loefflerd marked this pull request as ready for review February 11, 2023 00:27
@loefflerd loefflerd added the awaiting-review The author would like community review of the PR label Feb 11, 2023
/-- If `α` is locally compact, and an infinite sum of functions in `C(α, β)`
converges to `g` (for the compact-open topology), then the pointwise sum converges to `g x` for
all `x ∈ α`. -/
lemma has_sum_apply {α : Type*} {β : Type*} {γ : Type*}
Copy link
Member

Choose a reason for hiding this comment

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

Is there a section you can place these in the file that already has three types with the right typeclasses?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There wasn't, but there probably should have been (there was a long string of lemmas all repeating the declaration {α : Type*} {β : Type*} [topological_space α] [topological_space β] each time). I've streamlined it a bit.

Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

bors merge

@leanprover-community-bot-assistant leanprover-community-bot-assistant 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 11, 2023
bors bot pushed a commit that referenced this pull request Feb 11, 2023
…uous functions (#18424)

A lemma (in three variants) about evaluating infinite sums of continuous functions at a point. Split off from #18392.
@bors
Copy link

bors bot commented Feb 11, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/continuous_function): lemmas on infinite sums of continuous functions [Merged by Bors] - feat(topology/continuous_function): lemmas on infinite sums of continuous functions Feb 11, 2023
@bors bors bot closed this Feb 11, 2023
@bors bors bot deleted the DL_continuous_function_sums branch February 11, 2023 10:50
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+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants