Theorems · Definition · category theory
CategoryTheory.CommaMorphism.casesOn
{A : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} A] →
{B : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
{T : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} T] →
{L : CategoryTheory.Functor A T} →
{R : CategoryTheory.Functor B T} →
{X Y : CategoryTheory.Comma L R} →
{motive : CategoryTheory.CommaMorphism X Y → Sort u} →
(t : CategoryTheory.CommaMorphism X Y) →
((left : X.left ⟶ Y.left) →
(right : X.right ⟶ Y.right) →
(w :
CategoryTheory.CategoryStruct.comp (L.map left) Y.hom =
CategoryTheory.CategoryStruct.comp X.hom (R.map right)) →
motive { left := left, right := right, w := w }) →
motive t- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Comma.leftstatement and proof · cited by 886
- CategoryTheory.Comma.rightstatement and proof · cited by 727
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.Comma.homstatement and proof · cited by 490
- CategoryTheory.CommaMorphismstatement and proof · cited by 16
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.CommaMorphism.noConfusionproof · cited by 0
- CategoryTheory.CommaMorphism.noConfusionTypeproof · cited by 0