Theorems · Definition · category theory
CategoryTheory.Dial.Hom.recOn
{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} →
{motive : X.Hom Y → Sort u_1} →
(t : X.Hom Y) →
((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) →
motive { f := f, F := F, le := le }) →
motive t- Defined in
- Mathlib.CategoryTheory.Dialectica.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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.