Mathlib Map

Theorems · Definition · category theory

CategoryTheory.NatIso.ofComponents

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {F G : CategoryTheory.Functor C D} →
          (app : (X : C) → F.obj X ≅ G.obj X) →
            autoParam
                (∀ {X Y : C} (f : X ⟶ Y),
                  CategoryTheory.CategoryStruct.comp (F.map f) (app Y).hom =
                    CategoryTheory.CategoryStruct.comp (app X).hom (G.map f))
                CategoryTheory.NatIso.ofComponents._auto_1 →
              (F ≅ G)

Construct a natural isomorphism between functors by giving object level isomorphisms, and checking naturality only in the forward direction.

Defined in
Mathlib.CategoryTheory.NatIso
Cited by
178 results in Mathlib
Foundations
Depth 23 from the axioms, rests on 108 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.asEquivalence · cited by 58Functor.asEquivalenceCategoryTheory.Equivalence.congrLeft · cited by 46Equivalence.congrLeftHomologicalComplex.natIsoSc' · cited by 31HomologicalComplex.natIso…CategoryTheory.Sum.functorEquiv · cited by 31Sum.functorEquivCategoryTheory.Discrete.natIso · cited by 28Discrete.natIsoCategoryTheory.ShrinkHoms.equivalence · cited by 26ShrinkHoms.equivalenceCategoryTheory.WithTerminal.equivComma · cited by 26WithTerminal.equivCommaCategoryTheory.Limits.CategoricalPullback.functorEquiv · cited by 25CategoricalPullback.funct…CategoryTheory.Limits.walkingParallelPairOpEquiv · cited by 23Limits.walkingParallelPai…CategoryTheory.Limits.pullbackConeEquivBinaryFan · cited by 23Limits.pullbackConeEquivB…CategoryTheory.Comon.Comon_EquivMon_OpOp · cited by 21Comon.Comon_EquivMon_OpOpCategoryTheory.GrothendieckTopology.plusCompIso · cited by 20GrothendieckTopology.plus…CategoryTheory.WithInitial.opEquiv · cited by 20WithInitial.opEquivCategoryTheory.Join.opEquiv · cited by 18Join.opEquivTopologicalSpace.Opens.overEquivalence · cited by 18Opens.overEquivalenceCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoNatIso.ofComponentsCITED BYCITES

Cites9

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

Cited by908

Results whose statement or proof uses this declaration.