Theorems · Definition · category theory
CategoryTheory.Functor.mapContActionComp
{V : Type u_5} →
{W : Type u_6} →
[inst : CategoryTheory.Category.{v_2, u_5} V] →
{FV : V → V → Type u_7} →
{CV : V → Type u_8} →
[inst_1 : (X Y : V) → FunLike (FV X Y) (CV X) (CV Y)] →
[inst_2 : CategoryTheory.ConcreteCategory V FV] →
[inst_3 : CategoryTheory.HasForget₂ V TopCat] →
[inst_4 : CategoryTheory.Category.{v_3, u_6} W] →
{FW : W → W → Type u_9} →
{CW : W → Type u_10} →
[inst_5 : (X Y : W) → FunLike (FW X Y) (CW X) (CW Y)] →
[inst_6 : CategoryTheory.ConcreteCategory W FW] →
[inst_7 : CategoryTheory.HasForget₂ W TopCat] →
(G : Type u_11) →
[inst_8 : Monoid G] →
[inst_9 : TopologicalSpace G] →
{T : Type u_12} →
[inst_10 : CategoryTheory.Category.{v_4, u_12} T] →
{FT : T → T → Type u_13} →
{CT : T → Type u_14} →
[inst_11 : (X Y : T) → FunLike (FT X Y) (CT X) (CT Y)] →
[inst_12 : CategoryTheory.ConcreteCategory T FT] →
[inst_13 : CategoryTheory.HasForget₂ T TopCat] →
(F : CategoryTheory.Functor V W) →
(H :
∀ (X : ContAction V G),
((F.mapAction G).obj X.obj).IsContinuous) →
(F' : CategoryTheory.Functor W T) →
(H' :
∀ (X : ContAction W G),
((F'.mapAction G).obj X.obj).IsContinuous) →
CategoryTheory.Functor.mapContAction G (F.comp F') ⋯ ≅
(CategoryTheory.Functor.mapContAction G F H).comp
(CategoryTheory.Functor.mapContAction G F' H')Continuous version of Functor.mapActionComp.
- Defined in
- Mathlib.CategoryTheory.Action.Continuous
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- TopologicalSpacestatement and proof · cited by 24,529
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- Monoidstatement and proof · cited by 3,887
- TopCat.carrierstatement · cited by 3,184
- FunLikestatement and proof · cited by 2,560
- ContinuousMapstatement · cited by 2,491
- TopCatstatement and proof · cited by 1,889
- CategoryTheory.ObjectProperty.FullSubcategory.objstatement and proof · cited by 1,316
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Equivalence.mapContActionproof · cited by 2
- CategoryTheory.Functor.mapContActionComp_homstatement and proof · cited by 0
- CategoryTheory.Functor.mapContActionComp_invstatement and proof · cited by 0