Loogle!
Result
Found 43 declarations mentioning CategoryTheory.Prod.swap.
- CategoryTheory.Prod.swap ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] : CategoryTheory.Functor (C ร D) (D ร C) - CategoryTheory.Prod.swapIsEquivalence ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] : (CategoryTheory.Prod.swap C D).IsEquivalence - CategoryTheory.Prod.swap_obj ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] (X : C ร D) : (CategoryTheory.Prod.swap C D).obj X = (X.2, X.1) - CategoryTheory.Prod.braiding_functor ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] : (CategoryTheory.Prod.braiding C D).functor = CategoryTheory.Prod.swap C D - CategoryTheory.Prod.braiding_inverse ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] : (CategoryTheory.Prod.braiding C D).inverse = CategoryTheory.Prod.swap D C - CategoryTheory.Prod.symmetry ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] : (CategoryTheory.Prod.swap C D).comp (CategoryTheory.Prod.swap D C) โ CategoryTheory.Functor.id (C ร D) - CategoryTheory.Prod.swap_map ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] {Xโ Yโ : C ร D} (f : Xโ โถ Yโ) : (CategoryTheory.Prod.swap C D).map f = CategoryTheory.Prod.mkHom f.2 f.1 - CategoryTheory.Prod.symmetry_hom_app ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] (X : C ร D) : (CategoryTheory.Prod.symmetry C D).hom.app X = CategoryTheory.CategoryStruct.id X - CategoryTheory.Prod.symmetry_inv_app ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] (X : C ร D) : (CategoryTheory.Prod.symmetry C D).inv.app X = CategoryTheory.CategoryStruct.id X - CategoryTheory.Prod.braiding_counitIso ๐ Mathlib.CategoryTheory.Products.Basic
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] (D : Type uโ) [CategoryTheory.Category.{vโ, uโ} D] : (CategoryTheory.Prod.braiding C D).counitIso = CategoryTheory.Iso.refl ((CategoryTheory.Prod.swap D C).comp (CategoryTheory.Prod.swap C D)) - CategoryTheory.Functor.uncurryObjFlip ๐ Mathlib.CategoryTheory.Functor.Currying
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {D : Type uโ} [CategoryTheory.Category.{vโ, uโ} D] {E : Type uโ} [CategoryTheory.Category.{vโ, uโ} E] (F : CategoryTheory.Functor C (CategoryTheory.Functor D E)) : CategoryTheory.Functor.uncurry.obj F.flip โ (CategoryTheory.Prod.swap D C).comp (CategoryTheory.Functor.uncurry.obj F) - CategoryTheory.Functor.flipIsoCurrySwapUncurry ๐ Mathlib.CategoryTheory.Functor.Currying
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {D : Type uโ} [CategoryTheory.Category.{vโ, uโ} D] {E : Type uโ} [CategoryTheory.Category.{vโ, uโ} E] (F : CategoryTheory.Functor C (CategoryTheory.Functor D E)) : F.flip โ CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap D C).comp (CategoryTheory.Functor.uncurry.obj F)) - CategoryTheory.Functor.uncurryObjFlip_hom_app ๐ Mathlib.CategoryTheory.Functor.Currying
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {D : Type uโ} [CategoryTheory.Category.{vโ, uโ} D] {E : Type uโ} [CategoryTheory.Category.{vโ, uโ} E] (F : CategoryTheory.Functor C (CategoryTheory.Functor D E)) (X : D ร C) : F.uncurryObjFlip.hom.app X = CategoryTheory.CategoryStruct.id ((F.obj X.2).obj X.1) - CategoryTheory.Functor.uncurryObjFlip_inv_app ๐ Mathlib.CategoryTheory.Functor.Currying
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {D : Type uโ} [CategoryTheory.Category.{vโ, uโ} D] {E : Type uโ} [CategoryTheory.Category.{vโ, uโ} E] (F : CategoryTheory.Functor C (CategoryTheory.Functor D E)) (X : D ร C) : F.uncurryObjFlip.inv.app X = CategoryTheory.CategoryStruct.id ((F.obj X.2).obj X.1) - CategoryTheory.Functor.flipIsoCurrySwapUncurry_hom_app_app ๐ Mathlib.CategoryTheory.Functor.Currying
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {D : Type uโ} [CategoryTheory.Category.{vโ, uโ} D] {E : Type uโ} [CategoryTheory.Category.{vโ, uโ} E] (F : CategoryTheory.Functor C (CategoryTheory.Functor D E)) (X : D) (Xโ : C) : (F.flipIsoCurrySwapUncurry.hom.app X).app Xโ = CategoryTheory.CategoryStruct.id ((F.obj Xโ).obj X) - CategoryTheory.Functor.flipIsoCurrySwapUncurry_inv_app_app ๐ Mathlib.CategoryTheory.Functor.Currying
{C : Type uโ} [CategoryTheory.Category.{vโ, uโ} C] {D : Type uโ} [CategoryTheory.Category.{vโ, uโ} D] {E : Type uโ} [CategoryTheory.Category.{vโ, uโ} E] (F : CategoryTheory.Functor C (CategoryTheory.Functor D E)) (X : D) (Xโ : C) : (F.flipIsoCurrySwapUncurry.inv.app X).app Xโ = CategoryTheory.CategoryStruct.id ((F.obj Xโ).obj X) - CategoryTheory.Limits.colimitIsoSwapCompColim ๐ Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
{C : Type u} [CategoryTheory.Category.{v, u} C] {J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} K] [CategoryTheory.Limits.HasColimitsOfShape J C] (G : CategoryTheory.Functor J (CategoryTheory.Functor K C)) : CategoryTheory.Limits.colimit G โ (CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp (CategoryTheory.Functor.uncurry.obj G))).comp CategoryTheory.Limits.colim - CategoryTheory.Limits.limitIsoSwapCompLim ๐ Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
{C : Type u} [CategoryTheory.Category.{v, u} C] {J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} K] [CategoryTheory.Limits.HasLimitsOfShape J C] (G : CategoryTheory.Functor J (CategoryTheory.Functor K C)) : CategoryTheory.Limits.limit G โ (CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp (CategoryTheory.Functor.uncurry.obj G))).comp CategoryTheory.Limits.lim - CategoryTheory.Limits.colimitIsoSwapCompColim_hom_app ๐ Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
{C : Type u} [CategoryTheory.Category.{v, u} C] {J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} K] [CategoryTheory.Limits.HasColimitsOfShape J C] (G : CategoryTheory.Functor J (CategoryTheory.Functor K C)) (X : K) : (CategoryTheory.Limits.colimitIsoSwapCompColim G).hom.app X = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimitObjIsoColimitCompEvaluation G X).hom (CategoryTheory.Limits.colimMap (G.flipIsoCurrySwapUncurry.hom.app X)) - CategoryTheory.Limits.colimitIsoSwapCompColim_inv_app ๐ Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
{C : Type u} [CategoryTheory.Category.{v, u} C] {J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} K] [CategoryTheory.Limits.HasColimitsOfShape J C] (G : CategoryTheory.Functor J (CategoryTheory.Functor K C)) (X : K) : (CategoryTheory.Limits.colimitIsoSwapCompColim G).inv.app X = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimMap (G.flipIsoCurrySwapUncurry.inv.app X)) (CategoryTheory.Limits.colimitObjIsoColimitCompEvaluation G X).inv - CategoryTheory.Limits.limitIsoSwapCompLim_hom_app ๐ Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
{C : Type u} [CategoryTheory.Category.{v, u} C] {J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} K] [CategoryTheory.Limits.HasLimitsOfShape J C] (G : CategoryTheory.Functor J (CategoryTheory.Functor K C)) (X : K) : (CategoryTheory.Limits.limitIsoSwapCompLim G).hom.app X = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limitObjIsoLimitCompEvaluation G X).hom (CategoryTheory.Limits.limMap (G.flipIsoCurrySwapUncurry.hom.app X)) - CategoryTheory.Limits.limitIsoSwapCompLim_inv_app ๐ Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
{C : Type u} [CategoryTheory.Category.{v, u} C] {J : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} K] [CategoryTheory.Limits.HasLimitsOfShape J C] (G : CategoryTheory.Functor J (CategoryTheory.Functor K C)) (X : K) : (CategoryTheory.Limits.limitIsoSwapCompLim G).inv.app X = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limMap (G.flipIsoCurrySwapUncurry.inv.app X)) (CategoryTheory.Limits.limitObjIsoLimitCompEvaluation G X).inv - CategoryTheory.MonoidalOpposite.tensorIso ๐ Mathlib.CategoryTheory.Monoidal.Opposite
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] [CategoryTheory.MonoidalCategory C] : CategoryTheory.MonoidalCategory.tensor Cแดนแตแต โ ((CategoryTheory.unmopFunctor C).prod (CategoryTheory.unmopFunctor C)).comp ((CategoryTheory.Prod.swap C C).comp ((CategoryTheory.MonoidalCategory.tensor C).comp (CategoryTheory.mopFunctor C))) - CategoryTheory.MonoidalOpposite.tensorIso_hom_app_unmop ๐ Mathlib.CategoryTheory.Monoidal.Opposite
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] [CategoryTheory.MonoidalCategory C] (X : Cแดนแตแต ร Cแดนแตแต) : ((CategoryTheory.MonoidalOpposite.tensorIso C).hom.app X).unmop = CategoryTheory.CategoryStruct.id (CategoryTheory.MonoidalCategoryStruct.tensorObj X.2.unmop X.1.unmop) - CategoryTheory.MonoidalOpposite.tensorIso_inv_app_unmop ๐ Mathlib.CategoryTheory.Monoidal.Opposite
(C : Type uโ) [CategoryTheory.Category.{vโ, uโ} C] [CategoryTheory.MonoidalCategory C] (X : Cแดนแตแต ร Cแดนแตแต) : ((CategoryTheory.MonoidalOpposite.tensorIso C).inv.app X).unmop = CategoryTheory.CategoryStruct.id (CategoryTheory.MonoidalCategoryStruct.tensorObj X.2.unmop X.1.unmop) - CategoryTheory.MonoidalCategory.externalProductSwap ๐ Mathlib.CategoryTheory.Monoidal.ExternalProduct.Basic
(Jโ : Type uโ) (Jโ : Type uโ) (C : Type uโ) [CategoryTheory.Category.{vโ, uโ} Jโ] [CategoryTheory.Category.{vโ, uโ} Jโ] [CategoryTheory.Category.{vโ, uโ} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.BraidedCategory C] : (CategoryTheory.MonoidalCategory.externalProductBifunctor Jโ Jโ C).comp ((CategoryTheory.Functor.whiskeringLeft (Jโ ร Jโ) (Jโ ร Jโ) C).obj (CategoryTheory.Prod.swap Jโ Jโ)) โ (CategoryTheory.Prod.swap (CategoryTheory.Functor Jโ C) (CategoryTheory.Functor Jโ C)).comp (CategoryTheory.MonoidalCategory.externalProductBifunctor Jโ Jโ C) - CategoryTheory.MonoidalCategory.externalProductSwap_hom_app_app ๐ Mathlib.CategoryTheory.Monoidal.ExternalProduct.Basic
(Jโ : Type uโ) (Jโ : Type uโ) (C : Type uโ) [CategoryTheory.Category.{vโ, uโ} Jโ] [CategoryTheory.Category.{vโ, uโ} Jโ] [CategoryTheory.Category.{vโ, uโ} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.BraidedCategory C] (X : CategoryTheory.Functor Jโ C ร CategoryTheory.Functor Jโ C) (Xโ : Jโ ร Jโ) : ((CategoryTheory.MonoidalCategory.externalProductSwap Jโ Jโ C).hom.app X).app Xโ = (ฮฒ_ (X.1.obj Xโ.2) (X.2.obj Xโ.1)).hom - CategoryTheory.MonoidalCategory.externalProductSwap_inv_app_app ๐ Mathlib.CategoryTheory.Monoidal.ExternalProduct.Basic
(Jโ : Type uโ) (Jโ : Type uโ) (C : Type uโ) [CategoryTheory.Category.{vโ, uโ} Jโ] [CategoryTheory.Category.{vโ, uโ} Jโ] [CategoryTheory.Category.{vโ, uโ} C] [CategoryTheory.MonoidalCategory C] [CategoryTheory.BraidedCategory C] (X : CategoryTheory.Functor Jโ C ร CategoryTheory.Functor Jโ C) (Xโ : Jโ ร Jโ) : ((CategoryTheory.MonoidalCategory.externalProductSwap Jโ Jโ C).inv.app X).app Xโ = (ฮฒ_ (X.1.obj Xโ.2) (X.2.obj Xโ.1)).inv - CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim ๐ Mathlib.CategoryTheory.Limits.Fubini
{J : Type u_1} {K : Type u_2} [CategoryTheory.Category.{v_1, u_1} J] [CategoryTheory.Category.{v_2, u_2} K] {C : Type u_3} [CategoryTheory.Category.{v_3, u_3} C] (G : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasColimitsOfShape K C] [CategoryTheory.Limits.HasColimitsOfShape J C] [CategoryTheory.Limits.HasColimit ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.colim)] : CategoryTheory.Limits.colimit ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).comp CategoryTheory.Limits.colim) โ CategoryTheory.Limits.colimit ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.colim) - CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim ๐ Mathlib.CategoryTheory.Limits.Fubini
{J : Type u_1} {K : Type u_2} [CategoryTheory.Category.{v_1, u_1} J] [CategoryTheory.Category.{v_2, u_2} K] {C : Type u_3} [CategoryTheory.Category.{v_3, u_3} C] (G : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasLimitsOfShape K C] [CategoryTheory.Limits.HasLimitsOfShape J C] [CategoryTheory.Limits.HasLimit ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.lim)] : CategoryTheory.Limits.limit ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).comp CategoryTheory.Limits.lim) โ CategoryTheory.Limits.limit ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.lim) - CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim_inv_ฯ_ฯ ๐ Mathlib.CategoryTheory.Limits.Fubini
{J : Type u_1} {K : Type u_2} [CategoryTheory.Category.{v_1, u_1} J] [CategoryTheory.Category.{v_2, u_2} K] {C : Type u_3} [CategoryTheory.Category.{v_3, u_3} C] (G : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasLimitsOfShape K C] [CategoryTheory.Limits.HasLimitsOfShape J C] [CategoryTheory.Limits.HasLimit ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.lim)] {j : J} {k : K} : CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim G).inv (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).comp CategoryTheory.Limits.lim) k) (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).obj k) j)) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.lim) j) (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj G).obj j) k) - CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim_hom_ฯ_ฯ ๐ Mathlib.CategoryTheory.Limits.Fubini
{J : Type u_1} {K : Type u_2} [CategoryTheory.Category.{v_1, u_1} J] [CategoryTheory.Category.{v_2, u_2} K] {C : Type u_3} [CategoryTheory.Category.{v_3, u_3} C] (G : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasLimitsOfShape K C] [CategoryTheory.Limits.HasLimitsOfShape J C] [CategoryTheory.Limits.HasLimit ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.lim)] {j : J} {k : K} : CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim G).hom (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.lim) j) (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj G).obj j) k)) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).comp CategoryTheory.Limits.lim) k) (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).obj k) j) - CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim_ฮน_ฮน_hom ๐ Mathlib.CategoryTheory.Limits.Fubini
{J : Type u_1} {K : Type u_2} [CategoryTheory.Category.{v_1, u_1} J] [CategoryTheory.Category.{v_2, u_2} K] {C : Type u_3} [CategoryTheory.Category.{v_3, u_3} C] (G : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasColimitsOfShape K C] [CategoryTheory.Limits.HasColimitsOfShape J C] [CategoryTheory.Limits.HasColimit ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.colim)] {j : J} {k : K} : CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).obj k) j) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).comp CategoryTheory.Limits.colim) k) (CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim G).hom) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj G).obj j) k) (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.colim) j) - CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim_ฮน_ฮน_inv ๐ Mathlib.CategoryTheory.Limits.Fubini
{J : Type u_1} {K : Type u_2} [CategoryTheory.Category.{v_1, u_1} J] [CategoryTheory.Category.{v_2, u_2} K] {C : Type u_3} [CategoryTheory.Category.{v_3, u_3} C] (G : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasColimitsOfShape K C] [CategoryTheory.Limits.HasColimitsOfShape J C] [CategoryTheory.Limits.HasColimit ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.colim)] {j : J} {k : K} : CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj G).obj j) k) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.colim) j) (CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim G).inv) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).obj k) j) (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp G)).comp CategoryTheory.Limits.colim) k) - CategoryTheory.Limits.map_id_right_eq_curry_swap_map ๐ Mathlib.CategoryTheory.Limits.ColimitLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] [CategoryTheory.Category.{vโ, uโ} K] {C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor (J ร K) C) {j j' : J} {f : j โถ j'} {k : K} : F.map (CategoryTheory.Prod.mkHom f (CategoryTheory.CategoryStruct.id k)) = ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).obj k).map f - CategoryTheory.Limits.colimitLimitToLimitColimit ๐ Mathlib.CategoryTheory.Limits.ColimitLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] [CategoryTheory.Category.{vโ, uโ} K] {C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasLimitsOfShape J C] [CategoryTheory.Limits.HasColimitsOfShape K C] : CategoryTheory.Limits.colimit ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).comp CategoryTheory.Limits.lim) โถ CategoryTheory.Limits.limit ((CategoryTheory.Functor.curry.obj F).comp CategoryTheory.Limits.colim) - CategoryTheory.Limits.ฮน_colimitLimitToLimitColimit_ฯ ๐ Mathlib.CategoryTheory.Limits.ColimitLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] [CategoryTheory.Category.{vโ, uโ} K] {C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasLimitsOfShape J C] [CategoryTheory.Limits.HasColimitsOfShape K C] (j : J) (k : K) : CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).comp CategoryTheory.Limits.lim) k) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimitLimitToLimitColimit F) (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj F).comp CategoryTheory.Limits.colim) j)) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).obj k) j) (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj F).obj j) k) - CategoryTheory.Limits.ฮน_colimitLimitToLimitColimit_ฯ_assoc ๐ Mathlib.CategoryTheory.Limits.ColimitLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] [CategoryTheory.Category.{vโ, uโ} K] {C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasLimitsOfShape J C] [CategoryTheory.Limits.HasColimitsOfShape K C] (j : J) (k : K) {Z : C} (h : CategoryTheory.Limits.colim.obj ((CategoryTheory.Functor.curry.obj F).obj j) โถ Z) : CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).comp CategoryTheory.Limits.lim) k) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimitLimitToLimitColimit F) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj F).comp CategoryTheory.Limits.colim) j) h)) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).obj k) j) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj F).obj j) k) h) - CategoryTheory.Limits.colimitLimitToLimitColimitCone_hom ๐ Mathlib.CategoryTheory.Limits.ColimitLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] [CategoryTheory.Category.{vโ, uโ} K] {C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.Limits.HasLimitsOfShape J C] [CategoryTheory.Limits.HasColimitsOfShape K C] (G : CategoryTheory.Functor J (CategoryTheory.Functor K C)) [CategoryTheory.Limits.HasLimit G] : (CategoryTheory.Limits.colimitLimitToLimitColimitCone G).hom = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colim.map (CategoryTheory.Limits.limitIsoSwapCompLim G).hom) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimitLimitToLimitColimit (CategoryTheory.Functor.uncurry.obj G)) (CategoryTheory.Limits.lim.map (CategoryTheory.Functor.whiskerRight (CategoryTheory.Functor.currying.unitIso.app G).inv CategoryTheory.Limits.colim))) - CategoryTheory.Limits.ฮน_colimitLimitToLimitColimit_ฯ_apply ๐ Mathlib.CategoryTheory.Limits.ColimitLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] [CategoryTheory.Category.{vโ, uโ} K] {C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor (J ร K) C) [CategoryTheory.Limits.HasLimitsOfShape J C] [CategoryTheory.Limits.HasColimitsOfShape K C] (j : J) (k : K) {Fโ : C โ C โ Type uF} {carrier : C โ Type w} {instFunLike : (X Y : C) โ FunLike (Fโ X Y) (carrier X) (carrier Y)} [inst : CategoryTheory.ConcreteCategory C Fโ] (x : carrier (((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).comp CategoryTheory.Limits.lim).obj k)) : (CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj F).comp CategoryTheory.Limits.colim) j)) ((CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.colimitLimitToLimitColimit F)) ((CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).comp CategoryTheory.Limits.lim) k)) x)) = (CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.colimit.ฮน ((CategoryTheory.Functor.curry.obj F).obj j) k)) ((CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.limit.ฯ ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).obj k) j)) x) - CategoryTheory.Limits.colimitLimitToLimitColimit_isIso ๐ Mathlib.CategoryTheory.Limits.FilteredColimitCommutesFiniteLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.SmallCategory J] [CategoryTheory.Category.{vโ, uโ} K] [Small.{v, uโ} K] [CategoryTheory.FinCategory J] (F : CategoryTheory.Functor (J ร K) (Type v)) [CategoryTheory.IsFiltered K] : CategoryTheory.IsIso (CategoryTheory.Limits.colimitLimitToLimitColimit F) - CategoryTheory.Limits.colimitLimitToLimitColimit_injective ๐ Mathlib.CategoryTheory.Limits.FilteredColimitCommutesFiniteLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.Category.{vโ, uโ} J] [CategoryTheory.Category.{vโ, uโ} K] [Small.{v, uโ} K] (F : CategoryTheory.Functor (J ร K) (Type v)) [CategoryTheory.IsFiltered K] [Finite J] : Function.Injective โ(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.colimitLimitToLimitColimit F)) - CategoryTheory.Limits.colimitLimitToLimitColimit_surjective ๐ Mathlib.CategoryTheory.Limits.FilteredColimitCommutesFiniteLimit
{J : Type uโ} {K : Type uโ} [CategoryTheory.SmallCategory J] [CategoryTheory.Category.{vโ, uโ} K] [Small.{v, uโ} K] [CategoryTheory.FinCategory J] (F : CategoryTheory.Functor (J ร K) (Type v)) [CategoryTheory.IsFiltered K] : Function.Surjective โ(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.colimitLimitToLimitColimit F))
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
๐Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
๐"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
๐_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
๐Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
๐(?a -> ?b) -> List ?a -> List ?b
๐List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
๐|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allโandโ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
๐|- _ < _ โ tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
โข (_ : Type _)finds all definitions which provide data whileโข (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
๐ Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ โ _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c