Contravariant pushforwards of concrete group actions
module group-theory.contravariant-pushforward-concrete-group-actions where
Imports
open import foundation.universe-levels open import group-theory.concrete-groups open import group-theory.homomorphisms-concrete-groups
Definition
module _ {l1 l2 : Level} (G : Concrete-Group l1) (H : Concrete-Group l2) (f : hom-Concrete-Group G H) where {- contravariant-pushforward-action-Concrete-Group : {l : Level} → action-Concrete-Group l G → action-Concrete-Group {!!} H contravariant-pushforward-action-Concrete-Group X y = {!!} -- The following should be constructed as a set hom-action-Concrete-Group G X ( subst-action-Concrete-Group G H f (λ y → Id (shape-Concrete-Group H) y)) -}