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 kIf 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.
- 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Equivstatement · cited by 8,337
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.PreZeroHypercover.I₀statement and proof · cited by 763
- CategoryTheory.PreOneHypercover.toPreZeroHypercoverstatement and proof · cited by 232
- CategoryTheory.PreOneHypercoverstatement and proof · cited by 180
- CategoryTheory.PreOneHypercover.I₁statement and proof · cited by 143
- CategoryTheory.PreOneHypercover.Ystatement · cited by 113
- CategoryTheory.eqToIsoproof · cited by 97
- CategoryTheory.PreOneHypercover.congrIndexOneOfEqstatement · cited by 32
Cited by25
Results whose statement or proof uses this declaration.
- CategoryTheory.PreOneHypercover.isoMkproof · cited by 8
- CategoryTheory.PreOneHypercover.Hom.ext'_iffstatement and proof · cited by 6
- CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_reflstatement · cited by 3
- CategoryTheory.PreOneHypercover.Hom.ext'statement and proof · cited by 2
- CategoryTheory.PreOneHypercover.inv_hom_h₀proof · cited by 1
- CategoryTheory.PreOneHypercover.inv_hom_h₁statement and proof · cited by 1
- CategoryTheory.PreOneHypercover.isoMk_auxstatement and proof · cited by 1
- CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_hom_naturalitystatement · cited by 1
- CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_hom_p₁statement · cited by 1
- CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_inv_naturalitystatement · cited by 1
- CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_inv_naturality_assocstatement and proof · cited by 1
- CategoryTheory.PreOneHypercover.congrIndexOneOfEqIso_inv_p₁statement · cited by 1