]> matita.cs.unibo.it Git - fireball-separation.git/commitdiff
Two problems where the measure does not decrease :-(
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 15 Jun 2018 12:10:19 +0000 (14:10 +0200)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 15 Jun 2018 15:01:36 +0000 (17:01 +0200)
ocaml/problems/simple.evil

index 60c3bbf42df1312c8327d03b3d21dad38e52cb46..ddf571850ba1d13553bd6b9ca8fee426eb3afb61 100644 (file)
@@ -13,3 +13,11 @@ $!
 D x (y1. x (y2. x (y3. x (y4. y1 y2 y3 y4))))\r
 C x (y1. x (y2. x (y3. x (y4. y1 y2 y3 y1))))\r
 C x (y1. x (y2. x (y3. x (y4. y1 y2 y1 y4))))\r
+\r
+$! the measure of the divergent is not sufficient\r
+D x y\r
+C x (y a)\r
+\r
+$! the measure of the divergent is badly not sufficient\r
+D x y\r
+C x (a. y (a b))\r