Skip to content

Commit b7ae754

Browse files
committed
wording: add a bunch of descriptions
1 parent 84bc295 commit b7ae754

File tree

11 files changed

+58
-0
lines changed

11 files changed

+58
-0
lines changed

src/Cat/Functor/Adjoint.lagda.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
description: |
3+
We present two definitions of adjoint functors, one which is
4+
computationally convenient (units and counits), and one which is
5+
conceptually clean (adjoints as "optimal solutions" --- initial
6+
objects in certain comma categories).
7+
---
18
```agda
29
open import Cat.Diagram.Initial
310
open import Cat.Instances.Comma

src/Cat/Functor/Adjoint/Compose.lagda.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: We compute the composite of two adjunctions.
3+
---
14
```agda
25
open import Cat.Functor.Adjoint
36
open import Cat.Prelude

src/Cat/Functor/Adjoint/Continuous.lagda.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: We establish that right adjoints preserve limits.
3+
---
14
```agda
25
open import Cat.Diagram.Colimit.Base
36
open import Cat.Diagram.Limit.Finite

src/Cat/Functor/Adjoint/Hom.lagda.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
description: |
3+
We establish a correspondence between adjoint functors in terms of
4+
units and counits and in terms of satisfying a certain natural
5+
isomorphism of Hom-sets.
6+
---
17
```agda
28
open import Cat.Functor.Adjoint
39
open import Cat.Prelude

src/Cat/Functor/Adjoint/Monad.lagda.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
description: We define the monad associated to an adjunction.
3+
---
14
```agda
25
open import Cat.Functor.Adjoint
36
open import Cat.Diagram.Monad

src/Cat/Functor/Adjoint/Monadic.lagda.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
description: |
3+
We establish the theory of monadic adjunctions, and define the
4+
comparison functor into the Eilenberg-Moore category for the induced
5+
monad.
6+
---
17
```agda
28
open import Cat.Functor.Adjoint.Monad
39
open import Cat.Functor.Equivalence

src/Cat/Functor/Adjoint/Reflective.lagda.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
description: |
3+
We characterise the *reflective subcategory* inclusions: the fully
4+
faithful functors which have a left adjoint, equivalently which induce
5+
an idempotent monad. We show that every reflective subcategory
6+
inclusion is a monadic functor.
7+
---
8+
19
```agda
210
open import Cat.Functor.Adjoint.Monadic
311
open import Cat.Functor.Equivalence

src/Cat/Functor/Amnestic.lagda.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description: |
3+
We establish the theory of amnestic functors, those which reflect
4+
univalence of categories.
5+
---
16
```agda
27
open import Cat.Functor.Base
38
open import Cat.Prelude

src/Cat/Functor/Kan/Nerve.lagda.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
description: |
3+
We use the calculation of left Kan extensions as certain colimits to
4+
associate a "nerve" (restricted Yoneda embedding) and "realization"
5+
(left Kan extension along よ) adjunction given any functor.
6+
---
7+
18
```agda
29
open import Cat.Instances.Shape.Terminal
310
open import Cat.Diagram.Colimit.Base

src/Cat/Functor/Monadic/Beck.lagda.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description: |
3+
We define Beck's coequalisers, and establish their role in the crude
4+
monadicity theorem.
5+
---
16
```agda
27
open import Cat.Functor.Adjoint.Monadic
38
open import Cat.Functor.Adjoint.Monad

0 commit comments

Comments
 (0)