Loogle!
Result
Found 106 declarations mentioning CommGrpCat.carrier.
- CommGrpCat.carrier 📋 Mathlib.Algebra.Category.Grp.Basic
(self : CommGrpCat) : Type u - CommGrpCat.str 📋 Mathlib.Algebra.Category.Grp.Basic
(self : CommGrpCat) : CommGroup ↑self - CommGrpCat.coe_of 📋 Mathlib.Algebra.Category.Grp.Basic
(R : Type u) [CommGroup R] : ↑(CommGrpCat.of R) = R - CommGrpCat.uliftFunctor_obj 📋 Mathlib.Algebra.Category.Grp.Basic
(X : CommGrpCat) : CommGrpCat.uliftFunctor.obj X = CommGrpCat.of (ULift.{u, v} ↑X) - CommGrpCat.ofHom_hom 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (f : X ⟶ Y) : CommGrpCat.ofHom (CommGrpCat.Hom.hom f) = f - CommGrpCat.Hom.hom 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (f : X.Hom Y) : ↑X →* ↑Y - CommGrpCat.Hom.hom' 📋 Mathlib.Algebra.Category.Grp.Basic
{A B : CommGrpCat} (self : A.Hom B) : ↑A →* ↑B - CommGrpCat.Hom.Simps.hom 📋 Mathlib.Algebra.Category.Grp.Basic
(X Y : CommGrpCat) (f : X.Hom Y) : ↑X →* ↑Y - MulEquiv.toCommGrpIso 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (e : ↑X ≃* ↑Y) : X ≅ Y - CategoryTheory.Iso.commGroupIsoToMulEquiv 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (i : X ≅ Y) : ↑X ≃* ↑Y - mulEquivIsoCommGroupIso 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} : ↑X ≃* ↑Y ≅ X ≅ Y - CommGrpCat.Hom.ext 📋 Mathlib.Algebra.Category.Grp.Basic
{A B : CommGrpCat} {x y : A.Hom B} (hom' : x.hom' = y.hom') : x = y - CommGrpCat.Hom.ext_iff 📋 Mathlib.Algebra.Category.Grp.Basic
{A B : CommGrpCat} {x y : A.Hom B} : x = y ↔ x.hom' = y.hom' - CommGrpCat.hom_id 📋 Mathlib.Algebra.Category.Grp.Basic
{X : CommGrpCat} : CommGrpCat.Hom.hom (CategoryTheory.CategoryStruct.id X) = MonoidHom.id ↑X - CommGrpCat.hom_ext 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} {f g : X ⟶ Y} (hf : CommGrpCat.Hom.hom f = CommGrpCat.Hom.hom g) : f = g - CommGrpCat.hom_ext_iff 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} {f g : X ⟶ Y} : f = g ↔ CommGrpCat.Hom.hom f = CommGrpCat.Hom.hom g - CommGrpCat.instConcreteCategoryMonoidHomCarrier 📋 Mathlib.Algebra.Category.Grp.Basic
: CategoryTheory.ConcreteCategory CommGrpCat fun x1 x2 => ↑x1 →* ↑x2 - CommGrpCat.forget_reflects_isos 📋 Mathlib.Algebra.Category.Grp.Basic
: (CategoryTheory.forget CommGrpCat).ReflectsIsomorphisms - CommGrpCat.hom_ofHom 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : Type u} [CommGroup X] [CommGroup Y] (f : X →* Y) : CommGrpCat.Hom.hom (CommGrpCat.ofHom f) = f - MulEquiv.toCommGrpIso_hom 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (e : ↑X ≃* ↑Y) : e.toCommGrpIso.hom = CommGrpCat.ofHom e.toMonoidHom - CommGrpCat.hom_comp 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y T : CommGrpCat} (f : X ⟶ Y) (g : Y ⟶ T) : CommGrpCat.Hom.hom (CategoryTheory.CategoryStruct.comp f g) = (CommGrpCat.Hom.hom g).comp (CommGrpCat.Hom.hom f) - CommGrpCat.hasForgetToCommMonCat 📋 Mathlib.Algebra.Category.Grp.Basic
: CategoryTheory.HasForget₂ CommGrpCat CommMonCat - MulEquiv.toCommGrpIso_inv 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (e : ↑X ≃* ↑Y) : e.toCommGrpIso.inv = CommGrpCat.ofHom e.symm.toMonoidHom - CommGrpCat.hasForgetToGroup 📋 Mathlib.Algebra.Category.Grp.Basic
: CategoryTheory.HasForget₂ CommGrpCat GrpCat - CommGrpCat.fullyFaithfulForget₂ToGrp 📋 Mathlib.Algebra.Category.Grp.Basic
: (CategoryTheory.forget₂ CommGrpCat GrpCat).FullyFaithful - CommGrpCat.instFullGrpCatForget₂MonoidHomCarrierCarrier 📋 Mathlib.Algebra.Category.Grp.Basic
: (CategoryTheory.forget₂ CommGrpCat GrpCat).Full - CommGrpCat.id_apply 📋 Mathlib.Algebra.Category.Grp.Basic
(X : CommGrpCat) (x : ↑X) : (CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.id X)) x = x - CommGrpCat.coe_id 📋 Mathlib.Algebra.Category.Grp.Basic
{X : CommGrpCat} : ⇑(CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.id X)) = id - CommGrpCat.one_apply 📋 Mathlib.Algebra.Category.Grp.Basic
(G H : CommGrpCat) (g : ↑G) : (CategoryTheory.ConcreteCategory.hom 1) g = 1 - CategoryTheory.Iso.commGroupIsoToMulEquiv_apply 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (i : X ≅ Y) (a : ↑X) : i.commGroupIsoToMulEquiv a = (CommGrpCat.Hom.hom i.hom) a - CommGrpCat.ofHom_apply 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : Type u} [CommGroup X] [CommGroup Y] (f : X →* Y) (x : X) : (CategoryTheory.ConcreteCategory.hom (CommGrpCat.ofHom f)) x = f x - CategoryTheory.Iso.commGroupIsoToMulEquiv_symm_apply 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (i : X ≅ Y) (a : ↑Y) : i.commGroupIsoToMulEquiv.symm a = (CommGrpCat.Hom.hom i.inv) a - CommGrpCat.uliftFunctor_map 📋 Mathlib.Algebra.Category.Grp.Basic
{x✝ x✝¹ : CommGrpCat} (f : x✝ ⟶ x✝¹) : CommGrpCat.uliftFunctor.map f = CommGrpCat.ofHom (MulEquiv.ulift.symm.toMonoidHom.comp ((CommGrpCat.Hom.hom f).comp MulEquiv.ulift.toMonoidHom)) - CommGrpCat.hom_inv_apply 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (e : X ≅ Y) (s : ↑Y) : (CategoryTheory.ConcreteCategory.hom e.hom) ((CategoryTheory.ConcreteCategory.hom e.inv) s) = s - CommGrpCat.inv_hom_apply 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} (e : X ≅ Y) (x : ↑X) : (CategoryTheory.ConcreteCategory.hom e.inv) ((CategoryTheory.ConcreteCategory.hom e.hom) x) = x - CommGrpCat.ext 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} {f g : X ⟶ Y} (w : ∀ (x : ↑X), (CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) x) : f = g - CommGrpCat.ext_iff 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : CommGrpCat} {f g : X ⟶ Y} : f = g ↔ ∀ (x : ↑X), (CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) x - 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 - CommGrpCat.forget₂_grp_map_ofHom 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y : Type u} [CommGroup X] [CommGroup Y] (f : X →* Y) : (CategoryTheory.forget₂ CommGrpCat GrpCat).map (CommGrpCat.ofHom f) = GrpCat.ofHom f - CommGrpCat.comp_apply 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y T : CommGrpCat} (f : X ⟶ Y) (g : Y ⟶ T) (x : ↑X) : (CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.comp f g)) x = (CategoryTheory.ConcreteCategory.hom g) ((CategoryTheory.ConcreteCategory.hom f) x) - CommGrpCat.coe_comp 📋 Mathlib.Algebra.Category.Grp.Basic
{X Y Z : CommGrpCat} {f : X ⟶ Y} {g : Y ⟶ Z} : ⇑(CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.comp f g)) = ⇑(CategoryTheory.ConcreteCategory.hom g) ∘ ⇑(CategoryTheory.ConcreteCategory.hom f) - CommGrpCat.forget₂_map 📋 Mathlib.Algebra.Category.Grp.Basic
{R S : CommGrpCat} (f : R ⟶ S) (x : ↑((CategoryTheory.forget₂ CommGrpCat GrpCat).obj R)) : (CategoryTheory.ConcreteCategory.hom ((CategoryTheory.forget₂ CommGrpCat GrpCat).map f)) x = (CategoryTheory.ConcreteCategory.hom f) x - CommGrpCat.FilteredColimits.forget_preservesFilteredColimits 📋 Mathlib.Algebra.Category.Grp.FilteredColimits
: CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget CommGrpCat) - CommGrpCat.FilteredColimits.forget₂Group_preservesFilteredColimits 📋 Mathlib.Algebra.Category.Grp.FilteredColimits
: CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget₂ CommGrpCat GrpCat) - CommGrpCat.forget_isCorepresentable 📋 Mathlib.Algebra.Category.Grp.ForgetCorepresentable
: (CategoryTheory.forget CommGrpCat).IsCorepresentable - CommGrpCat.coyonedaObjIsoForget 📋 Mathlib.Algebra.Category.Grp.ForgetCorepresentable
: CategoryTheory.coyoneda.obj (Opposite.op (CommGrpCat.of (ULift.{u, 0} (Multiplicative ℤ)))) ≅ CategoryTheory.forget CommGrpCat - CommGrpCat.forget_createsLimitsOfSize 📋 Mathlib.Algebra.Category.Grp.Limits
: CategoryTheory.CreatesLimitsOfSize.{w, v, u, u, u + 1, u + 1} (CategoryTheory.forget CommGrpCat) - CommGrpCat.forget_preservesLimits 📋 Mathlib.Algebra.Category.Grp.Limits
: CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget CommGrpCat) - CommGrpCat.forget_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.Grp.Limits
: CategoryTheory.Limits.PreservesLimitsOfSize.{w, v, u, u, u + 1, u + 1} (CategoryTheory.forget CommGrpCat) - CommGrpCat.forget_createsLimitsOfShape 📋 Mathlib.Algebra.Category.Grp.Limits
(J : Type v) [CategoryTheory.Category.{w, v} J] : CategoryTheory.CreatesLimitsOfShape J (CategoryTheory.forget CommGrpCat) - CommGrpCat.forget_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) - CommGrpCat.forget_createsLimit 📋 Mathlib.Algebra.Category.Grp.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommGrpCat) : CategoryTheory.CreatesLimit F (CategoryTheory.forget CommGrpCat) - CommGrpCat.commGroupObj 📋 Mathlib.Algebra.Category.Grp.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommGrpCat) (j : J) : CommGroup ((F.comp (CategoryTheory.forget CommGrpCat)).obj j) - 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₂Group_preservesLimits 📋 Mathlib.Algebra.Category.Grp.Limits
: CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget₂ CommGrpCat GrpCat) - CommGrpCat.forget₂Group_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.Grp.Limits
: CategoryTheory.Limits.PreservesLimitsOfSize.{w, v, u, u, u + 1, u + 1} (CategoryTheory.forget₂ CommGrpCat GrpCat) - CommGrpCat.instReflectsIsomorphismsGrpCatForget₂MonoidHomCarrierCarrier 📋 Mathlib.Algebra.Category.Grp.Limits
: (CategoryTheory.forget₂ CommGrpCat GrpCat).ReflectsIsomorphisms - CommGrpCat.forget₂Group_preservesLimitsOfShape 📋 Mathlib.Algebra.Category.Grp.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] : CategoryTheory.Limits.PreservesLimitsOfShape J (CategoryTheory.forget₂ CommGrpCat GrpCat) - CommGrpCat.forget₂Group_preservesLimit 📋 Mathlib.Algebra.Category.Grp.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommGrpCat) : CategoryTheory.Limits.PreservesLimit F (CategoryTheory.forget₂ CommGrpCat GrpCat) - CommGrpCat.Forget₂.createsLimit 📋 Mathlib.Algebra.Category.Grp.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommGrpCat) : CategoryTheory.CreatesLimit F (CategoryTheory.forget₂ CommGrpCat GrpCat) - CommGrpCat.hasLimit 📋 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.HasLimit F - CommGrpCat.limitCone 📋 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.Cone F - CommGrpCat.hasLimit_iff_small_sections 📋 Mathlib.Algebra.Category.Grp.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommGrpCat) : CategoryTheory.Limits.HasLimit F ↔ Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommGrpCat)).sections - CommGrpCat.limitConeIsLimit 📋 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 (CommGrpCat.limitCone F) - CommGrpCat.limitCommGroup 📋 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] : CommGroup (CategoryTheory.Limits.Types.Small.limitCone (F.comp (CategoryTheory.forget CommGrpCat))).pt - 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)) - CommGrpCat.coyonedaType_obj_obj_coe 📋 Mathlib.Algebra.Category.Grp.Yoneda
(X : Type uᵒᵖ) (G : CommGrpCat) : ↑((CommGrpCat.coyonedaType.obj X).obj G) = (Opposite.unop X → ↑G) - CommGrpCat.coyoneda_obj_obj_coe 📋 Mathlib.Algebra.Category.Grp.Yoneda
(M : CommGrpCatᵒᵖ) (N : CommGrpCat) : ↑((CommGrpCat.coyoneda.obj M).obj N) = (↑(Opposite.unop M) →* ↑N) - CommGrpCat.coyonedaForget 📋 Mathlib.Algebra.Category.Grp.Yoneda
: CommGrpCat.coyoneda.comp ((CategoryTheory.Functor.whiskeringRight CommGrpCat CommGrpCat (Type u_1)).obj (CategoryTheory.forget CommGrpCat)) ≅ CategoryTheory.coyoneda - CommGrpCat.coyonedaType_obj_map 📋 Mathlib.Algebra.Category.Grp.Yoneda
(X : Type uᵒᵖ) {X✝ Y✝ : CommGrpCat} (f : X✝ ⟶ Y✝) : (CommGrpCat.coyonedaType.obj X).map f = CommGrpCat.ofHom (MonoidHom.pi fun i => (CommGrpCat.Hom.hom f).comp (Pi.evalMonoidHom (fun a => ↑X✝) i)) - CommGrpCat.coyonedaType_map_app 📋 Mathlib.Algebra.Category.Grp.Yoneda
{X✝ Y✝ : Type uᵒᵖ} (f : X✝ ⟶ Y✝) (G : CommGrpCat) : (CommGrpCat.coyonedaType.map f).app G = CommGrpCat.ofHom (MonoidHom.pi fun i => Pi.evalMonoidHom (fun a => ↑G) ((CategoryTheory.ConcreteCategory.hom f.unop) i)) - CommGrpCat.coyonedaForget_inv_app_app_hom_apply 📋 Mathlib.Algebra.Category.Grp.Yoneda
(X : CommGrpCatᵒᵖ) (X✝ : CommGrpCat) (f : Opposite.unop X ⟶ X✝) : (CategoryTheory.ConcreteCategory.hom ((CommGrpCat.coyonedaForget.inv.app X).app X✝)) f = CommGrpCat.Hom.hom f - CommGrpCat.coyonedaForget_hom_app_app_hom_apply_hom 📋 Mathlib.Algebra.Category.Grp.Yoneda
(X : CommGrpCatᵒᵖ) (X✝ : CommGrpCat) (f : ↑(Opposite.unop X) →* ↑X✝) : CommGrpCat.Hom.hom ((CategoryTheory.ConcreteCategory.hom ((CommGrpCat.coyonedaForget.hom.app X).app X✝)) f) = f - CommGrpCat.coyoneda_obj_map 📋 Mathlib.Algebra.Category.Grp.Yoneda
(M : CommGrpCatᵒᵖ) {X✝ Y✝ : CommGrpCat} (f : X✝ ⟶ Y✝) : (CommGrpCat.coyoneda.obj M).map f = CommGrpCat.ofHom (MonoidHom.compHom (CommGrpCat.Hom.hom f)) - CommGrpCat.coyoneda_map_app 📋 Mathlib.Algebra.Category.Grp.Yoneda
{X✝ Y✝ : CommGrpCatᵒᵖ} (f : X✝ ⟶ Y✝) (N : CommGrpCat) : (CommGrpCat.coyoneda.map f).app N = CommGrpCat.ofHom (CommGrpCat.Hom.hom f.unop).compHom' - AddCommGrpCat.toCommGrp_obj_coe 📋 Mathlib.Algebra.Category.Grp.EquivalenceGroupAddGroup
(X : AddCommGrpCat) : ↑(AddCommGrpCat.toCommGrp.obj X) = Multiplicative ↑X - CommGrpCat.toAddCommGrp_obj_coe 📋 Mathlib.Algebra.Category.Grp.EquivalenceGroupAddGroup
(X : CommGrpCat) : ↑(CommGrpCat.toAddCommGrp.obj X) = Additive ↑X - CommGrpCat.toAddCommGrp_map 📋 Mathlib.Algebra.Category.Grp.EquivalenceGroupAddGroup
{x✝ x✝¹ : CommGrpCat} (f : x✝ ⟶ x✝¹) : CommGrpCat.toAddCommGrp.map f = AddCommGrpCat.ofHom (MonoidHom.toAdditive (CommGrpCat.Hom.hom f)) - CommGrpCat.range_eq_top_of_epi 📋 Mathlib.Algebra.Category.Grp.EpiMono
{A B : CommGrpCat} (f : A ⟶ B) [CategoryTheory.Epi f] : (CommGrpCat.Hom.hom f).range = ⊤ - CommGrpCat.epi_iff_range_eq_top 📋 Mathlib.Algebra.Category.Grp.EpiMono
{A B : CommGrpCat} (f : A ⟶ B) : CategoryTheory.Epi f ↔ (CommGrpCat.Hom.hom f).range = ⊤ - CommGrpCat.ker_eq_bot_of_mono 📋 Mathlib.Algebra.Category.Grp.EpiMono
{A B : CommGrpCat} (f : A ⟶ B) [CategoryTheory.Mono f] : (CommGrpCat.Hom.hom f).ker = ⊥ - CommGrpCat.mono_iff_ker_eq_bot 📋 Mathlib.Algebra.Category.Grp.EpiMono
{A B : CommGrpCat} (f : A ⟶ B) : CategoryTheory.Mono f ↔ (CommGrpCat.Hom.hom f).ker = ⊥ - CommGrpCat.forget_commGrp_preserves_epi 📋 Mathlib.Algebra.Category.Grp.EpiMono
: (CategoryTheory.forget CommGrpCat).PreservesEpimorphisms - CommGrpCat.forget_commGrp_preserves_mono 📋 Mathlib.Algebra.Category.Grp.EpiMono
: (CategoryTheory.forget CommGrpCat).PreservesMonomorphisms - CommGrpCat.epi_iff_surjective 📋 Mathlib.Algebra.Category.Grp.EpiMono
{A B : CommGrpCat} (f : A ⟶ B) : CategoryTheory.Epi f ↔ Function.Surjective ⇑(CategoryTheory.ConcreteCategory.hom f) - CommGrpCat.mono_iff_injective 📋 Mathlib.Algebra.Category.Grp.EpiMono
{A B : CommGrpCat} (f : A ⟶ B) : CategoryTheory.Mono f ↔ Function.Injective ⇑(CategoryTheory.ConcreteCategory.hom f) - 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 - GrpCat.abelianizeAdj 📋 Mathlib.Algebra.Category.Grp.Adjunctions
: GrpCat.abelianize ⊣ CategoryTheory.forget₂ CommGrpCat GrpCat - CommGrpCat.isZero_of_subsingleton 📋 Mathlib.Algebra.Category.Grp.Zero
(G : CommGrpCat) [Subsingleton ↑G] : CategoryTheory.Limits.IsZero G - CommGrpCat.subsingleton_of_isZero 📋 Mathlib.Algebra.Category.Grp.Zero
{G : CommGrpCat} (h : CategoryTheory.Limits.IsZero G) : Subsingleton ↑G - CommGrpCat.isZero_iff_subsingleton 📋 Mathlib.Algebra.Category.Grp.Zero
{G : CommGrpCat} : CategoryTheory.Limits.IsZero G ↔ Subsingleton ↑G - CommGrpCat.tensorObj_eq 📋 Mathlib.Algebra.Category.Grp.CartesianMonoidal
(G H : CommGrpCat) : CategoryTheory.MonoidalCategoryStruct.tensorObj G H = CommGrpCat.of (↑G × ↑H) - CommGrpCat.binaryProductLimitCone_cone_pt 📋 Mathlib.Algebra.Category.Grp.CartesianMonoidal
(G H : CommGrpCat) : (G.binaryProductLimitCone H).cone.pt = CommGrpCat.of (↑G × ↑H) - CommGrpCat.instBraidedForgetMonoidHomCarrier 📋 Mathlib.Algebra.Category.Grp.CartesianMonoidal
: (CategoryTheory.forget CommGrpCat).Braided - CommGrpCat.binaryProductLimitCone_isLimit_lift 📋 Mathlib.Algebra.Category.Grp.CartesianMonoidal
(G H : CommGrpCat) (t : CategoryTheory.Limits.Cone (CategoryTheory.Limits.pair G H)) : (G.binaryProductLimitCone H).isLimit.lift t = CommGrpCat.ofHom ((CommGrpCat.Hom.hom (CategoryTheory.Limits.BinaryFan.fst t)).prod (CommGrpCat.Hom.hom (CategoryTheory.Limits.BinaryFan.snd t))) - CommGrpCat.μ_forget_apply 📋 Mathlib.Algebra.Category.Grp.CartesianMonoidal
{G H : CommGrpCat} (p : ↑G) (q : ↑H) : (CategoryTheory.ConcreteCategory.hom (CategoryTheory.Functor.LaxMonoidal.μ (CategoryTheory.forget CommGrpCat) G H)) (p, q) = (p, q) - CommGrpTypeEquivalenceCommGrp.inverse_obj_X 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.CommGrp_
{A : CommGrpCat} : (CommGrpTypeEquivalenceCommGrp.inverse.obj A).X = ↑A - CommGrpTypeEquivalenceCommGrp.inverse_obj_one 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.CommGrp_
{A : CommGrpCat} {x : (fun X => X) (CategoryTheory.MonoidalCategoryStruct.tensorUnit (Type u))} : (CategoryTheory.ConcreteCategory.hom CategoryTheory.MonObj.one) x = 1 - commGrpTypeEquivalenceCommGrpForgetGrp 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.CommGrp_
: CommGrpTypeEquivalenceCommGrp.functor.comp (CategoryTheory.forget₂ CommGrpCat GrpCat) ≅ (CategoryTheory.CommGrp.forget₂Grp (Type u)).comp GrpTypeEquivalenceGrp.functor - commGrpTypeEquivalenceCommGrpForgetCommMon 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.CommGrp_
: CommGrpTypeEquivalenceCommGrp.functor.comp (CategoryTheory.forget₂ CommGrpCat CommMonCat) ≅ (CategoryTheory.CommGrp.forget₂CommMon (Type u)).comp CommMonTypeEquivalenceCommMon.functor - CommGrpTypeEquivalenceCommGrp.inverse_obj_inv 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.CommGrp_
{A : CommGrpCat} {x : (fun X => X) (CommGrpTypeEquivalenceCommGrp.inverse.obj A).X} : (CategoryTheory.ConcreteCategory.hom CategoryTheory.GrpObj.inv) x = x⁻¹ - CommGrpTypeEquivalenceCommGrp.inverse_obj_mul 📋 Mathlib.CategoryTheory.Monoidal.Internal.Types.CommGrp_
{A : CommGrpCat} {p : (fun X => X) (CategoryTheory.MonoidalCategoryStruct.tensorObj (CommGrpTypeEquivalenceCommGrp.inverse.obj A).X (CommGrpTypeEquivalenceCommGrp.inverse.obj A).X)} : (CategoryTheory.ConcreteCategory.hom CategoryTheory.MonObj.mul) p = p.1 * p.2 - CategoryTheory.yonedaCommGrpGrpObj_obj_coe 📋 Mathlib.CategoryTheory.Monoidal.Cartesian.CommGrp_
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.CartesianMonoidalCategory C] [CategoryTheory.BraidedCategory C] (G : CategoryTheory.CommGrp C) (H : (CategoryTheory.Grp C)ᵒᵖ) : ↑((CategoryTheory.yonedaCommGrpGrpObj G).obj H) = (Opposite.unop H ⟶ G.toGrp) - CategoryTheory.CommGrpObj.ofRepresentableBy 📋 Mathlib.CategoryTheory.Monoidal.Cartesian.CommGrp_
{C : Type u} [CategoryTheory.Category.{v, u} C] [CategoryTheory.CartesianMonoidalCategory C] [CategoryTheory.BraidedCategory C] (X : C) (F : CategoryTheory.Functor Cᵒᵖ CommGrpCat) (α : (F.comp (CategoryTheory.forget CommGrpCat)).RepresentableBy X) : CategoryTheory.CommGrpObj 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