The substitution functor of concrete group actions
Content created by Jonathan Prieto-Cubides, Egbert Rijke and Fredrik Bakke.
Created on 2022-07-09.
Last modified on 2023-03-10.
module group-theory.substitution-functor-concrete-group-actions where
Imports
open import foundation.universe-levels open import group-theory.concrete-group-actions open import group-theory.concrete-groups open import group-theory.homomorphisms-concrete-groups
Definition
Substitution of concrete group actions
module _ {l1 l2 : Level} (G : Concrete-Group l1) (H : Concrete-Group l2) (f : hom-Concrete-Group G H) where subst-action-Concrete-Group : {l : Level} → action-Concrete-Group l H → action-Concrete-Group l G subst-action-Concrete-Group Y x = Y (classifying-map-hom-Concrete-Group G H f x)
Recent changes
- 2023-03-10. Fredrik Bakke. Additions to
fix-import
(#497). - 2023-03-09. Jonathan Prieto-Cubides. Add hooks (#495).
- 2023-03-07. Fredrik Bakke. Add blank lines between
<details>
tags and markdown syntax (#490). - 2023-03-07. Jonathan Prieto-Cubides. Show module declarations (#488).
- 2023-03-06. Fredrik Bakke. Remove redundant whitespace in headers (#486).