Skip to content

Commit 47f04e3

Browse files
committed
links functors between categories
1 parent 3987828 commit 47f04e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/category-theory/functors-categories.lagda.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ open import foundation.universe-levels
1919

2020
## Idea
2121

22-
A functor between two categories is a functor between the underlying
23-
precategories.
22+
A **functor** between two categories is a
23+
[functor](category-theory.functors-categories.md) between the underlying
24+
[categories](category-theory.categories.md).
2425

2526
## Definition
2627

src/category-theory/functors-precategories.lagda.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ open import foundation.universe-levels
2222

2323
## Idea
2424

25-
A functor from a precategory `C` to a precategory `D` consists of:
25+
A **functor** from a [precategory](category-theory.precategories.md) `C` to a
26+
precategory `D` consists of:
2627

2728
- a map `F₀ : C → D` on objects,
2829
- a map `F₁ : hom x y → hom (F₀ x) (F₀ y)` on morphisms, such that the following

0 commit comments

Comments
 (0)