Theorems · Definition · category theory
CategoryTheory.Limits.isEqualizerCompMono
{C : Type u} →
{X Y : C} →
[inst : CategoryTheory.Category.{v, u} C] →
{f g : X ⟶ Y} →
{c : CategoryTheory.Limits.Fork f g} →
CategoryTheory.Limits.IsLimit c →
{Z : C} →
(h : Y ⟶ Z) →
[hm : CategoryTheory.Mono h] →
have this := ⋯;
CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.Fork.ofι c.ι ⋯)The fork obtained by postcomposing an equalizer fork with a monomorphism is an equalizer.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.parallelPairstatement · cited by 766
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Limits.Fork.ιstatement and proof · cited by 162
- CategoryTheory.Limits.Forkstatement and proof · cited by 85
- CategoryTheory.Limits.Fork.ofιstatement and proof · cited by 66
- CategoryTheory.Limits.Fork.conditionproof · cited by 11
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.