Orbits of concrete group actions
module group-theory.orbits-concrete-group-actions where
Imports
open import foundation.dependent-pair-types open import foundation.functions open import foundation.sets open import foundation.universe-levels open import group-theory.concrete-group-actions open import group-theory.concrete-groups
Definition
orbit-action-Concrete-Group : {l1 l2 : Level} (G : Concrete-Group l1) (X : action-Concrete-Group l2 G) → UU (l1 ⊔ l2) orbit-action-Concrete-Group G X = Σ (classifying-type-Concrete-Group G) (type-Set ∘ X)