Skip to content

Commit

Permalink
functors _between_ categories
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Sep 21, 2023
1 parent 786664f commit 5577dbb
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/category-theory/anafunctors-categories.lagda.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Anafunctors on categories
# Anafunctors between categories

```agda
module category-theory.anafunctors-categories where
Expand Down
2 changes: 1 addition & 1 deletion src/category-theory/anafunctors-precategories.lagda.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Anafunctors on precategories
# Anafunctors between precategories

```agda
module category-theory.anafunctors-precategories where
Expand Down
6 changes: 3 additions & 3 deletions src/category-theory/functors-categories.lagda.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Functors on categories
# functors between categories

```agda
module category-theory.functors-categories where
Expand Down Expand Up @@ -105,7 +105,7 @@ module _
( F)
```

### Functors on categories
### functors between categories

```agda
module _
Expand Down Expand Up @@ -251,7 +251,7 @@ module _
( F)
```

### Extensionality of functors on categories
### Extensionality of functors between categories

```agda
module _
Expand Down
6 changes: 3 additions & 3 deletions src/category-theory/functors-precategories.lagda.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Functors on precategories
# functors between precategories

```agda
module category-theory.functors-precategories where
Expand Down Expand Up @@ -110,7 +110,7 @@ module _
preserves-id-hom-is-functor-map-Precategory = pr2
```

### Functors on Precategories
### functors between precategories

```agda
module _
Expand Down Expand Up @@ -276,7 +276,7 @@ module _
pr2 is-functor-map-Precategory-Prop = is-prop-is-functor-map-Precategory
```

### Extensionality of functors on precategories
### Extensionality of functors between precategories

```agda
module _
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Natural isomorphisms between functors on categories
# Natural isomorphisms between functors between categories

```agda
module category-theory.natural-isomorphisms-categories where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Natural isomorphisms between functors on precategories
# Natural isomorphisms between functors between precategories

```agda
module category-theory.natural-isomorphisms-precategories where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Natural transformations between functors on categories
# Natural transformations between functors between categories

```agda
module category-theory.natural-transformations-categories where
Expand All @@ -25,7 +25,7 @@ open import foundation.universe-levels
## Idea

A **natural transformation** between
[functors on categories](category-theory.functors-categories.md) is a
[functors between categories](category-theory.functors-categories.md) is a
[natural transformation](category-theory.natural-transformations-precategories.md)
between the [functors](category-theory.functors-precategories.md) on the
underlying [precategories](category-theory.precategories.md).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Natural transformations between functors on precategories
# Natural transformations between functors between precategories

```agda
module category-theory.natural-transformations-precategories where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Representable functors on categories
# Representable functors between categories

```agda
module category-theory.representable-functors-categories where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Representable functors on precategories
# Representable functors between precategories

```agda
module category-theory.representable-functors-precategories where
Expand Down

0 comments on commit 5577dbb

Please sign in to comment.