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 tThis 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
- 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.Limits.WalkingParallelPairstatement and proof · cited by 781
- CategoryTheory.Limits.parallelPairstatement and proof · cited by 766
- CategoryTheory.Limits.Coneproof · cited by 710
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Limits.Cone.πproof · cited by 500
- CategoryTheory.Limits.Fork.ιstatement and proof · cited by 162
- CategoryTheory.Limits.Forkstatement and proof · cited by 85
Cited by19
Results whose statement or proof uses this declaration.
- ModuleCat.kernelIsLimitproof · cited by 3
- CategoryTheory.Limits.Fork.IsLimit.mk'proof · cited by 1
- CategoryTheory.Limits.kernel.isLimitConeZeroConeproof · cited by 1
- CategoryTheory.Limits.Fork.IsLimit.ofExistsUniqueproof · cited by 1
- CategoryTheory.Limits.isLimitIdForkproof · cited by 1
- CategoryTheory.Limits.isLimitPrecompForkproof · cited by 1
- CategoryTheory.Limits.zeroKernelOfCancelZeroproof · cited by 1
- CategoryTheory.Limits.Fork.IsLimit.mk_liftstatement and proof · cited by 0
- CategoryTheory.RegularMono.ofIsoproof · cited by 0
- CategoryTheory.Limits.IsKernel.ofCompIsoproof · cited by 0
- CategoryTheory.IsPullback.isLimitForkproof · cited by 0
- CategoryTheory.RegularMono.equalizerproof · cited by 0