From: coquand Date: Thu, 30 Apr 2015 11:52:20 +0000 (+0200) Subject: pi1S2 is trivial X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=652813bac80fa4389046fb0c69fcf73c6f73d305;p=cubicaltt.git pi1S2 is trivial --- diff --git a/examples/pi1S2.ctt b/examples/pi1S2.ctt index e79d97b..308de0b 100644 --- a/examples/pi1S2.ctt +++ b/examples/pi1S2.ctt @@ -24,7 +24,12 @@ test1 : Id pi1S2 trivS2 trivS2 = propPi1S2 trivS2 trivS2 -- we can transport this since S1 = susp bool -eqS1 +eqS1 : Id U S1 sone = s1EqCircle@-i -eqS2 : Id U S2 stwo = subst U susp S1 sone (s1EqCircle@-i) +eqS2 : Id U S2 stwo = susp (eqS1@i) +pi1stwo : U = sTrunc (Id stwo north north) + +eqPi1 : Id U pi1S2 pi1stwo = sTrunc (Id (susp (eqS1@i)) north north) + +propPi1stwo : prop pi1stwo = subst U prop pi1S2 pi1stwo eqPi1 propPi1S2 \ No newline at end of file