projects
/
cubicaltt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
316854c
)
one less undefined
author
Anders Mörtberg
<andersmortberg@gmail.com>
Fri, 15 Jan 2016 03:44:12 +0000
(22:44 -0500)
committer
Anders Mörtberg
<andersmortberg@gmail.com>
Fri, 15 Jan 2016 03:44:12 +0000
(22:44 -0500)
examples/setquot.ctt
patch
|
blob
|
blame
|
history
diff --git
a/examples/setquot.ctt
b/examples/setquot.ctt
index 06656ec1c24428dc0098ae5e429e336359943293..ec2db10ea1619e3cd22d3fe7f76a4afabeacca44 100644
(file)
--- a/
examples/setquot.ctt
+++ b/
examples/setquot.ctt
@@
-213,7
+213,8
@@
weqpathsinsetquot (X : U) (R : eqrel X) (x x' : X) :
(R.1 x x').1 = transport (<i> (rem1 @ i).1) rem
where
rem : (R.1 x' x').1 = eqrelrefl X R x'
- rem1 : Id hProp (R.1 x' x') (R.1 x x') = undefined
+ rem2 : Id hProp (R.1 x x') (R.1 x' x') = <i> (e @ i).1 x'
+ rem1 : Id hProp (R.1 x' x') (R.1 x x') = <i> rem2 @ -i
pA : prop (R.1 x x').1 = (R.1 x x').2
pB : prop (Id (setquot X R.1) (setquotpr X R x) (setquotpr X R x')) = setsetquot X R.1 (setquotpr X R x) (setquotpr X R x')