Theorems · Definition · category theory
CategoryTheory.ActionCategory.uncurry
{X : Type u} →
{G : Type u_2} →
[inst : Group G] →
[inst_1 : MulAction G X] →
{H : Type u_3} →
[inst_2 : Group H] →
(F : G →* (X → H) ⋊[mulAutArrow] G) →
(∀ (g : G), (F g).right = g) →
CategoryTheory.Functor (CategoryTheory.ActionCategory G X) (CategoryTheory.SingleObj H)Given G acting on X, a group homomorphism φ : G →* (X → H) ⋊ G can be uncurried to
a functor from the action groupoid to H, provided that φ g = (_, g) for all g.
- Defined in
- Mathlib.CategoryTheory.Action
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functorstatement · cited by 16,252
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- MulActionstatement and proof · cited by 1,294
- CategoryTheory.SingleObjstatement · cited by 88
- SemidirectProductstatement and proof · cited by 69
- SemidirectProduct.rightstatement and proof · cited by 35
- SemidirectProduct.leftproof · cited by 30
- CategoryTheory.ActionCategorystatement and proof · cited by 12
- mulAutArrowstatement and proof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.ActionCategory.uncurry_mapstatement and proof · cited by 0
- CategoryTheory.ActionCategory.uncurry_objstatement and proof · cited by 0