Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(analysis/locally_convex): locally bounded implies continuous#16550

Closed
mcdoll wants to merge 10 commits intomasterfrom
mcdoll/bounded_cont
Closed

[Merged by Bors] - feat(analysis/locally_convex): locally bounded implies continuous#16550
mcdoll wants to merge 10 commits intomasterfrom
mcdoll/bounded_cont

Conversation

@mcdoll
Copy link
Copy Markdown
Member

@mcdoll mcdoll commented Sep 19, 2022

We prove that locally bounded linear maps are continuous provided the domain is first countable. In the literature this is usually stated with pseudometrizable, but first countable is equivalent.


I am unsure about the bundling, see zulip. Either this or the previous lemma have to be changed.

Open in Gitpod

@mcdoll mcdoll added WIP Work in progress t-topology Topological spaces, uniform spaces, metric spaces, filters t-analysis Analysis (normed *, calculus) labels Sep 19, 2022
@mcdoll mcdoll mentioned this pull request Sep 19, 2022
16 tasks
@ghost ghost added blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. and removed blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. labels Sep 20, 2022
@ghost
Copy link
Copy Markdown

ghost commented Sep 20, 2022

@mcdoll mcdoll added awaiting-review The author would like community review of the PR and removed WIP Work in progress labels Sep 21, 2022
end

/-- If `E` is first countable, then every locally bounded linear map `E →ₛₗ[σ] F` is continuous. -/
lemma linear_map.continuous_of_locally_bounded [uniform_add_group F] (f : E →ₛₗ[σ] F)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is it interesting to turn this into an iff together with is_vonN_bounded.image (under suitable assumptions for σ)?
Other than that, LGTM.

bors d+

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

The topological vector spaces for which one has an iff is actually one equivalent definition of bornological spaces, so I don't want to put the iff version just here, because this lemma will be used to show that if the topology is first countable then the space is bornological.

@bors
Copy link
Copy Markdown

bors bot commented Sep 29, 2022

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

@fpvandoorn fpvandoorn added the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Sep 29, 2022
@mcdoll mcdoll removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Oct 1, 2022
@mcdoll
Copy link
Copy Markdown
Member Author

mcdoll commented Oct 1, 2022

bors merge

bors bot pushed a commit that referenced this pull request Oct 1, 2022
…6550)

We prove that locally bounded linear maps are continuous provided the domain is first countable. In the literature this is usually stated with pseudometrizable, but first countable is equivalent.
@bors
Copy link
Copy Markdown

bors bot commented Oct 1, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(analysis/locally_convex): locally bounded implies continuous [Merged by Bors] - feat(analysis/locally_convex): locally bounded implies continuous Oct 1, 2022
@bors bors bot closed this Oct 1, 2022
@bors bors bot deleted the mcdoll/bounded_cont branch October 1, 2022 15:40
bors bot pushed a commit that referenced this pull request Oct 2, 2022
…sis.normed_space.is_R_or_C` later (#16758)

We don't want to import `analysis/normed_space/is_R_or_C` in `analysis/locally_convex/bounded` because it will create a cycle when defining the strong topology on `continuous_linear_map`, because we will have to (transitively) import `analysis/locally_convex/bounded` in `analysis/normed_space/operator_norm`.

So I moved the material of #16550 in a new file `analysis/locally_convex/continuous_of_bounded`
@YaelDillies YaelDillies removed the awaiting-review The author would like community review of the PR label Feb 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

t-analysis Analysis (normed *, calculus) t-topology Topological spaces, uniform spaces, metric spaces, filters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants