Loogle!
Result
Found 97 declarations mentioning CategoryTheory.Comonad.Coalgebra.A.
- CategoryTheory.Comonad.Coalgebra.A π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} (self : G.Coalgebra) : C - CategoryTheory.Comonad.forget_obj π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] (G : CategoryTheory.Comonad C) (A : G.Coalgebra) : G.forget.obj A = A.A - CategoryTheory.Comonad.Coalgebra.a π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} (self : G.Coalgebra) : self.A βΆ G.obj self.A - CategoryTheory.Comonad.Coalgebra.Hom.f π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} (self : A.Hom B) : A.A βΆ B.A - CategoryTheory.Comonad.cofree_obj_A π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] (G : CategoryTheory.Comonad C) (X : C) : (G.cofree.obj X).A = G.obj X - CategoryTheory.Comonad.Coalgebra.id_f π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} (A : G.Coalgebra) : (CategoryTheory.CategoryStruct.id A).f = CategoryTheory.CategoryStruct.id A.A - CategoryTheory.Comonad.algebra_epi_of_epi π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] (G : CategoryTheory.Comonad C) {X Y : G.Coalgebra} (f : X βΆ Y) [h : CategoryTheory.Epi f.f] : CategoryTheory.Epi f - CategoryTheory.Comonad.algebra_mono_of_mono π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] (G : CategoryTheory.Comonad C) {X Y : G.Coalgebra} (f : X βΆ Y) [h : CategoryTheory.Mono f.f] : CategoryTheory.Mono f - CategoryTheory.Comonad.coalgebra_iso_of_iso π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] (G : CategoryTheory.Comonad C) {A B : G.Coalgebra} (f : A βΆ B) [CategoryTheory.IsIso f.f] : CategoryTheory.IsIso f - CategoryTheory.Comonad.Coalgebra.Hom.ext π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} {instβ : CategoryTheory.Category.{vβ, uβ} C} {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} {x y : A.Hom B} (f : x.f = y.f) : x = y - CategoryTheory.Comonad.Coalgebra.Hom.ext_iff π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} {instβ : CategoryTheory.Category.{vβ, uβ} C} {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} {x y : A.Hom B} : x = y β x.f = y.f - CategoryTheory.Comonad.forget_map π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] (G : CategoryTheory.Comonad C) {Xβ Yβ : G.Coalgebra} (f : Xβ βΆ Yβ) : G.forget.map f = f.f - CategoryTheory.Comonad.Coalgebra.Hom.ext' π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} (X Y : G.Coalgebra) (f g : X βΆ Y) (h : f.f = g.f) : f = g - CategoryTheory.Comonad.Coalgebra.Hom.ext'_iff π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {X Y : G.Coalgebra} {f g : X βΆ Y} : f = g β f.f = g.f - CategoryTheory.Comonad.Coalgebra.counit π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} (self : G.Coalgebra) : CategoryTheory.CategoryStruct.comp self.a (G.Ξ΅.app self.A) = CategoryTheory.CategoryStruct.id self.A - CategoryTheory.Comonad.Coalgebra.counit_assoc π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} (self : G.Coalgebra) {Z : C} (h : self.A βΆ Z) : CategoryTheory.CategoryStruct.comp self.a (CategoryTheory.CategoryStruct.comp (G.Ξ΅.app self.A) h) = h - CategoryTheory.Comonad.Coalgebra.comp_f π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {A A' A'' : G.Coalgebra} (f : A βΆ A') (g : A' βΆ A'') : (CategoryTheory.CategoryStruct.comp f g).f = CategoryTheory.CategoryStruct.comp f.f g.f - CategoryTheory.Comonad.Coalgebra.Hom.h π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} (self : A.Hom B) : CategoryTheory.CategoryStruct.comp A.a (G.map self.f) = CategoryTheory.CategoryStruct.comp self.f B.a - CategoryTheory.Comonad.Coalgebra.Hom.mk π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} (f : A.A βΆ B.A) (h : CategoryTheory.CategoryStruct.comp A.a (G.map f) = CategoryTheory.CategoryStruct.comp f B.a := by cat_disch) : A.Hom B - CategoryTheory.Comonad.Coalgebra.isoMk π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} (h : A.A β B.A) (w : CategoryTheory.CategoryStruct.comp A.a (G.map h.hom) = CategoryTheory.CategoryStruct.comp h.hom B.a := by cat_disch) : A β B - CategoryTheory.Comonad.Coalgebra.Hom.h_assoc π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} (self : A.Hom B) {Z : C} (h : G.obj B.A βΆ Z) : CategoryTheory.CategoryStruct.comp A.a (CategoryTheory.CategoryStruct.comp (G.map self.f) h) = CategoryTheory.CategoryStruct.comp self.f (CategoryTheory.CategoryStruct.comp B.a h) - CategoryTheory.Comonad.Coalgebra.coassoc π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} (self : G.Coalgebra) : CategoryTheory.CategoryStruct.comp self.a (G.Ξ΄.app self.A) = CategoryTheory.CategoryStruct.comp self.a (G.map self.a) - CategoryTheory.Comonad.Coalgebra.isoMk_hom_f π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} (h : A.A β B.A) (w : CategoryTheory.CategoryStruct.comp A.a (G.map h.hom) = CategoryTheory.CategoryStruct.comp h.hom B.a := by cat_disch) : (CategoryTheory.Comonad.Coalgebra.isoMk h w).hom.f = h.hom - CategoryTheory.Comonad.Coalgebra.isoMk_inv_f π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} {A B : G.Coalgebra} (h : A.A β B.A) (w : CategoryTheory.CategoryStruct.comp A.a (G.map h.hom) = CategoryTheory.CategoryStruct.comp h.hom B.a := by cat_disch) : (CategoryTheory.Comonad.Coalgebra.isoMk h w).inv.f = h.inv - CategoryTheory.Comonad.Coalgebra.coassoc_assoc π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {G : CategoryTheory.Comonad C} (self : G.Coalgebra) {Z : C} (h : G.obj (G.obj self.A) βΆ Z) : CategoryTheory.CategoryStruct.comp self.a (CategoryTheory.CategoryStruct.comp (G.Ξ΄.app self.A) h) = CategoryTheory.CategoryStruct.comp self.a (CategoryTheory.CategoryStruct.comp (G.map self.a) h) - CategoryTheory.Comonad.adj_counit π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] (G : CategoryTheory.Comonad C) : G.adj.counit = { app := fun Y => G.Ξ΅.app Y, naturality := β― } - CategoryTheory.Comonad.adj_unit π Mathlib.CategoryTheory.Monad.Algebra
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] (G : CategoryTheory.Comonad C) : G.adj.unit = { app := fun X => { f := X.a, h := β― }, naturality := β― } - CategoryTheory.overToCoalgebra_obj_A π Mathlib.CategoryTheory.Monad.Products
{C : Type u} [CategoryTheory.Category.{v, u} C] (X : C) [CategoryTheory.Limits.HasBinaryProducts C] (f : CategoryTheory.Over X) : ((CategoryTheory.overToCoalgebra X).obj f).A = f.left - CategoryTheory.coalgebraToOver_obj π Mathlib.CategoryTheory.Monad.Products
{C : Type u} [CategoryTheory.Category.{v, u} C] (X : C) [CategoryTheory.Limits.HasBinaryProducts C] (A : (CategoryTheory.prodComonad X).Coalgebra) : (CategoryTheory.coalgebraToOver X).obj A = CategoryTheory.Over.mk (CategoryTheory.CategoryStruct.comp A.a CategoryTheory.Limits.prod.fst) - CategoryTheory.coalgebraToOver_map π Mathlib.CategoryTheory.Monad.Products
{C : Type u} [CategoryTheory.Category.{v, u} C] (X : C) [CategoryTheory.Limits.HasBinaryProducts C] {Xβ Yβ : (CategoryTheory.prodComonad X).Coalgebra} (f : Xβ βΆ Yβ) : (CategoryTheory.coalgebraToOver X).map f = CategoryTheory.Over.homMk f.f β― - CategoryTheory.coalgebraEquivOver_unitIso π Mathlib.CategoryTheory.Monad.Products
{C : Type u} [CategoryTheory.Category.{v, u} C] (X : C) [CategoryTheory.Limits.HasBinaryProducts C] : (CategoryTheory.coalgebraEquivOver X).unitIso = CategoryTheory.NatIso.ofComponents (fun A => CategoryTheory.Comonad.Coalgebra.isoMk (CategoryTheory.Iso.refl ((CategoryTheory.Functor.id (CategoryTheory.prodComonad X).Coalgebra).obj A).A) β―) β― - CategoryTheory.Over.star_obj_hom π Mathlib.CategoryTheory.Comma.Over.Pullback
{C : Type u} [CategoryTheory.Category.{v, u} C] (X : C) [CategoryTheory.Limits.HasBinaryProducts C] (Xβ : C) : ((CategoryTheory.Over.star X).obj Xβ).hom = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.prod.lift CategoryTheory.Limits.prod.fst (CategoryTheory.CategoryStruct.id (X β¨― Xβ))) CategoryTheory.Limits.prod.fst - CategoryTheory.Over.star_map_left π Mathlib.CategoryTheory.Comma.Over.Pullback
{C : Type u} [CategoryTheory.Category.{v, u} C] (X : C) [CategoryTheory.Limits.HasBinaryProducts C] {Xβ Yβ : C} (f : Xβ βΆ Yβ) : ((CategoryTheory.Over.star X).map f).left = CategoryTheory.Limits.prod.map (CategoryTheory.CategoryStruct.id X) f - CategoryTheory.Comonad.CofreeEqualizer.ΞΉ π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : X βΆ T.cofree.obj X.A - CategoryTheory.Comonad.CofreeEqualizer.ΞΉ_f π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : (CategoryTheory.Comonad.CofreeEqualizer.ΞΉ X).f = X.a - CategoryTheory.Comonad.CofreeEqualizer.bottomMap π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : T.cofree.obj X.A βΆ T.cofree.obj (T.obj X.A) - CategoryTheory.Comonad.CofreeEqualizer.topMap π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : T.cofree.obj X.A βΆ T.cofree.obj (T.obj X.A) - CategoryTheory.Comonad.beckCoalgebraFork π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : CategoryTheory.Limits.Fork (CategoryTheory.Comonad.CofreeEqualizer.topMap X) (CategoryTheory.Comonad.CofreeEqualizer.bottomMap X) - CategoryTheory.Comonad.instIsCoreflexivePairCoalgebraTopMapBottomMap π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : CategoryTheory.IsCoreflexivePair (CategoryTheory.Comonad.CofreeEqualizer.topMap X) (CategoryTheory.Comonad.CofreeEqualizer.bottomMap X) - CategoryTheory.Comonad.beckCoalgebraEqualizer π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : CategoryTheory.Limits.IsLimit (CategoryTheory.Comonad.beckCoalgebraFork X) - CategoryTheory.Comonad.beckCoalgebraFork_pt π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : (CategoryTheory.Comonad.beckCoalgebraFork X).pt = X - CategoryTheory.Comonad.beckFork π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : CategoryTheory.Limits.Fork (T.map X.a) (T.Ξ΄.app X.A) - CategoryTheory.Comonad.beckEqualizer π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : CategoryTheory.Limits.IsLimit (CategoryTheory.Comonad.beckFork X) - CategoryTheory.Comonad.beckSplitEqualizer π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : CategoryTheory.IsSplitEqualizer (T.map X.a) (T.Ξ΄.app X.A) X.a - CategoryTheory.Comonad.beckFork_pt π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : (CategoryTheory.Comonad.beckFork X).pt = X.A - CategoryTheory.Comonad.CofreeEqualizer.topMap_f π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : (CategoryTheory.Comonad.CofreeEqualizer.topMap X).f = T.map X.a - CategoryTheory.Comonad.CofreeEqualizer.bottomMap_f π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : (CategoryTheory.Comonad.CofreeEqualizer.bottomMap X).f = T.Ξ΄.app X.A - CategoryTheory.Comonad.CofreeEqualizer.condition π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : CategoryTheory.CategoryStruct.comp (CategoryTheory.Comonad.CofreeEqualizer.ΞΉ X) (CategoryTheory.Comonad.CofreeEqualizer.topMap X) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Comonad.CofreeEqualizer.ΞΉ X) (CategoryTheory.Comonad.CofreeEqualizer.bottomMap X) - CategoryTheory.Comonad.beckFork_ΞΉ π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) : (CategoryTheory.Comonad.beckFork X).ΞΉ = X.a - CategoryTheory.Comonad.beckEqualizer_lift π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) (s : CategoryTheory.Limits.Fork (T.map X.a) (T.Ξ΄.app X.A)) : (CategoryTheory.Comonad.beckEqualizer X).lift s = CategoryTheory.CategoryStruct.comp s.ΞΉ (T.Ξ΅.app X.A) - CategoryTheory.Comonad.beckCoalgebraFork_Ο_app π Mathlib.CategoryTheory.Monad.Equalizer
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {T : CategoryTheory.Comonad C} (X : T.Coalgebra) (Xβ : CategoryTheory.Limits.WalkingParallelPair) : (CategoryTheory.Comonad.beckCoalgebraFork X).Ο.app Xβ = CategoryTheory.Limits.WalkingParallelPair.rec (motive := fun t => Xβ = t β (X βΆ (CategoryTheory.Limits.parallelPair (CategoryTheory.Comonad.CofreeEqualizer.topMap X) (CategoryTheory.Comonad.CofreeEqualizer.bottomMap X)).obj Xβ)) (fun h => β― βΈ CategoryTheory.Comonad.CofreeEqualizer.ΞΉ X) (fun h => β― βΈ CategoryTheory.CategoryStruct.comp (CategoryTheory.Comonad.CofreeEqualizer.ΞΉ X) (CategoryTheory.Comonad.CofreeEqualizer.topMap X)) Xβ β― - CategoryTheory.Comonad.comparison_obj_A π Mathlib.CategoryTheory.Monad.Adjunction
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} D] {L : CategoryTheory.Functor C D} {R : CategoryTheory.Functor D C} (h : L β£ R) (X : C) : ((CategoryTheory.Comonad.comparison h).obj X).A = L.obj X - CategoryTheory.Coreflective.instIsIsoAppCounitCoreflectorAdjunctionA π Mathlib.CategoryTheory.Monad.Adjunction
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} D] {R : CategoryTheory.Functor D C} [CategoryTheory.Coreflective R] (X : (CategoryTheory.coreflectorAdjunction R).toComonad.Coalgebra) : CategoryTheory.IsIso ((CategoryTheory.coreflectorAdjunction R).counit.app X.A) - CategoryTheory.Comonad.ForgetCreatesColimits'.coconePoint_A π Mathlib.CategoryTheory.Monad.Limits
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {J : Type u} [CategoryTheory.Category.{v, u} J] {T : CategoryTheory.Comonad C} (D : CategoryTheory.Functor J T.Coalgebra) (c : CategoryTheory.Limits.Cocone (D.comp T.forget)) (t : CategoryTheory.Limits.IsColimit c) : (CategoryTheory.Comonad.ForgetCreatesColimits'.coconePoint D c t).A = c.pt - CategoryTheory.Comonad.ForgetCreatesLimits'.Ξ³_app π Mathlib.CategoryTheory.Monad.Limits
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {J : Type u} [CategoryTheory.Category.{v, u} J] {T : CategoryTheory.Comonad C} {D : CategoryTheory.Functor J T.Coalgebra} (j : J) : CategoryTheory.Comonad.ForgetCreatesLimits'.Ξ³.app j = (D.obj j).a - CategoryTheory.Comonad.ForgetCreatesColimits'.Ξ³_app π Mathlib.CategoryTheory.Monad.Limits
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {J : Type u} [CategoryTheory.Category.{v, u} J] {T : CategoryTheory.Comonad C} (D : CategoryTheory.Functor J T.Coalgebra) (j : J) : (CategoryTheory.Comonad.ForgetCreatesColimits'.Ξ³ D).app j = (D.obj j).a - CategoryTheory.Comonad.ForgetCreatesLimits'.conePoint_A π Mathlib.CategoryTheory.Monad.Limits
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {J : Type u} [CategoryTheory.Category.{v, u} J] {T : CategoryTheory.Comonad C} {D : CategoryTheory.Functor J T.Coalgebra} (c : CategoryTheory.Limits.Cone (D.comp T.forget)) (t : CategoryTheory.Limits.IsLimit c) [CategoryTheory.Limits.PreservesLimit (D.comp T.forget) T.toFunctor] [CategoryTheory.Limits.PreservesLimit ((D.comp T.forget).comp T.toFunctor) T.toFunctor] : (CategoryTheory.Comonad.ForgetCreatesLimits'.conePoint c t).A = c.pt - CategoryTheory.Comonad.ForgetCreatesColimits'.newCocone_ΞΉ_app π Mathlib.CategoryTheory.Monad.Limits
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {J : Type u} [CategoryTheory.Category.{v, u} J] {T : CategoryTheory.Comonad C} (D : CategoryTheory.Functor J T.Coalgebra) (c : CategoryTheory.Limits.Cocone (D.comp T.forget)) (X : J) : (CategoryTheory.Comonad.ForgetCreatesColimits'.newCocone D c).ΞΉ.app X = CategoryTheory.CategoryStruct.comp (D.obj X).a (T.map (c.ΞΉ.app X)) - CategoryTheory.Comonad.ForgetCreatesLimits'.commuting π Mathlib.CategoryTheory.Monad.Limits
{C : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] {J : Type u} [CategoryTheory.Category.{v, u} J] {T : CategoryTheory.Comonad C} {D : CategoryTheory.Functor J T.Coalgebra} (c : CategoryTheory.Limits.Cone (D.comp T.forget)) (t : CategoryTheory.Limits.IsLimit c) [CategoryTheory.Limits.PreservesLimit (D.comp T.forget) T.toFunctor] (j : J) : CategoryTheory.CategoryStruct.comp (CategoryTheory.Comonad.ForgetCreatesLimits'.lambda c t) (T.map (c.Ο.app j)) = CategoryTheory.CategoryStruct.comp (c.Ο.app j) (D.obj j).a - CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointObj π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) (A : adj.toComonad.Coalgebra) [CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.1 A.A))] : C - CategoryTheory.Comonad.ComonadicityInternal.main_pair_coreflexive π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) (A : adj.toComonad.Coalgebra) : CategoryTheory.IsCoreflexivePair (G.map A.a) (adj.unit.app (G.obj A.A)) - CategoryTheory.Comonad.ComonadicityInternal.main_pair_F_cosplit π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) (A : adj.toComonad.Coalgebra) : F.IsCosplitPair (G.map A.a) (adj.unit.app (G.obj A.A)) - CategoryTheory.Comonad.instHasEqualizerMapAAppUnitObjAOfHasEqualizerOfIsCosplitPair π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [CategoryTheory.Comonad.HasEqualizerOfIsCosplitPair F] (A : adj.toComonad.Coalgebra) : CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A)) - CategoryTheory.Comonad.instCreatesLimitWalkingParallelPairParallelPairMapAAppUnitObjAOfCreatesLimitOfIsCosplitPair π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [CategoryTheory.Comonad.CreatesLimitOfIsCosplitPair F] (A : adj.toComonad.Coalgebra) : CategoryTheory.CreatesLimit (CategoryTheory.Limits.parallelPair (G.map A.a) (adj.unit.app (G.obj A.A))) F - CategoryTheory.Comonad.instPreservesLimitWalkingParallelPairParallelPairMapAAppUnitObjAOfPreservesLimitOfIsCoreflexivePair π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [CategoryTheory.Comonad.PreservesLimitOfIsCoreflexivePair F] (X : adj.toComonad.Coalgebra) : CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair (G.map X.a) (adj.unit.app (G.obj X.A))) F - CategoryTheory.Comonad.instPreservesLimitWalkingParallelPairParallelPairMapAAppUnitObjAOfPreservesLimitOfIsCosplitPair π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [CategoryTheory.Comonad.PreservesLimitOfIsCosplitPair F] (A : adj.toComonad.Coalgebra) : CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair (G.map A.a) (adj.unit.app (G.obj A.A))) F - CategoryTheory.Comonad.instReflectsLimitWalkingParallelPairParallelPairMapAAppUnitObjAOfReflectsLimitOfIsCosplitPair π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [CategoryTheory.Comonad.ReflectsLimitOfIsCosplitPair F] (A : adj.toComonad.Coalgebra) : CategoryTheory.Limits.ReflectsLimit (CategoryTheory.Limits.parallelPair (G.map A.a) (adj.unit.app (G.obj A.A))) F - CategoryTheory.Comonad.ComonadicityInternal.rightAdjointComparison π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [β (A : adj.toComonad.Coalgebra), CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] : CategoryTheory.Functor adj.toComonad.Coalgebra C - CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [β (A : adj.toComonad.Coalgebra), CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] : CategoryTheory.Comonad.comparison adj β£ CategoryTheory.Comonad.ComonadicityInternal.rightAdjointComparison adj - CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) (A : adj.toComonad.Coalgebra) (B : C) [CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] : ((CategoryTheory.Comonad.comparison adj).obj B βΆ A) β (B βΆ CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointObj adj A) - CategoryTheory.Comonad.ComonadicityInternal.instHasLimitWalkingParallelPairParallelPairMapAppUnitObjOfHasEqualizerAA π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [β (A : adj.toComonad.Coalgebra), CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] (B : C) : CategoryTheory.Limits.HasLimit (CategoryTheory.Limits.parallelPair (G.map (F.map (adj.unit.app B))) (adj.unit.app (G.obj (F.obj B)))) - CategoryTheory.Comonad.ComonadicityInternal.counitFork π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} {adj : F β£ G} (A : adj.toComonad.Coalgebra) [CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] : CategoryTheory.Limits.Fork (F.map (G.map A.a)) (F.map (adj.unit.app (G.obj A.A))) - CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction_unit_app π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [β (A : adj.toComonad.Coalgebra), CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] (B : C) : (CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction adj).unit.app B = CategoryTheory.Limits.limit.lift (CategoryTheory.Limits.parallelPair (G.map (F.map (adj.unit.app B))) (adj.unit.app (G.obj (F.obj B)))) (CategoryTheory.Comonad.ComonadicityInternal.unitFork adj B) - CategoryTheory.Comonad.ComonadicityInternal.counitFork_pt π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} {adj : F β£ G} (A : adj.toComonad.Coalgebra) [CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] : (CategoryTheory.Comonad.ComonadicityInternal.counitFork A).pt = F.obj (CategoryTheory.Limits.equalizer (G.map A.a) (adj.unit.app (G.obj A.A))) - CategoryTheory.Comonad.ComonadicityInternal.counitLimitOfPreservesEqualizer π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} {adj : F β£ G} (A : adj.toComonad.Coalgebra) [CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] [CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair (G.map A.a) (adj.unit.app (G.obj A.A))) F] : CategoryTheory.Limits.IsLimit (CategoryTheory.Comonad.ComonadicityInternal.counitFork A) - CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction_counit_f π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} {adj : F β£ G} [β (A : adj.toComonad.Coalgebra), CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] (A : adj.toComonad.Coalgebra) : ((CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction adj).counit.app A).f = (CategoryTheory.Comonad.beckEqualizer A).lift (CategoryTheory.Comonad.ComonadicityInternal.counitFork A) - CategoryTheory.Comonad.ComonadicityInternal.unitFork_ΞΉ π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} {adj : F β£ G} (A : adj.toComonad.Coalgebra) [CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] : (CategoryTheory.Comonad.ComonadicityInternal.counitFork A).ΞΉ = F.map (CategoryTheory.Limits.equalizer.ΞΉ (G.map A.a) (adj.unit.app (G.obj A.A))) - CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv_symm_apply_f π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) (A : adj.toComonad.Coalgebra) (B : C) [CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] (f : B βΆ CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointObj adj A) : ((CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv adj A B).symm f).f = (adj.homEquiv B A.A).symm (CategoryTheory.CategoryStruct.comp f (CategoryTheory.Limits.equalizer.ΞΉ (G.map A.a) (adj.unit.app (G.1 A.A)))) - CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv_apply π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) (A : adj.toComonad.Coalgebra) (B : C) [CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] (f : (CategoryTheory.Comonad.comparison adj).obj B βΆ A) : (CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv adj A B) f = CategoryTheory.Limits.equalizer.lift ((adj.homEquiv B A.A) f.f) β― - CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction_counit π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F β£ G) [β (A : adj.toComonad.Coalgebra), CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] : (CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction adj).counit = { app := fun Y => (CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv adj Y (CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointObj adj Y)).symm (CategoryTheory.CategoryStruct.id (CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointObj adj Y)), naturality := β― } - CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction_counit_f_aux π Mathlib.CategoryTheory.Monad.Comonadicity
{C : Type uβ} {D : Type uβ} [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Category.{vβ, uβ} D] {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} {adj : F β£ G} [β (A : adj.toComonad.Coalgebra), CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] (A : adj.toComonad.Coalgebra) : ((CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction adj).counit.app A).f = (adj.homEquiv (CategoryTheory.Limits.equalizer (G.map A.a) (adj.unit.app (G.obj A.A))) A.A).symm (CategoryTheory.Limits.equalizer.ΞΉ (G.map A.a) (adj.unit.app (G.obj A.A))) - CategoryTheory.Comonad.coalgebraPreadditive_homGroup_zero_f π Mathlib.CategoryTheory.Preadditive.EilenbergMoore
(C : Type uβ) [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Preadditive C] (U : CategoryTheory.Comonad C) [U.Additive] (F G : U.Coalgebra) : CategoryTheory.Comonad.Coalgebra.Hom.f 0 = 0 - CategoryTheory.Comonad.coalgebraPreadditive_homGroup_neg_f π Mathlib.CategoryTheory.Preadditive.EilenbergMoore
(C : Type uβ) [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Preadditive C] (U : CategoryTheory.Comonad C) [U.Additive] (F G : U.Coalgebra) (Ξ± : F βΆ G) : (-Ξ±).f = -Ξ±.f - CategoryTheory.Comonad.coalgebraPreadditive_homGroup_zsmul_f π Mathlib.CategoryTheory.Preadditive.EilenbergMoore
(C : Type uβ) [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Preadditive C] (U : CategoryTheory.Comonad C) [U.Additive] (F G : U.Coalgebra) (r : β€) (Ξ± : F βΆ G) : (r β’ Ξ±).f = r β’ Ξ±.f - CategoryTheory.Comonad.coalgebraPreadditive_homGroup_sub_f π Mathlib.CategoryTheory.Preadditive.EilenbergMoore
(C : Type uβ) [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Preadditive C] (U : CategoryTheory.Comonad C) [U.Additive] (F G : U.Coalgebra) (Ξ± Ξ² : F βΆ G) : (Ξ± - Ξ²).f = Ξ±.f - Ξ².f - CategoryTheory.Comonad.coalgebraPreadditive_homGroup_nsmul_f π Mathlib.CategoryTheory.Preadditive.EilenbergMoore
(C : Type uβ) [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Preadditive C] (U : CategoryTheory.Comonad C) [U.Additive] (F G : U.Coalgebra) (n : β) (Ξ± : F βΆ G) : (n β’ Ξ±).f = n β’ Ξ±.f - CategoryTheory.Comonad.coalgebraPreadditive_homGroup_add_f π Mathlib.CategoryTheory.Preadditive.EilenbergMoore
(C : Type uβ) [CategoryTheory.Category.{vβ, uβ} C] [CategoryTheory.Preadditive C] (U : CategoryTheory.Comonad C) [U.Additive] (F G : U.Coalgebra) (Ξ± Ξ² : F βΆ G) : (Ξ± + Ξ²).f = Ξ±.f + Ξ².f - CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_functor_obj_A π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)) (ΞΉ : Type u_1) [Unique ΞΉ] {X S : C} (f : X βΆ S) (D : F.DescentDataAsCoalgebra fun x => f) : ((CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence F ΞΉ f).functor.obj D).A = D.obj default - CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_inverse_obj_obj π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)) (ΞΉ : Type u_1) [Unique ΞΉ] {X S : C} (f : X βΆ S) (A : (CategoryTheory.Adjunction.ofCat (F.map f.op.toLoc).adj).toComonad.Coalgebra) (xβ : ΞΉ) : ((CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence F ΞΉ f).inverse.obj A).obj xβ = A.A - CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_inverse_obj_hom π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)) (ΞΉ : Type u_1) [Unique ΞΉ] {X S : C} (f : X βΆ S) (A : (CategoryTheory.Adjunction.ofCat (F.map f.op.toLoc).adj).toComonad.Coalgebra) (xβ xβΒΉ : ΞΉ) : ((CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence F ΞΉ f).inverse.obj A).hom xβ xβΒΉ = A.a - CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_inverse_map_hom π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)) (ΞΉ : Type u_1) [Unique ΞΉ] {X S : C} (f : X βΆ S) {Xβ Yβ : (CategoryTheory.Adjunction.ofCat (F.map f.op.toLoc).adj).toComonad.Coalgebra} (Ο : Xβ βΆ Yβ) (i : ΞΉ) : ((CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence F ΞΉ f).inverse.map Ο).hom i = Ο.f - CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebraCompCoalgebraEquivalenceFunctorIso_hom_app_f π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] {F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)} (ΞΉ : Type u_2) [Unique ΞΉ] {X S : C} (f : X βΆ S) (Xβ : β(F.obj { as := Opposite.op S }).obj) : ((CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebraCompCoalgebraEquivalenceFunctorIso ΞΉ f).hom.app Xβ).f = CategoryTheory.CategoryStruct.id ((F.map f.op.toLoc).l.toFunctor.obj Xβ) - CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebraCompCoalgebraEquivalenceFunctorIso_inv_app_f π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] {F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)} (ΞΉ : Type u_2) [Unique ΞΉ] {X S : C} (f : X βΆ S) (Xβ : β(F.obj { as := Opposite.op S }).obj) : ((CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebraCompCoalgebraEquivalenceFunctorIso ΞΉ f).inv.app Xβ).f = CategoryTheory.CategoryStruct.id ((F.map f.op.toLoc).l.toFunctor.obj Xβ) - CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_unitIso_hom_app_hom π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)) (ΞΉ : Type u_1) [Unique ΞΉ] {X S : C} (f : X βΆ S) (Xβ : F.DescentDataAsCoalgebra fun x => f) (i : ΞΉ) : ((CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence F ΞΉ f).unitIso.hom.app Xβ).hom i = CategoryTheory.eqToHom β― - CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_unitIso_inv_app_hom π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)) (ΞΉ : Type u_1) [Unique ΞΉ] {X S : C} (f : X βΆ S) (Xβ : F.DescentDataAsCoalgebra fun x => f) (i : ΞΉ) : ((CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence F ΞΉ f).unitIso.inv.app Xβ).hom i = CategoryTheory.eqToHom β― - CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_counitIso_hom_app_f π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)) (ΞΉ : Type u_1) [Unique ΞΉ] {X S : C} (f : X βΆ S) (Xβ : (CategoryTheory.Adjunction.ofCat (F.map f.op.toLoc).adj).toComonad.Coalgebra) : ((CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence F ΞΉ f).counitIso.hom.app Xβ).f = CategoryTheory.CategoryStruct.id Xβ.A - CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_counitIso_inv_app_f π Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
{C : Type u} [CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cα΅α΅) (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)) (ΞΉ : Type u_1) [Unique ΞΉ] {X S : C} (f : X βΆ S) (Xβ : (CategoryTheory.Adjunction.ofCat (F.map f.op.toLoc).adj).toComonad.Coalgebra) : ((CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence F ΞΉ f).counitIso.inv.app Xβ).f = CategoryTheory.CategoryStruct.id Xβ.A
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