Skip to content

Commit

Permalink
refactor(topology/vector_bundle): split file (#14535)
Browse files Browse the repository at this point in the history
Also:

* Rename `pullback` -> `topological_vector_bundle.pullback`
* Use `delta_instance` instead of `local attribute [reducible]`
* Change module doc
* Remove transitive import
  • Loading branch information
fpvandoorn committed Jun 4, 2022
1 parent 3103a89 commit 93fb534
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 375 deletions.
2 changes: 1 addition & 1 deletion src/geometry/manifold/tangent_bundle.lean
Expand Up @@ -3,7 +3,7 @@ Copyright (c) 2019 Sébastien Gouëzel. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Sébastien Gouëzel
-/
import topology.vector_bundle
import topology.vector_bundle.basic
import geometry.manifold.smooth_manifold_with_corners
import data.set.prod

Expand Down

0 comments on commit 93fb534

Please sign in to comment.