Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Wedge.mk

{J : Type u} →
  [inst : CategoryTheory.Category.{v, u} J] →
    {C : Type u'} →
      [inst_1 : CategoryTheory.Category.{v', u'} C] →
        {F : CategoryTheory.Functor Jᵒᵖ (CategoryTheory.Functor J C)} →
          (pt : C) →
            (π : (j : J) → pt ⟶ (F.obj (Opposite.op j)).obj j) →
              (∀ ⦃i j : J⦄ (f : i ⟶ j),
                  CategoryTheory.CategoryStruct.comp (π i) ((F.obj (Opposite.op i)).map f) =
                    CategoryTheory.CategoryStruct.comp (π j) ((F.map f.op).app j)) →
                CategoryTheory.Limits.Wedge F

Constructor for wedges.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.End
Cited by
8 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.MonoidalCategory.DayConvolutionInternalHom.map_app_comp_π · cited by 4DayConvolutionInternalHom…CategoryTheory.MonoidalCategory.DayConvolutionInternalHom.isLimitWedge · cited by 4DayConvolutionInternalHom…CategoryTheory.MonoidalCategory.DayConvolutionInternalHom.coev_app_π · cited by 3DayConvolutionInternalHom…CategoryTheory.Limits.Wedge.mk_ι · cited by 2Wedge.mk_ιCategoryTheory.MonoidalCategory.DayConvolutionInternalHom.mk.inj · cited by 1mk.injCategoryTheory.MonoidalCategory.DayConvolutionInternalHom.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.MonoidalCategory.DayConvolutionInternalHom.noConfusion · cited by 0DayConvolutionInternalHom…CategoryTheory.MonoidalCategory.DayConvolutionInternalHom.noConfusionType · cited by 0DayConvolutionInternalHom…CategoryTheory.MonoidalCategory.DayConvolutionInternalHom.recOn · cited by 0DayConvolutionInternalHom…CategoryTheory.MonoidalCategory.DayConvolutionInternalHom.right_triangle_components · cited by 0DayConvolutionInternalHom…CategoryTheory.MonoidalCategory.DayConvolutionInternalHom.mk.injEq · cited by 0mk.injEqCategoryTheory.MonoidalCategory.DayConvolutionInternalHom.mk.sizeOf_spec · cited by 0mk.sizeOf_specCategoryTheory.Limits.Types.wedge · cited by 0Types.wedgeCategoryTheory.MonoidalCategory.DayConvolutionInternalHom.casesOn · cited by 0DayConvolutionInternalHom…CategoryTheory.MonoidalCategory.DayConvolutionInternalHom.coev_naturality_app · cited by 0DayConvolutionInternalHom…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.Limits.multicospanIndexEnd · cited by 22Limits.multicospanIndexEndCategoryTheory.Limits.Multifork.ofι · cited by 21Multifork.ofιCategoryTheory.Limits.Wedge · cited by 8Limits.WedgeWedge.mkCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.