Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Fork.ext

{C : Type u} →
  {X Y : C} →
    [inst : CategoryTheory.Category.{v, u} C] →
      {f g : X ⟶ Y} →
        {s t : CategoryTheory.Limits.Fork f g} →
          (i : s.pt ≅ t.pt) →
            autoParam (CategoryTheory.CategoryStruct.comp i.hom t.ι = s.ι) CategoryTheory.Limits.Fork.ext._auto_1 →
              (s ≅ t)

To construct an isomorphism between forks, it suffices to give an isomorphism between the cone points and check that it commutes with the ι morphisms.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Equalizers
Cited by
7 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.kernelIsKernel · cited by 24Limits.kernelIsKernelCategoryTheory.ShortComplex.RightHomologyData.map · cited by 23RightHomologyData.mapCategoryTheory.ShortComplex.LeftHomologyData.ofIsLimitKernelFork · cited by 14LeftHomologyData.ofIsLimi…CategoryTheory.ShortComplex.RightHomologyData.ofIsLimitKernelFork · cited by 13RightHomologyData.ofIsLim…CategoryTheory.ShortComplex.Exact.fIsKernel · cited by 12Exact.fIsKernelCategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.leftHomologyData · cited by 12ofEpiMonoFactorisation.le…CategoryTheory.Abelian.SpectralObject.rightHomologyDataShortComplex · cited by 7SpectralObject.rightHomol…CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.rightHomologyData · cited by 5ofEpiMonoFactorisation.ri…CategoryTheory.ShortComplex.Exact.leftHomologyDataOfIsLimitKernelFork · cited by 5Exact.leftHomologyDataOfI…CategoryTheory.Limits.MulticospanIndex.multiforkEquivPiForkOfIsLimit · cited by 4MulticospanIndex.multifor…CategoryTheory.ShortComplex.homologyIsKernel · cited by 4ShortComplex.homologyIsKe…CategoryTheory.Limits.equalizerIsEqualizer · cited by 4Limits.equalizerIsEqualiz…CategoryTheory.Limits.isLimitMapConeForkEquiv · cited by 3Limits.isLimitMapConeFork…CategoryTheory.Limits.Fork.isoForkOfι · cited by 3Fork.isoForkOfιCategoryTheory.Abelian.SpectralObject.kernelSequenceOpcycles_exact · cited by 2SpectralObject.kernelSequ…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Limits.Fork.ι · cited by 162Fork.ιCategoryTheory.Limits.Fork · cited by 85Limits.ForkCategoryTheory.Limits.Fork.mkHom · cited by 4Fork.mkHomFork.extCITED BYCITES

Cites12

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

Cited by42

Results whose statement or proof uses this declaration.