Documentation

LeanPool.ClassificationOfSurfaces.Moise.NoRetraction

The disk has no retraction onto its boundary #

This is Moise, Chapter 4, Problem 2 (proved as Theorem 10.10 later in the book). We use the covering map Circle.exp : ℝ → S¹: a map from the contractible closed disk to the circle lifts to , whereas its restriction to the boundary cannot be the identity because the standard boundary loop has lifts whose endpoints differ by .

@[reducible, inline]

The complex closed unit disk, used only as the standard model for the no-retraction argument.

Equations
Instances For

    The closed disk does not retract continuously onto its boundary circle.

    @[reducible, inline]

    The Euclidean plane and the complex plane are linearly isometric, using the orthonormal basis (1, I) of over .

    Equations
    Instances For

      The closed unit ball in the project's Euclidean plane does not retract onto its sphere.

      theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.no_retraction_of_homeomorph {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {A B : Set X} {A' B' : Set Y} (e : X ≃ₜ Y) (hA : e '' A = A') (hB : e '' B = B') (hBA : BA) (hB'A' : B'A') (hno : ¬∃ (r : A'B'), Continuous r ∀ (z : B'), r z, = z) :
      ¬∃ (r : AB), Continuous r ∀ (z : B), r z, = z

      Retractions are invariant under an ambient homeomorphism carrying both the disk and its boundary to the target disk and boundary.

      theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.IsTriangle.no_retraction {C : Set Plane} (hC : IsTriangle C) :
      ¬∃ (r : C(frontier C)), Continuous r ∀ (z : (frontier C)), r z, = z

      A nondegenerate closed plane triangle has no continuous retraction onto its frontier.

      theorem LeanEval.Topology.ClassificationOfSurfaces.Moise.exists_radial_retraction_to_frontier {C : Set Plane} (hconvex : Convex C) (hbounded : Bornology.IsBounded C) {q : Plane} (hq : q interior C) :
      ∃ (R : { x : Plane // x q }(frontier C)), Continuous R ∀ (x : (frontier C)), R x, = x

      Radial projection from an interior point of a bounded convex plane set retracts the punctured plane onto the set's frontier. The Minkowski gauge supplies the distance to the frontier along each ray.