Skip to content

Commit

Permalink
links functors between categories
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Sep 17, 2023
1 parent 3987828 commit 47f04e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/category-theory/functors-categories.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ open import foundation.universe-levels

## Idea

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

## Definition

Expand Down
3 changes: 2 additions & 1 deletion src/category-theory/functors-precategories.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ open import foundation.universe-levels

## Idea

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

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

0 comments on commit 47f04e3

Please sign in to comment.