mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
update index
This commit is contained in:
parent
041a4c1748
commit
896dc3d296
1 changed files with 9 additions and 2 deletions
|
@ -57,6 +57,13 @@ Afterwards we also introduce categories of iteration algebras with iteration pre
|
||||||
open import Category.Construction.ElgotAlgebras
|
open import Category.Construction.ElgotAlgebras
|
||||||
```
|
```
|
||||||
|
|
||||||
|
we can form products and exponentials in a canonical way:
|
||||||
|
|
||||||
|
```agda
|
||||||
|
open import Category.Construction.ElgotAlgebras.Products
|
||||||
|
open import Category.Construction.ElgotAlgebras.Exponentials
|
||||||
|
```
|
||||||
|
|
||||||
Free Elgot algebras are free objects in the category of Elgot algebras, we will be needing a notion of stability for them:
|
Free Elgot algebras are free objects in the category of Elgot algebras, we will be needing a notion of stability for them:
|
||||||
|
|
||||||
```agda
|
```agda
|
||||||
|
@ -83,7 +90,7 @@ open import Monad.Instance.K.Commutative
|
||||||
open import Monad.Instance.K.EquationalLifting
|
open import Monad.Instance.K.EquationalLifting
|
||||||
```
|
```
|
||||||
|
|
||||||
and lastly we formalize the notion of *pre-Elgot monad* and show that **K** is the initial (strong) pre-Elgot monad.
|
and lastly we formalize the notion of *(strong) pre-Elgot monad* and show that **K** is the initial (strong) pre-Elgot monad.
|
||||||
|
|
||||||
```agda
|
```agda
|
||||||
open import Monad.PreElgot
|
open import Monad.PreElgot
|
||||||
|
|
Loading…
Reference in a new issue