Documentation

TauCeti.Geometry.Manifold.Boundary.Collar.Diffeomorph

Smooth local collars of a manifold with boundary #

Boundary.Collar.Local shrinks collar coordinates around a boundary point to a product box and splits the source of the resulting chart as a product, IsProductCollarChart.homeomorphProdOpens, whose three factors — the source, its part of the boundary, and the normal interval — are read as open subspaces. That splitting is only a homeomorphism. This file constructs the corresponding smooth product decomposition for the canonical manifold structure on the boundary.

For a product collar chart φ, the diffeomorphism TauCeti.IsProductCollarChart.diffeomorphProd sends a point to its boundary retraction and normal coordinate. Its underlying equivalence is the one of TauCeti.IsProductCollarChart.homeomorphProdOpens, so no topological content is reproved here; what is new is that both directions are C^k. Its inverse combines a boundary point and a normal coordinate and reads the resulting pair back through φ.

This is the smooth local-product step in the collar-neighbourhood target of Layer 1 of the GeometricTopology roadmap. The global collar theorem still requires patching these local diffeomorphisms along the whole boundary.

Main definitions #

Main results #

References #

The boundary retraction of a product collar chart is C^k: it sets the normal coordinate to zero and reads the result back through the chart.

A product collar chart gives a C^k diffeomorphism from its open source to the product of its open boundary part and open normal interval. Its underlying equivalence is the one of the topological local collar IsProductCollarChart.homeomorphProdOpens.

Equations
Instances For

    The smooth local collar is the topological one. Its underlying map is that of IsProductCollarChart.homeomorphProdOpens, so every coordinate formula proved there transfers.

    The boundary component of the smooth local collar is obtained by setting the normal coordinate to zero and reading back through the collar chart.

    @[simp]

    The normal component of the smooth local collar is the normal component of the collar chart.

    The inverse smooth local collar forms a collar-coordinate pair and reads it back through the chart.

    @[simp]
    theorem TauCeti.IsProductCollarChart.map_diffeomorphProd_fst {n : } {k : WithTop ℕ∞} {M : Type u_1} [TopologicalSpace M] [ChartedSpace (EuclideanHalfSpace (n + 1)) M] {φ : OpenPartialHomeomorph M (EuclideanSpace (Fin n) × EuclideanHalfSpace 1)} {V : Set (EuclideanSpace (Fin n))} {ε : } [IsManifold (modelWithCornersEuclideanHalfSpace (n + 1)) k M] (h : IsProductCollarChart k φ V ε) (hk : k 0) (y : h.sourceOpens) :
    φ ((h.diffeomorphProd hk) y).1 = ((φ y).1, 0)

    In collar coordinates, the boundary retraction keeps the tangential coordinate and sets the normal coordinate to zero.

    @[simp]

    Applying the collar chart after the inverse smooth local collar recovers the supplied tangential and normal coordinates.

    @[simp]

    On the boundary, the smooth local collar is the identity in the boundary factor and has zero normal coordinate.