Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Fork.IsLimit.mk

{C : Type u} →
  {X Y : C} →
    [inst : CategoryTheory.Category.{v, u} C] →
      {f g : X ⟶ Y} →
        (t : CategoryTheory.Limits.Fork f g) →
          (lift : (s : CategoryTheory.Limits.Fork f g) → s.pt ⟶ t.pt) →
            (∀ (s : CategoryTheory.Limits.Fork f g), CategoryTheory.CategoryStruct.comp (lift s) t.ι = s.ι) →
              (∀ (s : CategoryTheory.Limits.Fork f g) (m : s.pt ⟶ t.pt),
                  CategoryTheory.CategoryStruct.comp m t.ι = s.ι → m = lift s) →
                CategoryTheory.Limits.IsLimit t

This is a slightly more convenient method to verify that a fork is a limit cone. It only asks for a proof of facts that carry any mathematical content

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Equalizers
Cited by
2 results in Mathlib
Foundations
Depth 28 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.

ModuleCat.kernelIsLimit · cited by 3ModuleCat.kernelIsLimitCategoryTheory.Limits.Fork.IsLimit.mk' · cited by 1IsLimit.mk'CategoryTheory.Limits.kernel.isLimitConeZeroCone · cited by 1kernel.isLimitConeZeroConeCategoryTheory.Limits.Fork.IsLimit.ofExistsUnique · cited by 1IsLimit.ofExistsUniqueCategoryTheory.Limits.isLimitIdFork · cited by 1Limits.isLimitIdForkCategoryTheory.Limits.isLimitPrecompFork · cited by 1Limits.isLimitPrecompForkCategoryTheory.Limits.zeroKernelOfCancelZero · cited by 1Limits.zeroKernelOfCancel…CategoryTheory.Limits.Fork.IsLimit.mk_lift · cited by 0IsLimit.mk_liftCategoryTheory.RegularMono.ofIso · cited by 0RegularMono.ofIsoCategoryTheory.Limits.IsKernel.ofCompIso · cited by 0IsKernel.ofCompIsoCategoryTheory.IsPullback.isLimitFork · cited by 0IsPullback.isLimitForkCategoryTheory.RegularMono.equalizer · cited by 0RegularMono.equalizerAddCommGrpCat.kernelIsLimit · cited by 0AddCommGrpCat.kernelIsLim…CategoryTheory.CommSq.isLimitEquivIsLimitKernelFork · cited by 0CommSq.isLimitEquivIsLimi…CategoryTheory.NormalMonoCategory.hasLimit_parallelPair · cited by 0NormalMonoCategory.hasLim…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.Cone.π · cited by 500Cone.πCategoryTheory.Limits.Fork.ι · cited by 162Fork.ιCategoryTheory.Limits.Fork · cited by 85Limits.ForkIsLimit.mkCITED BYCITES

Cites12

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

Cited by19

Results whose statement or proof uses this declaration.