Mathlib Map

Theorems · Definition · category theory

CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {S : C} →
      {E : CategoryTheory.PreOneHypercover S} →
        {i i' j j' : E.I₀} →
          (hii' : i = i') →
            (hjj' : j = j') →
              (k : E.I₁ i j) → E.Y ((CategoryTheory.PreOneHypercover.congrIndexOneOfEq hii' hjj') k) ≅ E.Y k

If i = i' and j = j' this is the isomorphism between the 1-component at congrIndexOneOfEq k : E.I₁ i' j' and the 1-component at k : E.I₁ i j. Note: This isomorphism could also be constructed inline from eqToIso. We only use eqToIso directly to construct isomorphisms E.Y k ≅ E.Y k' where k k' : E.I₁ i j and whenever k : E.I₁ i j and k' : E.I₁ i' j' have to be related we use congrIndexOneOfEqIso, possibly combined with an additional eqToIso instead. The reason for this is that the lemmas around eqToHom_naturality are hard to apply in the case where there is a mismatch in the type of the index.

Defined in
Mathlib.CategoryTheory.Sites.Hypercover.One
Cited by
24 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.PreOneHypercover.isoMk · cited by 8PreOneHypercover.isoMkCategoryTheory.PreOneHypercover.Hom.ext'_iff · cited by 6Hom.ext'_iffCategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_refl · cited by 3PreOneHypercover.congrInd…CategoryTheory.PreOneHypercover.Hom.ext' · cited by 2Hom.ext'CategoryTheory.PreOneHypercover.inv_hom_h₀ · cited by 1PreOneHypercover.inv_hom_…CategoryTheory.PreOneHypercover.inv_hom_h₁ · cited by 1PreOneHypercover.inv_hom_…CategoryTheory.PreOneHypercover.isoMk_aux · cited by 1PreOneHypercover.isoMk_auxCategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_hom_naturality · cited by 1PreOneHypercover.congrInd…CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_hom_p₁ · cited by 1PreOneHypercover.congrInd…CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_inv_naturality · cited by 1PreOneHypercover.congrInd…CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_inv_naturality_assoc · cited by 1PreOneHypercover.congrInd…CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_inv_p₁ · cited by 1PreOneHypercover.congrInd…CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_inv_p₂ · cited by 1PreOneHypercover.congrInd…CategoryTheory.PreOneHypercover.hom_inv_h₀ · cited by 1PreOneHypercover.hom_inv_…CategoryTheory.PreOneHypercover.hom_inv_h₁ · cited by 1PreOneHypercover.hom_inv_…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryEquiv · cited by 8337EquivCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.PreZeroHypercover.I₀ · cited by 763PreZeroHypercover.I₀CategoryTheory.PreOneHypercover.toPreZeroHypercover · cited by 232PreOneHypercover.toPreZer…CategoryTheory.PreOneHypercover · cited by 180CategoryTheory.PreOneHype…CategoryTheory.PreOneHypercover.I₁ · cited by 143PreOneHypercover.I₁CategoryTheory.PreOneHypercover.Y · cited by 113PreOneHypercover.YCategoryTheory.eqToIso · cited by 97CategoryTheory.eqToIsoCategoryTheory.PreOneHypercover.congrIndexOneOfEq · cited by 32PreOneHypercover.congrInd…PreOneHypercover.congrIndexOn…CITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by25

Results whose statement or proof uses this declaration.