Advertisement
JoelSjogren

Untitled

May 27th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- H-levels
  2. isProp (A : U) : U = (x y : A) -> Path A x y
  3. isSet (A : U) : U = (x y : A) -> isProp (Path A x y)
  4. propSet (A : U) (h : isProp A) : isSet A = undefined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement