Prove propositionality for naturality

This commit is contained in:
Frederik Hanghøj Iversen 2018-03-05 16:35:47 +01:00
parent 7f4a8a65b8
commit 3151fb3e46

View file

@ -58,7 +58,8 @@ module NaturalTransformation {c c' d d' : Level}
NaturalTransformation = Σ Transformation Natural
-- Think I need propPi and that arrows are sets
postulate propIsNatural : (θ : _) isProp (Natural θ)
propIsNatural : (θ : _) isProp (Natural θ)
propIsNatural θ x y i {A} {B} f = 𝔻.arrowsAreSets _ _ (x f) (y f) i
NaturalTransformation≡ : {α β : NaturalTransformation}
(eq₁ : α .proj₁ β .proj₁)