Documentation

Atlas.AlgebraicTopologyI.code.Lemma32_4

theorem OrientationTheorem.compact_subset_complement_eventually {X : Type u_1} [TopologicalSpace X] (A : Set X) (hA_closed : ∀ (i : ), IsClosed (A i)) (hA_decreasing : ∀ (i : ), A (i + 1) A i) (K : Set X) (hK : IsCompact K) (hKA : K (⋂ (i : ), A i)) :
∃ (i : ), K (A i)

If A i is a decreasing sequence of closed sets and K is a compact set disjoint from ⋂ i, A i, then K is already disjoint from some A i.

structure OrientationTheorem.CompactlySupportedDiagram {X : Type u_1} [TopologicalSpace X] (A : Set X) (G : Set XType u_2) [(K : Set X) → AddCommGroup (G K)] :
Type u_2

Data packaging "compactly supported" surjectivity and injectivity hypotheses for the sequence of groups G (A i) mapping to G (⋂ A i). Each element of the limit group is represented modulo a compact support condition, and each kernel element vanishes after restricting to a compact support. This is the abstract input to the colimit step of the proof of Lemma 32.4.

Instances For
    def OrientationTheorem.RelativeHomologyColimitData.ofCompactDecreasing {X : Type u_1} [TopologicalSpace X] (A : Set X) (_hA_compact : ∀ (i : ), IsCompact (A i)) (hA_closed : ∀ (i : ), IsClosed (A i)) (hA_decreasing : ∀ (i : ), A (i + 1) A i) (G : Set XType u_2) [(K : Set X) → AddCommGroup (G K)] (csd : CompactlySupportedDiagram A G) :

    Construction of the RelativeHomologyColimitData from a CompactlySupportedDiagram on a decreasing sequence of compact closed subsets. The surjectivity and injectivity conditions of the colimit are extracted from the compactly-supported data by combining them with compact_subset_complement_eventually. This is the core lemma giving $\varinjlim_i H_q(X, X - A_i) \cong H_q(X, X - A)$ in Lemma 32.4.

    Instances For
      theorem OrientationTheorem.orientation_theorem_compact_convex (n : ) (A : Set (EuclideanSpace (Fin n))) (hA_compact : IsCompact A) (hA_convex : Convex A) (hA_nonempty : A.Nonempty) (Hrel : Set (EuclideanSpace (Fin n))Type u_1) [(q : ) → (K : Set (EuclideanSpace (Fin n))) → AddCommGroup (Hrel q K)] (Γsec : Set (EuclideanSpace (Fin n))Type u_2) [(K : Set (EuclideanSpace (Fin n))) → AddCommGroup (Γsec K)] (jMap : (K : Set (EuclideanSpace (Fin n))) → Hrel n K →+ Γsec K) :
      OrientationTheoremResult n Hrel Γsec jMap A

      The orientation theorem holds for compact convex nonempty subsets of Euclidean space: this is the geometric base case used together with RelativeHomologyColimitData.ofCompactDecreasing to extend the orientation theorem from balls to compact subsets via Lemma 32.4.