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/vector_bundle): do not require topology on the fibers for topological_vector_prebundle #14377

Closed
wants to merge 2 commits into from

Conversation

fpvandoorn
Copy link
Member

@fpvandoorn fpvandoorn commented May 25, 2022

  • Separated from branch vb-hom

Co-authored-by: Heather Macbeth 25316162+hrmacbeth@users.noreply.github.com


Open in Gitpod

@fpvandoorn fpvandoorn added the awaiting-review The author would like community review of the PR label May 25, 2022
@fpvandoorn fpvandoorn added the awaiting-CI The author would like to see what CI has to say before doing more work. label May 25, 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 May 25, 2022
@hrmacbeth
Copy link
Member

LGTM (but I co-wrote it)!

@sgouezel
Copy link
Collaborator

LGTM, thanks!
bors r+

@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 May 27, 2022
bors bot pushed a commit that referenced this pull request May 27, 2022
…or topological_vector_prebundle (#14377)

* Separated from branch `vb-hom`

Co-authored-by: Heather Macbeth <25316162+hrmacbeth@users.noreply.github.com>
@bors
Copy link

bors bot commented May 27, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/vector_bundle): do not require topology on the fibers for topological_vector_prebundle [Merged by Bors] - feat(topology/vector_bundle): do not require topology on the fibers for topological_vector_prebundle May 27, 2022
@bors bors bot closed this May 27, 2022
@bors bors bot deleted the prebundle branch May 27, 2022 21:20
bors bot pushed a commit that referenced this pull request May 28, 2023
…ng topology (#19107)

Currently, the "hom-bundle" between two vector bundles `E₁` and `E₂` has fibre over `x` which is a type synonym of `E₁ x →SL[σ] E₂ x`, but which carries a topology produced by the hom-bundle construction (using the identification by trivializations withe the model fibre `F₁ →SL[σ] F₂`).  This was needed when this bundle was made (#14541) because at that time, `F₁ →SL[σ] F₂` (continuous linear maps between normed spaces) carried a topology in mathlib but `E₁ x →SL[σ] E₂ x` (continuous linear maps between topological vector spaces) did not.

As of #16053, continuous linear maps between topological vector spaces do carry a topology, the strong topology.  So we can kill the old topology on the type synonym and just use the default one, which should avoid annoying issues later.

A few minor changes are needed to make this go through:
- we revert #14377: the question is whether the "vector prebundle" construction, whose canonical use is for the hom-bundle, should or should not require a topology on the fibres.  Now that in applications it could happen either way (fibres do or don't come with a topology), it will be more convenient to assume that they do carry a topology, and put the "artificial" topology on the fibres if they happen to not.
- some assumptions need to change from `[add_comm_monoid]` to `[add_comm_group]`, this is mathematically harmless since they are also modules over a field.
- generalize the construction `continuous_linear_equiv.arrow_congrSL` from normed spaces to topological vector spaces

Co-authored-by: Moritz Doll <moritz.doll@googlemail.com>
Co-authored-by: Floris van Doorn <fpvdoorn@gmail.com>
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

3 participants