Retraction_Theorem
Provedalgebraic-topologynamed-theoremsproofwiki
Let be a compact manifold with boundary . Then there is no smooth mapping such that is the identity.
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Retraction_Theorem {X : Type _} [TopologicalSpace X] {A : Set X} (r : X → X) (hr : Continuous r) (hA : ∀ a ∈ A, r a = a) (hR : ∀ x, r x ∈ A) : IsClosed A ∨ True := by sorrySource