Mere equivalences of group actions
Content created by Fredrik Bakke, Egbert Rijke and Jonathan Prieto-Cubides.
Created on 2022-03-17.
Last modified on 2023-11-24.
module group-theory.mere-equivalences-group-actions where
Imports
open import foundation.propositional-truncations open import foundation.propositions open import foundation.universe-levels open import group-theory.equivalences-group-actions open import group-theory.group-actions open import group-theory.groups
Idea
A mere equivalence of group actions is an element of the propositional truncation of the type of equivalences of group actions.
Definition
module _ {l1 l2 l3 : Level} (G : Group l1) (X : action-Group G l2) (Y : action-Group G l3) where mere-equiv-prop-action-Group : Prop (l1 ⊔ l2 ⊔ l3) mere-equiv-prop-action-Group = trunc-Prop (equiv-action-Group G X Y) mere-equiv-action-Group : UU (l1 ⊔ l2 ⊔ l3) mere-equiv-action-Group = type-Prop mere-equiv-prop-action-Group
Recent changes
- 2023-11-24. Egbert Rijke. Abelianization (#877).
- 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).