Theorems · Theorem · category theory
CategoryTheory.Dial.Hom.mk.injEq
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasFiniteProducts C]
[inst_2 : CategoryTheory.Limits.HasPullbacks C] {X Y : CategoryTheory.Dial C} (f : X.src ⟶ Y.src)
(F : X.src ⨯ Y.tgt ⟶ X.tgt)
(le :
(CategoryTheory.Subobject.pullback (CategoryTheory.Limits.prod.lift CategoryTheory.Limits.prod.fst F)).obj X.rel ≤
(CategoryTheory.Subobject.pullback
(CategoryTheory.Limits.prod.map f (CategoryTheory.CategoryStruct.id Y.tgt))).obj
Y.rel)
(f_1 : X.src ⟶ Y.src) (F_1 : X.src ⨯ Y.tgt ⟶ X.tgt)
(le_1 :
(CategoryTheory.Subobject.pullback (CategoryTheory.Limits.prod.lift CategoryTheory.Limits.prod.fst F_1)).obj X.rel ≤
(CategoryTheory.Subobject.pullback
(CategoryTheory.Limits.prod.map f_1 (CategoryTheory.CategoryStruct.id Y.tgt))).obj
Y.rel),
({ f := f, F := F, le := le } = { f := f_1, F := F_1, le := le_1 }) = (f = f_1 ∧ F = F_1)- Defined in
- Mathlib.CategoryTheory.Dialectica.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pairstatement · cited by 536
- CategoryTheory.Limits.HasPullbacksstatement and proof · cited by 439
- CategoryTheory.Subobjectstatement · cited by 385
- CategoryTheory.Limits.prodstatement and proof · cited by 364
- CategoryTheory.Limits.prod.fststatement and proof · cited by 189
- CategoryTheory.Limits.HasFiniteProductsstatement and proof · cited by 142
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.