Documentation

Mathlib.CategoryTheory.Sites.Hypercover.Saturate

Saturation of a 0-hypercover #

Given a 0-hypercover E, we define a 1-hypercover E.saturate

structure CategoryTheory.PreZeroHypercover.Relation {C : Type u_1} [Category.{v_1, u_1} C] {S : C} (E : PreZeroHypercover S) (i j : E.I₀) :
Type (max u_1 v_1)

A relation on a pre-0-hypercover is a commutative diagram

obj ----> E.X i
 |         |
 |         |
 v         v
E.X j ---> S
Instances For

    The maximal pre-1-hypercover containing E, where the 1-components are all relations on E.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem CategoryTheory.PreZeroHypercover.saturate_p₂ {C : Type u_1} [Category.{v_1, u_1} C] {S : C} (E : PreZeroHypercover S) (x✝ x✝¹ : E.I₀) (r : E.Relation x✝ x✝¹) :
      @[simp]
      theorem CategoryTheory.PreZeroHypercover.saturate_Y {C : Type u_1} [Category.{v_1, u_1} C] {S : C} (E : PreZeroHypercover S) (x✝ x✝¹ : E.I₀) (r : E.Relation x✝ x✝¹) :
      E.saturate.Y r = r.obj
      @[simp]
      theorem CategoryTheory.PreZeroHypercover.saturate_p₁ {C : Type u_1} [Category.{v_1, u_1} C] {S : C} (E : PreZeroHypercover S) (x✝ x✝¹ : E.I₀) (r : E.Relation x✝ x✝¹) :

      For a presheaf of types, sections over the multifork associated to E.saturate are equivalent to compatible families.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        If E has pairwise pullbacks, this is the canonical map from the minimal 1-hypercover to the saturation.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          If E has pairwise pullbacks, this is the canonical map to the minimal 1-hypercover from the saturation.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The identity of the minimal pre-1-hypercover when E has pairwise pullbacks is homotopic to itself.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              The composition E.saturate ⟶ E.toPreOneHypercover ⟶ E.saturate is homotopic to the identity.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                If the pre-0-hypercover E has pairwise pullbacks, then the multifork associated to the full saturated pre-1-hypercover is exact if and only if the minimal one given by taking the pairwise pullbacks is exact.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For