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] - chore(topology/{fiber,vector}_bundle/*): reorganize files #17559

Closed
wants to merge 4 commits into from

Conversation

hrmacbeth
Copy link
Member

@hrmacbeth hrmacbeth commented Nov 16, 2022

The PR #17505 was a big refactor but left declarations in place. This PR proposes a reorganization to clean up:

  • new file topology.fiber_bundle.is_homeomorphic_trivial_bundle for the legacy is_homeomorphic_trivial_fiber_bundle construction (see discussion)
  • new file topology.fiber_bundle.constructions covering the trivial, fibrewise-product and pullback fiber bundles. The trivial-bundle material was previously split between topology.{fiber,vector}_bundle.basic, the prod material was previously in topology.vector_bundle.prod, the pullback material was previously in topology.vector_bundle.pullback
  • new file topology.vector_bundle.constructions covering the trivial, direct-sum and pullback vector bundles. The trivial-bundle material was previously in topology.vector_bundle.basic, the prod material was previously in topology.vector_bundle.prod, the pullback material was previously in topology.vector_bundle.pullback
  • delete files topology.vector_bundle.prod and topology.vector_bundle.pullback, whose material has all been moved elsewhere
  • delete construction trivialization.comap, which was morally (though not literally) a duplicate of trivialization.pullback
  • cleaner proof of trivialization.prod.open_source, removing a spurious dependence on an ambient fiber bundle structure
  • updated and augmented docs

Open in Gitpod

@hrmacbeth hrmacbeth added awaiting-CI The author would like to see what CI has to say before doing more work. t-differential-geometry Manifolds, etc. labels Nov 16, 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 Nov 16, 2022
@hrmacbeth hrmacbeth added the awaiting-review The author would like community review of the PR label Nov 16, 2022
@fpvandoorn
Copy link
Member

LGTM

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 Nov 17, 2022
bors bot pushed a commit that referenced this pull request Nov 17, 2022
The PR #17505 was a big refactor but left declarations in place.  This PR proposes a reorganization to clean up:
- new file `topology.fiber_bundle.is_homeomorphic_trivial_bundle` for the legacy `is_homeomorphic_trivial_fiber_bundle` construction (see [discussion](#17505 (comment)))
- new file `topology.fiber_bundle.constructions` covering the trivial, fibrewise-product and pullback fiber bundles.  The trivial-bundle material was previously split between `topology.{fiber,vector}_bundle.basic`, the prod material was previously in `topology.vector_bundle.prod`, the pullback material was previously in `topology.vector_bundle.pullback`
- new file `topology.vector_bundle.constructions` covering the trivial, direct-sum and pullback vector bundles.  The trivial-bundle material was previously in `topology.vector_bundle.basic`, the prod material was previously in `topology.vector_bundle.prod`, the pullback material was previously in `topology.vector_bundle.pullback`
- delete files `topology.vector_bundle.prod` and `topology.vector_bundle.pullback`, whose material has all been moved elsewhere
- delete construction `trivialization.comap`, which was morally (though not literally) a duplicate of `trivialization.pullback`
- cleaner proof of `trivialization.prod.open_source`, removing a spurious dependence on an ambient fiber bundle structure
- updated and augmented docs
@bors
Copy link

bors bot commented Nov 17, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(topology/{fiber,vector}_bundle/*): reorganize files [Merged by Bors] - chore(topology/{fiber,vector}_bundle/*): reorganize files Nov 17, 2022
@bors bors bot closed this Nov 17, 2022
@bors bors bot deleted the move-bundle-constructions branch November 17, 2022 18:59
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-differential-geometry Manifolds, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants