Shriek of concrete group homomorphisms
Content created by Jonathan Prieto-Cubides, Egbert Rijke and Fredrik Bakke.
Created on 2022-07-09.
Last modified on 2023-03-14.
module group-theory.shriek-concrete-group-actions where
Imports
open import foundation.cartesian-product-types open import foundation.dependent-pair-types open import foundation.identity-types open import foundation.set-truncations open import foundation.sets 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
Operations on group actions
module _ {l1 l2 : Level} (G : Concrete-Group l1) (H : Concrete-Group l2) (f : hom-Concrete-Group G H) where left-adjoint-subst-action-Concrete-Group : {l : Level} → (action-Concrete-Group l G) → (action-Concrete-Group (l1 ⊔ l2 ⊔ l) H) left-adjoint-subst-action-Concrete-Group X y = trunc-Set ( Σ ( classifying-type-Concrete-Group G) ( λ x → type-Set (X x) × Id (classifying-map-hom-Concrete-Group G H f x) y))
Recent changes
- 2023-03-14. Fredrik Bakke. Remove all unused imports (#502).
- 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).