Theorems · Definition · category theory
CategoryTheory.GradedObject.mapBifunctorMapObjDesc
{C₁ : Type u_1} →
{C₂ : Type u_2} →
{C₃ : Type u_3} →
[inst : CategoryTheory.Category.{v_1, u_1} C₁] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
[inst_2 : CategoryTheory.Category.{v_3, u_3} C₃] →
{F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ C₃)} →
{I : Type u_4} →
{J : Type u_5} →
{K : Type u_6} →
{p : I × J → K} →
{X : CategoryTheory.GradedObject I C₁} →
{Y : CategoryTheory.GradedObject J C₂} →
{A : C₃} →
{k : K} →
[inst_3 : (((CategoryTheory.GradedObject.mapBifunctor F I J).obj X).obj Y).HasMap p] →
((i : I) → (j : J) → p (i, j) = k → ((F.obj (X i)).obj (Y j) ⟶ A)) →
(CategoryTheory.GradedObject.mapBifunctorMapObj F p X Y k ⟶ A)Constructor for morphisms from mapBifunctorMapObj F p X Y k.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.GradedObjectstatement and proof · cited by 239
- CategoryTheory.GradedObject.HasMapstatement and proof · cited by 99
- CategoryTheory.GradedObject.mapBifunctorstatement and proof · cited by 87
- CategoryTheory.GradedObject.mapBifunctorMapObjstatement · cited by 64
- CategoryTheory.GradedObject.descMapObjproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.GradedObject.Monoidal.tensorObjDescproof · cited by 7
- CategoryTheory.GradedObject.ι_mapBifunctorMapObjDescstatement · cited by 2
- CategoryTheory.GradedObject.ι_mapBifunctorMapObjDesc_assocstatement and proof · cited by 0