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/compact_open): express the compact-open topology as an Inf of topologies #9106

Closed
wants to merge 2 commits into from

Conversation

hrmacbeth
Copy link
Member

For f : C(α, β) and a set s in α, define f.restrict s to be the restriction of f as an element of C(s, β). This PR then proves that the compact-open topology on C(α, β) is equal to the infimum of the induced compact-open topologies from the restrictions to compact sets.


Open in Gitpod

@hrmacbeth hrmacbeth added the awaiting-review The author would like community review of the PR label Sep 9, 2021
@kbuzzard
Copy link
Member

kbuzzard commented Sep 9, 2021

One branch of the main proof ends with simp only, rw, simp and the other with simp only, rw. I tried to get simp to close both of these goals in one go (in the obvious way -- throw in the rw lemma into the list of simp lemmas) and failed on both occasions (once with some terrifying deep recursion error). Hence I approve this PR :-) but I am also wondering if people know what's going on here?

@hrmacbeth
Copy link
Member Author

Indeed, I was also confused by this!

Copy link
Collaborator

@sgouezel sgouezel left a comment

Choose a reason for hiding this comment

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

bors d+
Thanks!

src/topology/compact_open.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented Sep 10, 2021

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

@github-actions github-actions bot 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 Sep 10, 2021
@hrmacbeth
Copy link
Member Author

bors r+

@github-actions github-actions bot added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Sep 10, 2021
bors bot pushed a commit that referenced this pull request Sep 10, 2021
… Inf of topologies (#9106)

For `f : C(α, β)` and a set `s` in `α`, define `f.restrict s` to be the restriction of `f` as an element of `C(s, β)`.  This PR then proves that the compact-open topology on `C(α, β)` is equal to the infimum of the induced compact-open topologies from the restrictions to compact sets.
@bors
Copy link

bors bot commented Sep 10, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/compact_open): express the compact-open topology as an Inf of topologies [Merged by Bors] - feat(topology/compact_open): express the compact-open topology as an Inf of topologies Sep 10, 2021
@bors bors bot closed this Sep 10, 2021
@bors bors bot deleted the compact-open-Inf branch September 10, 2021 18:26
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. 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

3 participants