Loogle!
Result
Found 122 declarations mentioning CommMonCat.
- CommMonCat 📋 Mathlib.Algebra.Category.MonCat.Basic
: Type (u + 1) - CommMonCat.carrier 📋 Mathlib.Algebra.Category.MonCat.Basic
(self : CommMonCat) : Type u - CommMonCat.instCategory 📋 Mathlib.Algebra.Category.MonCat.Basic
: CategoryTheory.Category.{u, u + 1} CommMonCat - CommMonCat.instInhabited 📋 Mathlib.Algebra.Category.MonCat.Basic
: Inhabited CommMonCat - CommMonCat.Hom 📋 Mathlib.Algebra.Category.MonCat.Basic
(A B : CommMonCat) : Type u - CommMonCat.instCoeMonCat 📋 Mathlib.Algebra.Category.MonCat.Basic
: Coe CommMonCat MonCat - CommMonCat.instCoeSortType 📋 Mathlib.Algebra.Category.MonCat.Basic
: CoeSort CommMonCat (Type u) - CommMonCat.mk 📋 Mathlib.Algebra.Category.MonCat.Basic
(carrier : Type u) [str : CommMonoid carrier] : CommMonCat - CommMonCat.of 📋 Mathlib.Algebra.Category.MonCat.Basic
(M : Type u) [CommMonoid M] : CommMonCat - CommMonCat.str 📋 Mathlib.Algebra.Category.MonCat.Basic
(self : CommMonCat) : CommMonoid ↑self - AddCommMonCat.equivalence 📋 Mathlib.Algebra.Category.MonCat.Basic
: AddCommMonCat ≌ CommMonCat - CommMonCat.uliftFunctor 📋 Mathlib.Algebra.Category.MonCat.Basic
: CategoryTheory.Functor CommMonCat CommMonCat - CommMonCat.uliftFunctor_obj_coe 📋 Mathlib.Algebra.Category.MonCat.Basic
(X : CommMonCat) : ↑(CommMonCat.uliftFunctor.obj X) = ULift.{u, v} ↑X - AddCommMonCat.equivalence_functor_obj_coe 📋 Mathlib.Algebra.Category.MonCat.Basic
(X : AddCommMonCat) : ↑(AddCommMonCat.equivalence.functor.obj X) = Multiplicative ↑X - AddCommMonCat.equivalence_inverse_obj_coe 📋 Mathlib.Algebra.Category.MonCat.Basic
(X : CommMonCat) : ↑(AddCommMonCat.equivalence.inverse.obj X) = Additive ↑X - CommMonCat.Hom.hom 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : CommMonCat} (f : X.Hom Y) : ↑X →* ↑Y - CommMonCat.Hom.hom' 📋 Mathlib.Algebra.Category.MonCat.Basic
{A B : CommMonCat} (self : A.Hom B) : ↑A →* ↑B - CommMonCat.Hom.Simps.hom 📋 Mathlib.Algebra.Category.MonCat.Basic
(X Y : CommMonCat) (f : X.Hom Y) : ↑X →* ↑Y - CommMonCat.ofHom 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : Type u} [CommMonoid X] [CommMonoid Y] (f : X →* Y) : CommMonCat.of X ⟶ CommMonCat.of Y - MulEquiv.toCommMonCatIso 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : Type u} [CommMonoid X] [CommMonoid Y] (e : X ≃* Y) : CommMonCat.of X ≅ CommMonCat.of Y - AddCommMonCat.equivalence_unitIso 📋 Mathlib.Algebra.Category.MonCat.Basic
: AddCommMonCat.equivalence.unitIso = CategoryTheory.Iso.refl (CategoryTheory.Functor.id AddCommMonCat) - mulEquivIsoCommMonCatIso 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : Type u} [CommMonoid X] [CommMonoid Y] : X ≃* Y ≅ CommMonCat.of X ≅ CommMonCat.of Y - CommMonCat.ofHom_id 📋 Mathlib.Algebra.Category.MonCat.Basic
{M : Type u} [CommMonoid M] : CommMonCat.ofHom (MonoidHom.id M) = CategoryTheory.CategoryStruct.id (CommMonCat.of M) - CategoryTheory.Iso.commMonCatIsoToMulEquiv 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : CommMonCat} (i : X ≅ Y) : ↑X ≃* ↑Y - CommMonCat.ofHom_hom 📋 Mathlib.Algebra.Category.MonCat.Basic
{M N : CommMonCat} (f : M ⟶ N) : CommMonCat.ofHom (CommMonCat.Hom.hom f) = f - CommMonCat.Hom.ext 📋 Mathlib.Algebra.Category.MonCat.Basic
{A B : CommMonCat} {x y : A.Hom B} (hom' : x.hom' = y.hom') : x = y - CommMonCat.Hom.ext_iff 📋 Mathlib.Algebra.Category.MonCat.Basic
{A B : CommMonCat} {x y : A.Hom B} : x = y ↔ x.hom' = y.hom' - CommMonCat.hom_id 📋 Mathlib.Algebra.Category.MonCat.Basic
{M : CommMonCat} : CommMonCat.Hom.hom (CategoryTheory.CategoryStruct.id M) = MonoidHom.id ↑M - CommMonCat.instConcreteCategoryMonoidHomCarrier 📋 Mathlib.Algebra.Category.MonCat.Basic
: CategoryTheory.ConcreteCategory CommMonCat fun x1 x2 => ↑x1 →* ↑x2 - CommMonCat.hom_ext 📋 Mathlib.Algebra.Category.MonCat.Basic
{M N : CommMonCat} {f g : M ⟶ N} (hf : CommMonCat.Hom.hom f = CommMonCat.Hom.hom g) : f = g - CommMonCat.hom_ext_iff 📋 Mathlib.Algebra.Category.MonCat.Basic
{M N : CommMonCat} {f g : M ⟶ N} : f = g ↔ CommMonCat.Hom.hom f = CommMonCat.Hom.hom g - CommMonCat.forget_reflects_isos 📋 Mathlib.Algebra.Category.MonCat.Basic
: (CategoryTheory.forget CommMonCat).ReflectsIsomorphisms - MulEquiv.toCommMonCatIso_hom 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : Type u} [CommMonoid X] [CommMonoid Y] (e : X ≃* Y) : e.toCommMonCatIso.hom = CommMonCat.ofHom e.toMonoidHom - MulEquiv.toCommMonCatIso_inv 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : Type u} [CommMonoid X] [CommMonoid Y] (e : X ≃* Y) : e.toCommMonCatIso.inv = CommMonCat.ofHom e.symm.toMonoidHom - CommMonCat.hom_comp 📋 Mathlib.Algebra.Category.MonCat.Basic
{M N T : CommMonCat} (f : M ⟶ N) (g : N ⟶ T) : CommMonCat.Hom.hom (CategoryTheory.CategoryStruct.comp f g) = (CommMonCat.Hom.hom g).comp (CommMonCat.Hom.hom f) - CommMonCat.ofHom_comp 📋 Mathlib.Algebra.Category.MonCat.Basic
{M N P : Type u} [CommMonoid M] [CommMonoid N] [CommMonoid P] (f : M →* N) (g : N →* P) : CommMonCat.ofHom (g.comp f) = CategoryTheory.CategoryStruct.comp (CommMonCat.ofHom f) (CommMonCat.ofHom g) - CommMonCat.hasForgetToMonCat 📋 Mathlib.Algebra.Category.MonCat.Basic
: CategoryTheory.HasForget₂ CommMonCat MonCat - CommMonCat.forget₂_full 📋 Mathlib.Algebra.Category.MonCat.Basic
: (CategoryTheory.forget₂ CommMonCat MonCat).Full - CommMonCat.fullyFaithfulForgetToMonCat 📋 Mathlib.Algebra.Category.MonCat.Basic
: (CategoryTheory.forget₂ CommMonCat MonCat).FullyFaithful - CommMonCat.instFullMonCatForget₂MonoidHomCarrierCarrier 📋 Mathlib.Algebra.Category.MonCat.Basic
: (CategoryTheory.forget₂ CommMonCat MonCat).Full - CommMonCat.coe_forget₂_obj 📋 Mathlib.Algebra.Category.MonCat.Basic
(X : CommMonCat) : ↑((CategoryTheory.forget₂ CommMonCat MonCat).obj X) = ↑X - CommMonCat.id_apply 📋 Mathlib.Algebra.Category.MonCat.Basic
(M : CommMonCat) (x : ↑M) : (CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.id M)) x = x - CommMonCat.coe_id 📋 Mathlib.Algebra.Category.MonCat.Basic
{X : CommMonCat} : ⇑(CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.id X)) = id - CommMonCat.ofHom_apply 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : Type u} [CommMonoid X] [CommMonoid Y] (f : X →* Y) (x : X) : (CategoryTheory.ConcreteCategory.hom (CommMonCat.ofHom f)) x = f x - CommMonCat.uliftFunctor_map 📋 Mathlib.Algebra.Category.MonCat.Basic
{x✝ x✝¹ : CommMonCat} (f : x✝ ⟶ x✝¹) : CommMonCat.uliftFunctor.map f = CommMonCat.ofHom (MulEquiv.ulift.symm.toMonoidHom.comp ((CommMonCat.Hom.hom f).comp MulEquiv.ulift.toMonoidHom)) - CommMonCat.hom_inv_apply 📋 Mathlib.Algebra.Category.MonCat.Basic
{M N : CommMonCat} (e : M ≅ N) (s : ↑N) : (CategoryTheory.ConcreteCategory.hom e.hom) ((CategoryTheory.ConcreteCategory.hom e.inv) s) = s - CommMonCat.inv_hom_apply 📋 Mathlib.Algebra.Category.MonCat.Basic
{M N : CommMonCat} (e : M ≅ N) (x : ↑M) : (CategoryTheory.ConcreteCategory.hom e.inv) ((CategoryTheory.ConcreteCategory.hom e.hom) x) = x - CommMonCat.ext 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : CommMonCat} {f g : X ⟶ Y} (w : ∀ (x : ↑X), (CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) x) : f = g - CommMonCat.ext_iff 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : CommMonCat} {f g : X ⟶ Y} : f = g ↔ ∀ (x : ↑X), (CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) x - CommMonCat.forget₂_map_ofHom 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : Type u} [CommMonoid X] [CommMonoid Y] (f : X →* Y) : (CategoryTheory.forget₂ CommMonCat MonCat).map (CommMonCat.ofHom f) = MonCat.ofHom f - AddCommMonCat.equivalence_functor_map 📋 Mathlib.Algebra.Category.MonCat.Basic
{X✝ Y✝ : AddCommMonCat} (f : X✝ ⟶ Y✝) : AddCommMonCat.equivalence.functor.map f = CommMonCat.ofHom (AddMonoidHom.toMultiplicative (AddCommMonCat.Hom.hom f)) - AddCommMonCat.equivalence_inverse_map 📋 Mathlib.Algebra.Category.MonCat.Basic
{X✝ Y✝ : CommMonCat} (f : X✝ ⟶ Y✝) : AddCommMonCat.equivalence.inverse.map f = AddCommMonCat.ofHom (MonoidHom.toAdditive (CommMonCat.Hom.hom f)) - CommMonCat.comp_apply 📋 Mathlib.Algebra.Category.MonCat.Basic
{M N T : CommMonCat} (f : M ⟶ N) (g : N ⟶ T) (x : ↑M) : (CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.comp f g)) x = (CategoryTheory.ConcreteCategory.hom g) ((CategoryTheory.ConcreteCategory.hom f) x) - CommMonCat.coe_comp 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y Z : CommMonCat} {f : X ⟶ Y} {g : Y ⟶ Z} : ⇑(CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.comp f g)) = ⇑(CategoryTheory.ConcreteCategory.hom g) ∘ ⇑(CategoryTheory.ConcreteCategory.hom f) - CommMonCat.hom_forget₂_map 📋 Mathlib.Algebra.Category.MonCat.Basic
{X Y : CommMonCat} (f : X ⟶ Y) : MonCat.Hom.hom ((CategoryTheory.forget₂ CommMonCat MonCat).map f) = CommMonCat.Hom.hom f - AddCommMonCat.equivalence_counitIso 📋 Mathlib.Algebra.Category.MonCat.Basic
: AddCommMonCat.equivalence.counitIso = CategoryTheory.Iso.refl ({ obj := fun X => AddCommMonCat.of (Additive ↑X), map := fun {X Y} f => AddCommMonCat.ofHom (MonoidHom.toAdditive (CommMonCat.Hom.hom f)), map_id := AddCommMonCat.equivalence._proof_3, map_comp := @AddCommMonCat.equivalence._proof_4 }.comp { obj := fun X => CommMonCat.of (Multiplicative ↑X), map := fun {X Y} f => CommMonCat.ofHom (AddMonoidHom.toMultiplicative (AddCommMonCat.Hom.hom f)), map_id := AddCommMonCat.equivalence._proof_1, map_comp := @AddCommMonCat.equivalence._proof_2 }) - CommGrpCat.instCoeCommMonCat 📋 Mathlib.Algebra.Category.Grp.Basic
: Coe CommGrpCat CommMonCat - CommGrpCat.hasForgetToCommMonCat 📋 Mathlib.Algebra.Category.Grp.Basic
: CategoryTheory.HasForget₂ CommGrpCat CommMonCat - CommGrpCat.forget₂_commMonCat_map_ofHom 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : Type u} [CommGroup X] [CommGroup Y] (f : X →* Y) : (CategoryTheory.forget₂ CommGrpCat CommMonCat).map (CommGrpCat.ofHom f) = CommMonCat.ofHom f - CommSemiRingCat.hasForgetToCommMonCat 📋 Mathlib.Algebra.Category.Ring.Basic
: CategoryTheory.HasForget₂ CommSemiRingCat CommMonCat - CommRingCat.instHasForget₂RingHomCarrierCommMonCatMonoidHomCarrier 📋 Mathlib.Algebra.Category.Ring.Basic
: CategoryTheory.HasForget₂ CommRingCat CommMonCat - CommRingCat.commMon_forget₂_obj_coe 📋 Mathlib.Algebra.Category.Ring.Basic
(M : CommRingCat) : ↑(CategoryTheory.HasForget₂.forget₂.obj M) = ↑M - CommRingCat.commMon_forget₂_map 📋 Mathlib.Algebra.Category.Ring.Basic
{X✝ Y✝ : CommRingCat} (f : X✝ ⟶ Y✝) : CategoryTheory.HasForget₂.forget₂.map f = CommMonCat.ofHom ↑(CommRingCat.Hom.hom f) - CommMonCat.FilteredColimits.M 📋 Mathlib.Algebra.Category.MonCat.FilteredColimits
{J : Type v} [CategoryTheory.SmallCategory J] [CategoryTheory.IsFiltered J] (F : CategoryTheory.Functor J CommMonCat) : MonCat - CommMonCat.FilteredColimits.colimit 📋 Mathlib.Algebra.Category.MonCat.FilteredColimits
{J : Type v} [CategoryTheory.SmallCategory J] [CategoryTheory.IsFiltered J] (F : CategoryTheory.Functor J CommMonCat) : CommMonCat - CommMonCat.FilteredColimits.colimitCocone 📋 Mathlib.Algebra.Category.MonCat.FilteredColimits
{J : Type v} [CategoryTheory.SmallCategory J] [CategoryTheory.IsFiltered J] (F : CategoryTheory.Functor J CommMonCat) : CategoryTheory.Limits.Cocone F - CommMonCat.FilteredColimits.colimitCommMonoid 📋 Mathlib.Algebra.Category.MonCat.FilteredColimits
{J : Type v} [CategoryTheory.SmallCategory J] [CategoryTheory.IsFiltered J] (F : CategoryTheory.Functor J CommMonCat) : CommMonoid ↑(CommMonCat.FilteredColimits.M F) - CommMonCat.FilteredColimits.colimitCoconeIsColimit 📋 Mathlib.Algebra.Category.MonCat.FilteredColimits
{J : Type v} [CategoryTheory.SmallCategory J] [CategoryTheory.IsFiltered J] (F : CategoryTheory.Functor J CommMonCat) : CategoryTheory.Limits.IsColimit (CommMonCat.FilteredColimits.colimitCocone F) - CommMonCat.FilteredColimits.forget_preservesFilteredColimits 📋 Mathlib.Algebra.Category.MonCat.FilteredColimits
: CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget CommMonCat) - CommMonCat.FilteredColimits.forget₂Mon_preservesFilteredColimits 📋 Mathlib.Algebra.Category.MonCat.FilteredColimits
: CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget₂ CommMonCat MonCat) - CommMonCat.forget_isCorepresentable 📋 Mathlib.Algebra.Category.MonCat.ForgetCorepresentable
: (CategoryTheory.forget CommMonCat).IsCorepresentable - CommMonCat.coyonedaObjIsoForget 📋 Mathlib.Algebra.Category.MonCat.ForgetCorepresentable
: CategoryTheory.coyoneda.obj (Opposite.op (CommMonCat.of (ULift.{u, 0} (Multiplicative ℕ)))) ≅ CategoryTheory.forget CommMonCat - CommMonCat.hasLimits 📋 Mathlib.Algebra.Category.MonCat.Limits
: CategoryTheory.Limits.HasLimits CommMonCat - CommMonCat.hasLimitsOfSize 📋 Mathlib.Algebra.Category.MonCat.Limits
[UnivLE.{v, u}] : CategoryTheory.Limits.HasLimitsOfSize.{w, v, u, u + 1} CommMonCat - CommMonCat.hasLimitsOfShape 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] [Small.{u, v} J] : CategoryTheory.Limits.HasLimitsOfShape J CommMonCat - CommMonCat.forget_preservesLimits 📋 Mathlib.Algebra.Category.MonCat.Limits
: CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget CommMonCat) - CommMonCat.forget_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.MonCat.Limits
[UnivLE.{v, u}] : CategoryTheory.Limits.PreservesLimitsOfSize.{v, v, u, u, u + 1, u + 1} (CategoryTheory.forget CommMonCat) - CommMonCat.forget_preservesLimitsOfShape 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] [Small.{u, v} J] : CategoryTheory.Limits.PreservesLimitsOfShape J (CategoryTheory.forget CommMonCat) - CommMonCat.commMonoidObj 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommMonCat) (j : J) : CommMonoid ((F.comp (CategoryTheory.forget CommMonCat)).obj j) - CommMonCat.forget₂Mon_preservesLimits 📋 Mathlib.Algebra.Category.MonCat.Limits
: CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget₂ CommMonCat MonCat) - CommMonCat.forget₂Mon_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.MonCat.Limits
[UnivLE.{v, u}] : CategoryTheory.Limits.PreservesLimitsOfSize.{w, v, u, u, u + 1, u + 1} (CategoryTheory.forget₂ CommMonCat MonCat) - CommMonCat.hasLimit 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommMonCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommMonCat)).sections] : CategoryTheory.Limits.HasLimit F - CommMonCat.limitCone 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommMonCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommMonCat)).sections] : CategoryTheory.Limits.Cone F - CommMonCat.limitConeIsLimit 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommMonCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommMonCat)).sections] : CategoryTheory.Limits.IsLimit (CommMonCat.limitCone F) - CommMonCat.forget_createsLimit 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommMonCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommMonCat)).sections] : CategoryTheory.CreatesLimit F (CategoryTheory.forget CommMonCat) - CommMonCat.forget₂CreatesLimit 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommMonCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommMonCat)).sections] : CategoryTheory.CreatesLimit F (CategoryTheory.forget₂ CommMonCat MonCat) - CommMonCat.limitCommMonoid 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommMonCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommMonCat)).sections] : CommMonoid (CategoryTheory.Limits.Types.Small.limitCone (F.comp (CategoryTheory.forget CommMonCat))).pt - CommMonCat.instSmallElemForallObjCompMonCatForget₂MonoidHomCarrierCarrierForgetSections 📋 Mathlib.Algebra.Category.MonCat.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommMonCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommMonCat)).sections] : Small.{u, max u v} ↑((F.comp (CategoryTheory.forget₂ CommMonCat MonCat)).comp (CategoryTheory.forget MonCat)).sections - CommGrpCat.forget₂CommMon_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.Grp.Limits
[UnivLE.{v, u}] : CategoryTheory.Limits.PreservesLimitsOfSize.{w, v, u, u, u + 1, u + 1} (CategoryTheory.forget₂ CommGrpCat CommMonCat) - CommGrpCat.forget₂CommMon_preservesLimitsOfShape 📋 Mathlib.Algebra.Category.Grp.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] [Small.{u, v} J] : CategoryTheory.Limits.PreservesLimitsOfShape J (CategoryTheory.forget₂ CommGrpCat CommMonCat) - CommGrpCat.forget₂CommMon_preservesLimitsAux 📋 Mathlib.Algebra.Category.Grp.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommGrpCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommGrpCat)).sections] : CategoryTheory.Limits.IsLimit ((CategoryTheory.forget₂ CommGrpCat CommMonCat).mapCone (CommGrpCat.limitCone F)) - CommRingCat.monoidAlgebra 📋 Mathlib.Algebra.Category.Ring.Adjunctions
(R : CommRingCat) : CategoryTheory.Functor CommMonCat (CategoryTheory.Under R) - CommRingCat.instIsLeftAdjointCommMonCatUnderMonoidAlgebra 📋 Mathlib.Algebra.Category.Ring.Adjunctions
(R : CommRingCat) : R.monoidAlgebra.IsLeftAdjoint - CommRingCat.monoidAlgebra_obj 📋 Mathlib.Algebra.Category.Ring.Adjunctions
(R : CommRingCat) (G : CommMonCat) : R.monoidAlgebra.obj G = CategoryTheory.Under.mk (CommRingCat.ofHom MonoidAlgebra.singleOneRingHom) - CommRingCat.instIsRightAdjointCommMonCatForget₂RingHomCarrierMonoidHomCarrier 📋 Mathlib.Algebra.Category.Ring.Adjunctions
: (CategoryTheory.forget₂ CommRingCat CommMonCat).IsRightAdjoint - CommRingCat.forget₂Adj 📋 Mathlib.Algebra.Category.Ring.Adjunctions
{R : CommRingCat} (hR : CategoryTheory.Limits.IsInitial R) : R.monoidAlgebra.comp (CategoryTheory.Under.forget R) ⊣ CategoryTheory.forget₂ CommRingCat CommMonCat - CommRingCat.monoidAlgebraAdj 📋 Mathlib.Algebra.Category.Ring.Adjunctions
(R : CommRingCat) : R.monoidAlgebra ⊣ (CategoryTheory.Under.forget R).comp (CategoryTheory.forget₂ CommRingCat CommMonCat) - CommRingCat.monoidAlgebra_map 📋 Mathlib.Algebra.Category.Ring.Adjunctions
(R : CommRingCat) {X✝ Y✝ : CommMonCat} (f : X✝ ⟶ Y✝) : R.monoidAlgebra.map f = CategoryTheory.Under.homMk (CommRingCat.ofHom (MonoidAlgebra.mapDomainRingHom (↑R) (CommMonCat.Hom.hom f))) ⋯ - CommMonCat.units 📋 Mathlib.Algebra.Category.Grp.Adjunctions
: CategoryTheory.Functor CommMonCat CommGrpCat - instIsRightAdjointCommGrpCatCommMonCatUnits 📋 Mathlib.Algebra.Category.Grp.Adjunctions
: CommMonCat.units.IsRightAdjoint - CommMonCat.units_obj_coe 📋 Mathlib.Algebra.Category.Grp.Adjunctions
(R : CommMonCat) : ↑(CommMonCat.units.obj R) = (↑R)ˣ - CommGrpCat.forget₂CommMonAdj 📋 Mathlib.Algebra.Category.Grp.Adjunctions
: CategoryTheory.forget₂ CommGrpCat CommMonCat ⊣ CommMonCat.units - CommMonCat.val_units_map_hom_apply 📋 Mathlib.Algebra.Category.Grp.Adjunctions
{X✝ Y✝ : CommMonCat} (f : X✝ ⟶ Y✝) (u : (↑X✝)ˣ) : ↑((CommGrpCat.Hom.hom (CommMonCat.units.map f)) u) = (CommMonCat.Hom.hom f) ↑u - CommMonCat.val_inv_units_map_hom_apply 📋 Mathlib.Algebra.Category.Grp.Adjunctions
{X✝ Y✝ : CommMonCat} (f : X✝ ⟶ Y✝) (u : (↑X✝)ˣ) : ↑((CommGrpCat.Hom.hom (CommMonCat.units.map f)) u)⁻¹ = (CommMonCat.Hom.hom f) ↑u⁻¹ - commMonTypeEquivalenceCommMon 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.Basic
: CategoryTheory.CommMon (Type u) ≌ CommMonCat - CommMonTypeEquivalenceCommMon.functor 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.Basic
: CategoryTheory.Functor (CategoryTheory.CommMon (Type u)) CommMonCat - CommMonTypeEquivalenceCommMon.inverse 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.Basic
: CategoryTheory.Functor CommMonCat (CategoryTheory.CommMon (Type u)) - commMonTypeEquivalenceCommMonForget 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.Basic
: CommMonTypeEquivalenceCommMon.functor.comp (CategoryTheory.forget₂ CommMonCat MonCat) ≅ (CategoryTheory.CommMon.forget₂Mon (Type u)).comp MonTypeEquivalenceMon.functor - commGrpTypeEquivalenceCommGrpForgetCommMon 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.CommGrp_
: CommGrpTypeEquivalenceCommGrp.functor.comp (CategoryTheory.forget₂ CommGrpCat CommMonCat) ≅ (CategoryTheory.CommGrp.forget₂CommMon (Type u)).comp CommMonTypeEquivalenceCommMon.functor - CommMonCat.instIsRightAdjointForgetMonoidHomCarrier 📋 Mathlib.Algebra.Category.MonCat.Adjunctions
: (CategoryTheory.forget CommMonCat).IsRightAdjoint - CommMonCat.coyoneda 📋 Mathlib.Algebra.Category.MonCat.Yoneda
: CategoryTheory.Functor CommMonCatᵒᵖ (CategoryTheory.Functor CommMonCat CommMonCat) - CommMonCat.coyonedaType 📋 Mathlib.Algebra.Category.MonCat.Yoneda
: CategoryTheory.Functor Type uᵒᵖ (CategoryTheory.Functor CommMonCat CommMonCat) - CommMonCat.coyonedaType_obj_obj_coe 📋 Mathlib.Algebra.Category.MonCat.Yoneda
(X : Type uᵒᵖ) (M : CommMonCat) : ↑((CommMonCat.coyonedaType.obj X).obj M) = (Opposite.unop X → ↑M) - CommMonCat.coyoneda_obj_obj_coe 📋 Mathlib.Algebra.Category.MonCat.Yoneda
(M : CommMonCatᵒᵖ) (N : CommMonCat) : ↑((CommMonCat.coyoneda.obj M).obj N) = (↑(Opposite.unop M) →* ↑N) - CommMonCat.coyonedaForget 📋 Mathlib.Algebra.Category.MonCat.Yoneda
: CommMonCat.coyoneda.comp ((CategoryTheory.Functor.whiskeringRight CommMonCat CommMonCat (Type u_1)).obj (CategoryTheory.forget CommMonCat)) ≅ CategoryTheory.coyoneda - CommMonCat.coyonedaType_obj_map 📋 Mathlib.Algebra.Category.MonCat.Yoneda
(X : Type uᵒᵖ) {X✝ Y✝ : CommMonCat} (f : X✝ ⟶ Y✝) : (CommMonCat.coyonedaType.obj X).map f = CommMonCat.ofHom (MonoidHom.pi fun i => (CommMonCat.Hom.hom f).comp (Pi.evalMonoidHom (fun a => ↑X✝) i)) - CommMonCat.coyonedaType_map_app 📋 Mathlib.Algebra.Category.MonCat.Yoneda
{X✝ Y✝ : Type uᵒᵖ} (f : X✝ ⟶ Y✝) (N : CommMonCat) : (CommMonCat.coyonedaType.map f).app N = CommMonCat.ofHom (MonoidHom.pi fun i => Pi.evalMonoidHom (fun a => ↑N) ((CategoryTheory.ConcreteCategory.hom f.unop) i)) - CommMonCat.coyonedaForget_inv_app_app_hom_apply 📋 Mathlib.Algebra.Category.MonCat.Yoneda
(X : CommMonCatᵒᵖ) (X✝ : CommMonCat) (f : Opposite.unop X ⟶ X✝) : (CategoryTheory.ConcreteCategory.hom ((CommMonCat.coyonedaForget.inv.app X).app X✝)) f = CommMonCat.Hom.hom f - CommMonCat.coyonedaForget_hom_app_app_hom_apply_hom 📋 Mathlib.Algebra.Category.MonCat.Yoneda
(X : CommMonCatᵒᵖ) (X✝ : CommMonCat) (f : ↑(Opposite.unop X) →* ↑X✝) : CommMonCat.Hom.hom ((CategoryTheory.ConcreteCategory.hom ((CommMonCat.coyonedaForget.hom.app X).app X✝)) f) = f - CommMonCat.coyoneda_obj_map 📋 Mathlib.Algebra.Category.MonCat.Yoneda
(M : CommMonCatᵒᵖ) {X✝ Y✝ : CommMonCat} (f : X✝ ⟶ Y✝) : (CommMonCat.coyoneda.obj M).map f = CommMonCat.ofHom (MonoidHom.compHom (CommMonCat.Hom.hom f)) - CommMonCat.coyoneda_map_app 📋 Mathlib.Algebra.Category.MonCat.Yoneda
{X✝ Y✝ : CommMonCatᵒᵖ} (f : X✝ ⟶ Y✝) (N : CommMonCat) : (CommMonCat.coyoneda.map f).app N = CommMonCat.ofHom (CommMonCat.Hom.hom f.unop).compHom' - CategoryTheory.IsCommMonObj.ofRepresentableBy 📋 Mathlib.CategoryTheory.Monoidal.Cartesian.CommMon_
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.CartesianMonoidalCategory C] [CategoryTheory.BraidedCategory C] (X : C) (F : CategoryTheory.Functor Cᵒᵖ CommMonCat) (α : (F.comp (CategoryTheory.forget CommMonCat)).RepresentableBy X) : CategoryTheory.IsCommMonObj X
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