Documentation

Mathlib.Algebra.Homology.HomotopyFiber

The homotopy fiber of a morphism of homological complexes #

In this file, we construct the homotopy fiber of a morphism φ : F ⟶ G between homological complexes. Moreover, we dualise the definition of the cylinder (which is a particular case of a homotopy cofiber) in order to define the path object of a homological complex.

A morphism of homological complexes φ : F ⟶ G has a homotopy fiber if for all indices i and j such that c.Rel i j, the binary biproduct F.X i ⊞ G.X j exists.

Instances
    @[reducible, inline]

    The property that a homological complex K has a path object, i.e. that the morphism K ⟶ K ⊞ K induced by 𝟙 K and -𝟙 K has a homotopy fiber.

    Equations
    Instances For

      The path object of a homological complex is defined here by dualizing the cylinder object of K.op.

      Equations
      Instances For
        noncomputable def HomologicalComplex.pathObject.homotopyEquiv {C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Preadditive C] {α : Type u_2} {c : ComplexShape α} (K : HomologicalComplex C c) [DecidableRel c.Rel] [∀ (i : α), CategoryTheory.Limits.HasBinaryBiproduct (K.X i) (K.X i)] [K.HasPathObject] (hc : ∀ (i : α), ∃ (j : α), c.Rel i j) :

        The homotopy equivalence between K and K.pathObject.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          @[simp]
          theorem HomologicalComplex.pathObject.homotopyEquiv_inv {C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Preadditive C] {α : Type u_2} {c : ComplexShape α} (K : HomologicalComplex C c) [DecidableRel c.Rel] [∀ (i : α), CategoryTheory.Limits.HasBinaryBiproduct (K.X i) (K.X i)] [K.HasPathObject] (hc : ∀ (i : α), ∃ (j : α), c.Rel i j) :
          @[simp]
          theorem HomologicalComplex.pathObject.homotopyEquiv_hom {C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Preadditive C] {α : Type u_2} {c : ComplexShape α} (K : HomologicalComplex C c) [DecidableRel c.Rel] [∀ (i : α), CategoryTheory.Limits.HasBinaryBiproduct (K.X i) (K.X i)] [K.HasPathObject] (hc : ∀ (i : α), ∃ (j : α), c.Rel i j) :
          noncomputable def HomologicalComplex.pathObject.homotopy₀₁ {C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Preadditive C] {α : Type u_2} {c : ComplexShape α} (K : HomologicalComplex C c) [DecidableRel c.Rel] [∀ (i : α), CategoryTheory.Limits.HasBinaryBiproduct (K.X i) (K.X i)] [K.HasPathObject] (hc : ∀ (i : α), ∃ (j : α), c.Rel i j) :

          The homotopy between pathObject.ι₀ K and pathObject.ι₁ K.

          Equations
          Instances For
            noncomputable def HomologicalComplex.pathObject.lift {C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Preadditive C] {α : Type u_2} {c : ComplexShape α} {F K : HomologicalComplex C c} [DecidableRel c.Rel] [∀ (i : α), CategoryTheory.Limits.HasBinaryBiproduct (K.X i) (K.X i)] [K.HasPathObject] (φ₀ φ₁ : F K) (h : Homotopy φ₀ φ₁) :

            The morphism F ⟶ K.pathObject that is induced by two morphisms φ₀ φ₁ : F ⟶ K and a homotopy h : Homotopy φ₀ φ₁.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              @[simp]
              theorem HomologicalComplex.pathObject.lift_π₀ {C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Preadditive C] {α : Type u_2} {c : ComplexShape α} {F K : HomologicalComplex C c} [DecidableRel c.Rel] [∀ (i : α), CategoryTheory.Limits.HasBinaryBiproduct (K.X i) (K.X i)] [K.HasPathObject] (φ₀ φ₁ : F K) (h : Homotopy φ₀ φ₁) :
              @[simp]
              theorem HomologicalComplex.pathObject.lift_π₁ {C : Type u_1} [CategoryTheory.Category.{v_1, u_1} C] [CategoryTheory.Preadditive C] {α : Type u_2} {c : ComplexShape α} {F K : HomologicalComplex C c} [DecidableRel c.Rel] [∀ (i : α), CategoryTheory.Limits.HasBinaryBiproduct (K.X i) (K.X i)] [K.HasPathObject] (φ₀ φ₁ : F K) (h : Homotopy φ₀ φ₁) :