Species of finite types
Content created by Egbert Rijke, Fredrik Bakke and Victor Blanchi.
Created on 2023-03-21.
Last modified on 2023-04-27.
module species.species-of-finite-types where
Imports
open import foundation.universe-levels open import species.species-of-types-in-subuniverses open import univalent-combinatorics.finite-types
Idea
A species of finite types is a map from 𝔽
to a 𝔽
.
Definition
species-𝔽 : (l1 l2 : Level) → UU (lsuc l1 ⊔ lsuc l2) species-𝔽 l1 l2 = species-subuniverse (is-finite-Prop {l1}) (is-finite-Prop {l2})
Recent changes
- 2023-04-27. Egbert Rijke. Cleaning up some stuff in species (#575).
- 2023-03-21. Fredrik Bakke. Formatting fixes (#530).
- 2023-03-21. Victor Blanchi. Associativity of species composition (#478).