Skip to content

Commit

Permalink
elaborate universe level comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasHu committed Nov 18, 2023
1 parent 74b0ae6 commit 6a8f149
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cubical/Categories/Site/Sheafification/UniversalProperty.agda
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ module UniversalProperty
(J : Coverage C ℓcov ℓpat)
where

-- We assume 'P' to have this level to ensure that the sheafification of 'P'
-- has the same level as 'P'.
-- We assume 'P' to have the following universe level in order to ensure that
-- the sheafification does not raise the universe level.
-- This is unfortunately necessary as long as we want to use the general
-- definition of natural transformations for the maps between presheaves.
-- (Other than that, the sheafification construction should enjoy the expected
-- universal property also for 'P' of arbitrary universe level.)
ℓP = ℓ-max ℓ (ℓ-max ℓ' (ℓ-max ℓcov ℓpat))

module _
Expand Down

0 comments on commit 6a8f149

Please sign in to comment.