This commit is contained in:
Frederik Hanghøj Iversen 2018-03-08 10:50:18 +01:00
parent 63b5f5c68d
commit 2fcc583646
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ module _ {a b : Level} ( : Category a b) where
]
module Propositionality {a b : Level} { : Category a b} {A B : Category.Object } where
-- TODO I'm not sure this is actually provable. Check with Thierry.
propProduct : isProp (Product A B)
propProduct = {!!}