author | wenzelm |
Sun, 07 Nov 2021 19:53:37 +0100 | |
changeset 74726 | 33ed2eb06d68 |
parent 73389 | f3378101f555 |
child 75275 | cdb9c7d41a41 |
permissions | -rw-r--r-- |
73389 | 1 |
f4ff5c44833ca360a0e6110670545870e993732e 6 0 |
58365 | 2 |
unsat |
3 |
((set-logic AUFLIA) |
|
4 |
(proof |
|
5 |
(let ((@x30 (rewrite (= (not true) false)))) |
|
6 |
(mp (asserted (not true)) @x30 false)))) |
|
7 |
||
73389 | 8 |
44c9e70361e406cdaa5515db0484a14de1f3823e 7 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
9 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
10 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
11 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
12 |
(let ((@x36 (monotonicity (rewrite (= (or p$ (not p$)) true)) (= (not (or p$ (not p$))) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
13 |
(let ((@x40 (trans @x36 (rewrite (= (not true) false)) (= (not (or p$ (not p$))) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
14 |
(mp (asserted (not (or p$ (not p$)))) @x40 false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
15 |
|
73389 | 16 |
642064746d4dfc4babb357dafe234a81ef017f2c 9 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
17 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
18 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
19 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
20 |
(let ((@x36 (monotonicity (rewrite (= (and p$ true) p$)) (= (= (and p$ true) p$) (= p$ p$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
21 |
(let ((@x40 (trans @x36 (rewrite (= (= p$ p$) true)) (= (= (and p$ true) p$) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
22 |
(let ((@x43 (monotonicity @x40 (= (not (= (and p$ true) p$)) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
23 |
(let ((@x47 (trans @x43 (rewrite (= (not true) false)) (= (not (= (and p$ true) p$)) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
24 |
(mp (asserted (not (= (and p$ true) p$))) @x47 false))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
25 |
|
73389 | 26 |
0a1454d805d51972201b1f0614ae4d2b1ee0c238 13 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
27 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
28 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
29 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
30 |
(let (($x33 (not (=> (and (or p$ q$) (not p$)) q$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
31 |
(let (($x37 (= (=> (and (or p$ q$) (not p$)) q$) (or (not (and (or p$ q$) (not p$))) q$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
32 |
(let ((@x41 (monotonicity (rewrite $x37) (= $x33 (not (or (not (and (or p$ q$) (not p$))) q$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
33 |
(let ((@x44 (mp (asserted $x33) @x41 (not (or (not (and (or p$ q$) (not p$))) q$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
34 |
(let ((@x45 (and-elim (not-or-elim @x44 (and (or p$ q$) (not p$))) (not p$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
35 |
(let ((@x54 (monotonicity (iff-false @x45 (= p$ false)) (iff-false (not-or-elim @x44 (not q$)) (= q$ false)) (= (or p$ q$) (or false false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
36 |
(let ((@x58 (trans @x54 (rewrite (= (or false false) false)) (= (or p$ q$) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
37 |
(let (($x29 (or p$ q$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
38 |
(mp (and-elim (not-or-elim @x44 (and $x29 (not p$))) $x29) @x58 false))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
39 |
|
73389 | 40 |
34112335b57502835b641cecdefffafb46f85d80 11 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
41 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
42 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
43 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
44 |
(let (($x32 (and c$ d$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
45 |
(let (($x29 (and a$ b$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
46 |
(let (($x33 (or $x29 $x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
47 |
(let (($x34 (=> $x33 $x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
48 |
(let (($x35 (not $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
49 |
(let ((@x45 (trans (monotonicity (rewrite (= $x34 true)) (= $x35 (not true))) (rewrite (= (not true) false)) (= $x35 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
50 |
(mp (asserted $x35) @x45 false))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
51 |
|
73389 | 52 |
20bc477eba70622207284dac695d9d5d493c254c 23 0 |
73382 | 53 |
unsat |
54 |
((set-logic AUFLIA) |
|
55 |
(proof |
|
56 |
(let (($x33 (and p1$ p3$))) |
|
57 |
(let (($x32 (and p3$ p2$))) |
|
58 |
(let (($x34 (or $x32 $x33))) |
|
59 |
(let (($x35 (=> p1$ $x34))) |
|
60 |
(let (($x36 (or $x35 p1$))) |
|
61 |
(let (($x29 (and p1$ p2$))) |
|
62 |
(let (($x31 (or $x29 p3$))) |
|
63 |
(let (($x37 (=> $x31 $x36))) |
|
64 |
(let (($x38 (not $x37))) |
|
65 |
(let (($x40 (not p1$))) |
|
66 |
(let (($x41 (or $x40 $x34))) |
|
67 |
(let (($x44 (or $x41 p1$))) |
|
68 |
(let (($x50 (not $x31))) |
|
69 |
(let (($x51 (or $x50 $x44))) |
|
70 |
(let (($x56 (not $x51))) |
|
71 |
(let ((@x67 (trans (monotonicity (rewrite (= $x51 true)) (= $x56 (not true))) (rewrite (= (not true) false)) (= $x56 false)))) |
|
72 |
(let ((@x49 (monotonicity (monotonicity (rewrite (= $x35 $x41)) (= $x36 $x44)) (= $x37 (=> $x31 $x44))))) |
|
73 |
(let ((@x58 (monotonicity (trans @x49 (rewrite (= (=> $x31 $x44) $x51)) (= $x37 $x51)) (= $x38 $x56)))) |
|
74 |
(mp (asserted $x38) (trans @x58 @x67 (= $x38 false)) false))))))))))))))))))))) |
|
75 |
||
73389 | 76 |
31d9c9d3ff37ebd83ab46c7b87647ef17b2c57d5 24 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
77 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
78 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
79 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
80 |
(let (($x28 (= p$ p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
81 |
(let (($x29 (= $x28 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
82 |
(let (($x30 (= $x29 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
83 |
(let (($x31 (= $x30 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
84 |
(let (($x32 (= $x31 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
85 |
(let (($x33 (= $x32 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
86 |
(let (($x34 (= $x33 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
87 |
(let (($x35 (= $x34 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
88 |
(let (($x36 (= $x35 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
89 |
(let (($x37 (not $x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
90 |
(let ((@x40 (rewrite (= $x28 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
91 |
(let ((@x45 (rewrite (= (= true p$) p$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
92 |
(let ((@x47 (trans (monotonicity @x40 (= $x29 (= true p$))) @x45 (= $x29 p$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
93 |
(let ((@x53 (monotonicity (trans (monotonicity @x47 (= $x30 $x28)) @x40 (= $x30 true)) (= $x31 (= true p$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
94 |
(let ((@x59 (trans (monotonicity (trans @x53 @x45 (= $x31 p$)) (= $x32 $x28)) @x40 (= $x32 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
95 |
(let ((@x63 (trans (monotonicity @x59 (= $x33 (= true p$))) @x45 (= $x33 p$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
96 |
(let ((@x69 (monotonicity (trans (monotonicity @x63 (= $x34 $x28)) @x40 (= $x34 true)) (= $x35 (= true p$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
97 |
(let ((@x75 (trans (monotonicity (trans @x69 @x45 (= $x35 p$)) (= $x36 $x28)) @x40 (= $x36 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
98 |
(let ((@x82 (trans (monotonicity @x75 (= $x37 (not true))) (rewrite (= (not true) false)) (= $x37 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
99 |
(mp (asserted $x37) @x82 false)))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
100 |
|
73389 | 101 |
330b2c9cc52cf5f35a134a2209b0d4127652f7c0 39 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
102 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
103 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
104 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
105 |
(let (($x100 (not d$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
106 |
(let (($x45 (not c$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
107 |
(let (($x112 (or p$ (and q$ (not q$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
108 |
(let (($x113 (and (not p$) $x112))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
109 |
(let (($x114 (or c$ $x113))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
110 |
(let (($x115 (not $x114))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
111 |
(let ((@x121 (monotonicity (rewrite (= (and q$ (not q$)) false)) (= $x112 (or p$ false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
112 |
(let ((@x128 (monotonicity (trans @x121 (rewrite (= (or p$ false) p$)) (= $x112 p$)) (= $x113 (and (not p$) p$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
113 |
(let ((@x132 (trans @x128 (rewrite (= (and (not p$) p$) false)) (= $x113 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
114 |
(let ((@x139 (trans (monotonicity @x132 (= $x114 (or c$ false))) (rewrite (= (or c$ false) c$)) (= $x114 c$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
115 |
(let ((@x153 (iff-false (mp (asserted $x115) (monotonicity @x139 (= $x115 $x45)) $x45) (= c$ false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
116 |
(let ((@x147 (trans (monotonicity @x153 (= (or $x100 c$) (or $x100 false))) (rewrite (= (or $x100 false) $x100)) (= (or $x100 c$) $x100)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
117 |
(let (($x103 (or $x100 c$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
118 |
(let ((@x102 (monotonicity (rewrite (= (or d$ false) d$)) (= (not (or d$ false)) $x100)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
119 |
(let ((@x108 (mp (asserted (or (not (or d$ false)) c$)) (monotonicity @x102 (= (or (not (or d$ false)) c$) $x103)) $x103))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
120 |
(let (($x87 (not b$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
121 |
(let ((@x164 (trans (monotonicity @x153 (= (or $x87 c$) (or $x87 false))) (rewrite (= (or $x87 false) $x87)) (= (or $x87 c$) $x87)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
122 |
(let (($x90 (or $x87 c$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
123 |
(let ((@x82 (monotonicity (rewrite (= (or x$ (not x$)) true)) (= (and b$ (or x$ (not x$))) (and b$ true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
124 |
(let ((@x86 (trans @x82 (rewrite (= (and b$ true) b$)) (= (and b$ (or x$ (not x$))) b$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
125 |
(let ((@x92 (monotonicity (monotonicity @x86 (= (not (and b$ (or x$ (not x$)))) $x87)) (= (or (not (and b$ (or x$ (not x$)))) c$) $x90)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
126 |
(let ((@x95 (mp (asserted (or (not (and b$ (or x$ (not x$)))) c$)) @x92 $x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
127 |
(let (($x64 (not a$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
128 |
(let ((@x170 (monotonicity (iff-false (mp @x95 @x164 $x87) (= b$ false)) (= (or $x64 b$) (or $x64 false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
129 |
(let ((@x174 (trans @x170 (rewrite (= (or $x64 false) $x64)) (= (or $x64 b$) $x64)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
130 |
(let (($x67 (or $x64 b$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
131 |
(let ((@x59 (monotonicity (rewrite (= (and c$ $x45) false)) (= (or a$ (and c$ $x45)) (or a$ false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
132 |
(let ((@x63 (trans @x59 (rewrite (= (or a$ false) a$)) (= (or a$ (and c$ $x45)) a$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
133 |
(let ((@x69 (monotonicity (monotonicity @x63 (= (not (or a$ (and c$ $x45))) $x64)) (= (or (not (or a$ (and c$ $x45))) b$) $x67)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
134 |
(let ((@x175 (mp (mp (asserted (or (not (or a$ (and c$ $x45))) b$)) @x69 $x67) @x174 $x64))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
135 |
(let ((@x198 (monotonicity (iff-false @x175 (= a$ false)) (iff-false (mp @x95 @x164 $x87) (= b$ false)) @x153 (iff-false (mp @x108 @x147 $x100) (= d$ false)) (= (or a$ b$ c$ d$) (or false false false false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
136 |
(let ((@x202 (trans @x198 (rewrite (= (or false false false false) false)) (= (or a$ b$ c$ d$) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
137 |
(let (($x37 (or a$ b$ c$ d$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
138 |
(let ((@x40 (mp (asserted (or a$ (or b$ (or c$ d$)))) (rewrite (= (or a$ (or b$ (or c$ d$))) $x37)) $x37))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
139 |
(mp @x40 @x202 false))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
140 |
|
73389 | 141 |
ad87d7e797bdb9354f6592e3ce911c29af823c87 27 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
142 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
143 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
144 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
145 |
(let ((?x38 (symm_f$ b$ a$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
146 |
(let ((?x37 (symm_f$ a$ b$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
147 |
(let (($x39 (= ?x37 ?x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
148 |
(let (($x52 (not $x39))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
149 |
(let ((@x47 (monotonicity (rewrite (= (= a$ a$) true)) (= (and (= a$ a$) $x39) (and true $x39))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
150 |
(let ((@x51 (trans @x47 (rewrite (= (and true $x39) $x39)) (= (and (= a$ a$) $x39) $x39)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
151 |
(let ((@x57 (mp (asserted (not (and (= a$ a$) $x39))) (monotonicity @x51 (= (not (and (= a$ a$) $x39)) $x52)) $x52))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
152 |
(let (($x480 (forall ((?v0 A$) (?v1 A$) )(! (let ((?x30 (symm_f$ ?v1 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
153 |
(let ((?x29 (symm_f$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
154 |
(= ?x29 ?x30))) :pattern ( (symm_f$ ?v0 ?v1) ) :pattern ( (symm_f$ ?v1 ?v0) ) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
155 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
156 |
(let (($x32 (forall ((?v0 A$) (?v1 A$) )(! (let ((?x30 (symm_f$ ?v1 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
157 |
(let ((?x29 (symm_f$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
158 |
(= ?x29 ?x30))) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
159 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
160 |
(let ((?x30 (symm_f$ ?0 ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
161 |
(let ((?x29 (symm_f$ ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
162 |
(let (($x31 (= ?x29 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
163 |
(let ((@x60 (mp~ (asserted $x32) (nnf-pos (refl (~ $x31 $x31)) (~ $x32 $x32)) $x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
164 |
(let ((@x485 (mp @x60 (quant-intro (refl (= $x31 $x31)) (= $x32 $x480)) $x480))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
165 |
(let (($x149 (or (not $x480) $x39))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
166 |
(let ((@x61 ((_ quant-inst a$ b$) $x149))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
167 |
(unit-resolution @x61 @x485 @x57 false))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
168 |
|
73389 | 169 |
475916706487c818c9d90b517b53e98cbd0b98a4 637 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
170 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
171 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
172 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
173 |
(let (($x397 (not x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
174 |
(let (($x553 (not x51$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
175 |
(let (($x657 (not x25$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
176 |
(let (($x610 (not x56$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
177 |
(let (($x538 (not x17$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
178 |
(let ((@x897 (hypothesis $x538))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
179 |
(let (($x482 (not x45$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
180 |
(let (($x609 (not x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
181 |
(let (($x453 (not x11$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
182 |
(let ((@x815 (hypothesis $x453))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
183 |
(let (($x667 (not x27$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
184 |
(let (($x638 (not x58$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
185 |
(let (($x567 (not x52$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
186 |
(let ((@x756 (hypothesis $x567))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
187 |
(let (($x509 (not x47$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
188 |
(let (($x637 (not x24$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
189 |
(let (($x566 (not x19$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
190 |
(let (($x294 (or x24$ x53$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
191 |
(let ((@x774 (monotonicity (iff-false (asserted (not x59$)) (= x59$ false)) (= (or x59$ x24$ x53$) (or false x24$ x53$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
192 |
(let ((@x778 (trans @x774 (rewrite (= (or false x24$ x53$) $x294)) (= (or x59$ x24$ x53$) $x294)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
193 |
(let (($x303 (or x59$ x24$ x53$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
194 |
(let ((@x306 (mp (asserted (or x59$ $x294)) (rewrite (= (or x59$ $x294) $x303)) $x303))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
195 |
(let ((@x779 (mp @x306 @x778 $x294))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
196 |
(let ((@x1181 (unit-resolution @x779 (unit-resolution (asserted (or $x637 $x638)) (hypothesis x58$) $x637) x53$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
197 |
(let (($x580 (not x53$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
198 |
(let (($x581 (or $x580 $x566))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
199 |
(let ((@x582 (asserted $x581))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
200 |
(let ((@x1182 (unit-resolution @x582 @x1181 $x566))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
201 |
(let (($x496 (not x46$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
202 |
(let (($x583 (or $x580 $x509))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
203 |
(let ((@x584 (asserted $x583))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
204 |
(let ((@x1183 (unit-resolution @x584 @x1181 $x509))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
205 |
(let (($x438 (not x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
206 |
(let (($x363 (not x4$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
207 |
(let (($x347 (not x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
208 |
(let (($x336 (not x31$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
209 |
(let (($x623 (not x23$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
210 |
(let (($x645 (or $x638 $x623))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
211 |
(let ((@x646 (asserted $x645))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
212 |
(let ((@x974 (hypothesis $x509))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
213 |
(let ((@x757 (hypothesis $x566))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
214 |
(let ((@x853 (hypothesis $x397))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
215 |
(let (($x410 (not x8$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
216 |
(let (($x355 (not x3$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
217 |
(let (($x467 (not x12$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
218 |
(let ((@x882 (hypothesis $x467))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
219 |
(let ((@x845 (hypothesis $x347))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
220 |
(let (($x356 (not x33$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
221 |
(let (($x481 (not x13$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
222 |
(let (($x424 (not x9$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
223 |
(let ((@x728 (hypothesis x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
224 |
(let (($x439 (or $x438 $x424))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
225 |
(let ((@x440 (asserted $x439))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
226 |
(let ((@x922 (unit-resolution @x440 @x728 $x424))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
227 |
(let (($x364 (not x34$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
228 |
(let (($x72 (or x35$ x4$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
229 |
(let ((@x77 (asserted $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
230 |
(let ((@x994 (unit-resolution @x77 (unit-resolution (asserted (or $x438 (not x35$))) @x728 (not x35$)) x4$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
231 |
(let (($x365 (or $x363 $x364))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
232 |
(let ((@x366 (asserted $x365))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
233 |
(let ((@x999 (unit-resolution @x366 @x994 $x364))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
234 |
(let (($x396 (not x7$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
235 |
(let (($x414 (or $x410 $x396))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
236 |
(let ((@x415 (asserted $x414))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
237 |
(let (($x348 (not x32$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
238 |
(let ((@x942 (hypothesis $x355))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
239 |
(let (($x64 (or x3$ x33$ x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
240 |
(let ((@x67 (mp (asserted (or x3$ (or x33$ x2$))) (rewrite (= (or x3$ (or x33$ x2$)) $x64)) $x64))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
241 |
(let ((@x1048 (unit-resolution @x67 (unit-resolution (asserted (or $x410 $x356)) (hypothesis x8$) $x356) @x942 x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
242 |
(let (($x349 (or $x347 $x348))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
243 |
(let ((@x350 (asserted $x349))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
244 |
(let (($x105 (or x7$ x38$ x6$ x32$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
245 |
(let ((@x108 (mp (asserted (or x7$ (or x38$ (or x6$ x32$)))) (rewrite (= (or x7$ (or x38$ (or x6$ x32$))) $x105)) $x105))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
246 |
(let ((@x842 (unit-resolution @x108 (unit-resolution @x350 @x1048 $x348) (unit-resolution @x415 (hypothesis x8$) $x396) @x853 x6$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
247 |
(let (($x701 (or x1$ x31$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
248 |
(let ((@x700 (monotonicity (iff-false (asserted (not x0$)) (= x0$ false)) (= (or x1$ x31$ x0$) (or x1$ x31$ false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
249 |
(let ((@x705 (trans @x700 (rewrite (= (or x1$ x31$ false) $x701)) (= (or x1$ x31$ x0$) $x701)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
250 |
(let (($x46 (or x1$ x31$ x0$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
251 |
(let ((@x49 (mp (asserted (or x1$ (or x31$ x0$))) (rewrite (= (or x1$ (or x31$ x0$)) $x46)) $x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
252 |
(let ((@x706 (mp @x49 @x705 $x701))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
253 |
(let ((@x1002 (unit-resolution @x706 (unit-resolution (asserted (or $x347 (not x1$))) @x1048 (not x1$)) x31$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
254 |
(let (($x382 (not x6$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
255 |
(let (($x388 (or $x382 $x336))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
256 |
(let ((@x389 (asserted $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
257 |
(let ((@x1011 (lemma (unit-resolution @x389 @x1002 @x842 false) (or $x410 x38$ x3$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
258 |
(let ((@x952 (unit-resolution @x1011 (unit-resolution (asserted (or $x363 $x355)) @x994 $x355) @x853 $x410))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
259 |
(let (($x125 (or x9$ x40$ x8$ x34$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
260 |
(let ((@x128 (mp (asserted (or x9$ (or x40$ (or x8$ x34$)))) (rewrite (= (or x9$ (or x40$ (or x8$ x34$))) $x125)) $x125))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
261 |
(let (($x425 (not x40$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
262 |
(let (($x505 (or $x496 $x425))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
263 |
(let ((@x506 (asserted $x505))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
264 |
(let ((@x868 (unit-resolution @x506 (unit-resolution @x128 @x952 @x999 @x922 x40$) $x496))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
265 |
(let (($x239 (or x19$ x52$ x18$ x46$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
266 |
(let ((@x242 (mp (asserted (or x19$ (or x52$ (or x18$ x46$)))) (rewrite (= (or x19$ (or x52$ (or x18$ x46$))) $x239)) $x239))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
267 |
(let (($x411 (not x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
268 |
(let ((@x992 (unit-resolution @x67 (unit-resolution (asserted (or $x363 $x355)) @x994 $x355) @x845 x33$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
269 |
(let (($x420 (or $x411 $x356))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
270 |
(let ((@x421 (asserted $x420))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
271 |
(let (($x507 (or $x481 $x425))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
272 |
(let ((@x508 (asserted $x507))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
273 |
(let ((@x1036 (unit-resolution @x508 (unit-resolution @x128 @x952 @x999 @x922 x40$) $x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
274 |
(let (($x172 (or x13$ x45$ x12$ x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
275 |
(let ((@x175 (mp (asserted (or x13$ (or x45$ (or x12$ x39$)))) (rewrite (= (or x13$ (or x45$ (or x12$ x39$))) $x172)) $x172))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
276 |
(let ((@x1037 (unit-resolution @x175 @x1036 @x882 (unit-resolution @x421 @x992 $x411) x45$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
277 |
(let (($x552 (not x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
278 |
(let (($x558 (or $x552 $x482))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
279 |
(let ((@x559 (asserted $x558))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
280 |
(let ((@x1080 (unit-resolution @x559 @x1037 (unit-resolution @x242 @x868 @x757 @x756 x18$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
281 |
(let ((@x1051 (unit-resolution (lemma @x1080 (or $x438 x12$ x19$ x52$ x2$ x38$)) @x845 @x757 @x756 @x882 @x853 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
282 |
(let (($x190 (or x47$ x14$ x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
283 |
(let ((@x193 (mp (asserted (or x47$ (or x14$ x41$))) (rewrite (= (or x47$ (or x14$ x41$)) $x190)) $x190))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
284 |
(let ((@x732 (unit-resolution @x193 @x1051 @x974 x14$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
285 |
(let (($x495 (not x14$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
286 |
(let (($x499 (or $x495 $x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
287 |
(let ((@x500 (asserted $x499))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
288 |
(let ((@x941 (unit-resolution @x242 (unit-resolution (asserted (or $x495 $x496)) @x732 $x496) @x757 @x756 x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
289 |
(let ((@x991 (unit-resolution @x175 (unit-resolution @x559 @x941 $x482) @x882 (unit-resolution @x500 @x732 $x481) x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
290 |
(let (($x367 (or $x363 $x355))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
291 |
(let ((@x368 (asserted $x367))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
292 |
(let ((@x980 (unit-resolution @x368 (unit-resolution @x67 (unit-resolution @x421 @x991 $x356) @x845 x3$) $x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
293 |
(let (($x369 (or $x364 $x355))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
294 |
(let ((@x370 (asserted $x369))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
295 |
(let ((@x878 (unit-resolution @x370 (unit-resolution @x67 (unit-resolution @x421 @x991 $x356) @x845 x3$) $x364))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
296 |
(let ((@x879 (unit-resolution @x128 @x878 (unit-resolution (asserted (or $x495 $x425)) @x732 $x425) (unit-resolution (asserted (or $x410 $x411)) @x991 $x410) x9$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
297 |
(let (($x371 (not x35$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
298 |
(let (($x443 (or $x424 $x371))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
299 |
(let ((@x444 (asserted $x443))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
300 |
(let ((@x912 (lemma (unit-resolution @x444 @x879 (unit-resolution @x77 @x980 x35$) false) (or x2$ x12$ x19$ x52$ x47$ x38$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
301 |
(let ((@x1091 (unit-resolution @x912 @x882 @x757 @x756 @x974 @x853 x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
302 |
(let (($x359 (or $x355 $x347))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
303 |
(let ((@x360 (asserted $x359))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
304 |
(let ((@x784 (unit-resolution @x706 (unit-resolution (asserted (or $x347 (not x1$))) @x1091 (not x1$)) x31$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
305 |
(let ((@x808 (unit-resolution @x108 (unit-resolution @x389 @x784 $x382) (unit-resolution @x350 @x1091 $x348) @x853 x7$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
306 |
(let (($x418 (or $x411 $x396))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
307 |
(let ((@x419 (asserted $x418))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
308 |
(let ((@x913 (hypothesis $x410))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
309 |
(let ((@x931 (unit-resolution @x193 (unit-resolution @x500 (hypothesis x13$) $x495) @x974 x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
310 |
(let ((@x867 (unit-resolution @x128 (unit-resolution @x440 @x931 $x424) (unit-resolution @x508 (hypothesis x13$) $x425) @x913 x34$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
311 |
(let ((@x917 (unit-resolution @x77 (unit-resolution (asserted (or $x438 $x371)) @x931 $x371) x4$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
312 |
(let ((@x1090 (lemma (unit-resolution @x366 @x917 @x867 false) (or $x481 x8$ x47$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
313 |
(let ((@x1056 (unit-resolution @x1090 (unit-resolution @x1011 (unit-resolution @x360 @x1091 $x355) @x853 $x410) @x974 $x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
314 |
(let ((@x1057 (unit-resolution @x175 @x1056 @x882 (unit-resolution @x419 @x808 $x411) x45$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
315 |
(let ((@x937 (unit-resolution @x242 (unit-resolution @x559 @x1057 $x552) @x757 @x756 x46$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
316 |
(let ((@x884 (unit-resolution @x193 (unit-resolution (asserted (or $x495 $x496)) @x937 $x495) @x974 x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
317 |
(let ((@x800 (unit-resolution @x128 (unit-resolution @x440 @x884 $x424) (unit-resolution @x506 @x937 $x425) (unit-resolution @x1011 (unit-resolution @x360 @x1091 $x355) @x853 $x410) x34$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
318 |
(let ((@x864 (unit-resolution @x77 (unit-resolution (asserted (or $x438 $x371)) @x884 $x371) x4$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
319 |
(let ((@x1089 (lemma (unit-resolution @x366 @x864 @x800 false) (or x12$ x47$ x19$ x52$ x38$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
320 |
(let ((@x1116 (unit-resolution @x1089 @x853 @x757 @x756 @x974 x12$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
321 |
(let (($x489 (or $x482 $x467))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
322 |
(let ((@x490 (asserted $x489))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
323 |
(let (($x539 (not x50$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
324 |
(let (($x619 (or $x610 $x539))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
325 |
(let ((@x620 (asserted $x619))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
326 |
(let ((@x1058 (unit-resolution @x620 (hypothesis x56$) $x539))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
327 |
(let (($x524 (not x16$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
328 |
(let (($x587 (not x20$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
329 |
(let ((@x896 (hypothesis $x539))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
330 |
(let (($x517 (not x48$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
331 |
(let ((@x841 (hypothesis $x517))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
332 |
(let ((@x989 (unit-resolution @x193 (unit-resolution (asserted (or $x495 $x496)) (hypothesis x46$) $x495) @x974 x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
333 |
(let (($x441 (or $x438 $x371))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
334 |
(let ((@x442 (asserted $x441))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
335 |
(let ((@x838 (unit-resolution @x368 (unit-resolution @x77 (unit-resolution @x442 @x989 $x371) x4$) $x355))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
336 |
(let ((@x1053 (unit-resolution @x366 (unit-resolution @x77 (unit-resolution @x442 @x989 $x371) x4$) $x364))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
337 |
(let ((@x862 (unit-resolution @x128 @x1053 (unit-resolution @x440 @x989 $x424) (unit-resolution @x506 (hypothesis x46$) $x425) x8$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
338 |
(let (($x416 (or $x410 $x356))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
339 |
(let ((@x417 (asserted $x416))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
340 |
(let ((@x987 (unit-resolution @x350 (unit-resolution @x67 (unit-resolution @x417 @x862 $x356) @x838 x2$) $x348))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
341 |
(let (($x335 (not x1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
342 |
(let (($x351 (or $x347 $x335))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
343 |
(let ((@x352 (asserted $x351))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
344 |
(let ((@x935 (unit-resolution @x352 (unit-resolution @x67 (unit-resolution @x417 @x862 $x356) @x838 x2$) $x335))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
345 |
(let ((@x746 (unit-resolution @x706 @x935 x31$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
346 |
(let ((@x1060 (unit-resolution @x108 (unit-resolution @x389 @x746 $x382) (unit-resolution @x415 @x862 $x396) @x987 x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
347 |
(let (($x479 (or $x453 $x397))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
348 |
(let ((@x480 (asserted $x479))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
349 |
(let (($x445 (not x10$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
350 |
(let (($x720 (or x5$ x36$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
351 |
(let ((@x719 (monotonicity (iff-false (asserted (not x30$)) (= x30$ false)) (= (or x5$ x36$ x30$) (or x5$ x36$ false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
352 |
(let ((@x724 (trans @x719 (rewrite (= (or x5$ x36$ false) $x720)) (= (or x5$ x36$ x30$) $x720)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
353 |
(let (($x85 (or x5$ x36$ x30$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
354 |
(let ((@x88 (mp (asserted (or x5$ (or x36$ x30$))) (rewrite (= (or x5$ (or x36$ x30$)) $x85)) $x85))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
355 |
(let ((@x725 (mp @x88 @x724 $x720))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
356 |
(let ((@x810 (unit-resolution @x725 (unit-resolution (asserted (or (not x5$) $x336)) @x746 (not x5$)) x36$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
357 |
(let (($x375 (not x36$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
358 |
(let (($x449 (or $x445 $x375))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
359 |
(let ((@x450 (asserted $x449))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
360 |
(let (($x152 (or x11$ x43$ x10$ x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
361 |
(let ((@x155 (mp (asserted (or x11$ (or x43$ (or x10$ x37$)))) (rewrite (= (or x11$ (or x43$ (or x10$ x37$))) $x152)) $x152))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
362 |
(let ((@x840 (unit-resolution @x155 (unit-resolution @x450 @x810 $x445) (unit-resolution (asserted (or (not x37$) $x336)) @x746 (not x37$)) (unit-resolution @x480 @x1060 $x453) x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
363 |
(let (($x199 (or x15$ x48$ x42$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
364 |
(let ((@x202 (mp (asserted (or x15$ (or x48$ x42$))) (rewrite (= (or x15$ (or x48$ x42$)) $x199)) $x199))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
365 |
(let ((@x712 (unit-resolution @x202 (unit-resolution (asserted (or (not x42$) $x375)) @x810 (not x42$)) @x841 x15$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
366 |
(let (($x454 (not x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
367 |
(let (($x516 (not x15$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
368 |
(let (($x536 (or $x516 $x454))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
369 |
(let ((@x537 (asserted $x536))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
370 |
(let ((@x844 (lemma (unit-resolution @x537 @x712 @x840 false) (or $x496 x48$ x47$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
371 |
(let ((@x893 (unit-resolution @x242 (unit-resolution @x844 @x841 @x974 $x496) @x757 @x756 x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
372 |
(let (($x556 (or $x552 $x538))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
373 |
(let ((@x557 (asserted $x556))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
374 |
(let (($x446 (not x42$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
375 |
(let ((@x1023 (unit-resolution @x559 @x893 $x482))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
376 |
(let (($x468 (not x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
377 |
(let ((@x738 (unit-resolution @x725 (unit-resolution (asserted (or $x446 $x375)) (hypothesis x42$) $x375) x5$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
378 |
(let (($x374 (not x5$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
379 |
(let (($x394 (or $x374 $x336))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
380 |
(let ((@x395 (asserted $x394))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
381 |
(let (($x353 (or $x348 $x335))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
382 |
(let ((@x354 (asserted $x353))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
383 |
(let ((@x1005 (unit-resolution @x354 (unit-resolution @x706 (unit-resolution @x395 @x738 $x336) x1$) $x348))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
384 |
(let ((@x983 (unit-resolution @x352 (unit-resolution @x706 (unit-resolution @x395 @x738 $x336) x1$) $x347))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
385 |
(let ((@x998 (hypothesis $x482))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
386 |
(let ((@x932 (unit-resolution @x128 (unit-resolution @x417 @x992 $x410) @x922 @x999 x40$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
387 |
(let ((@x1030 (hypothesis $x348))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
388 |
(let ((@x1031 (hypothesis $x382))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
389 |
(let ((@x1039 (unit-resolution @x108 (unit-resolution (asserted (or $x396 $x356)) @x992 $x396) @x1031 @x1030 x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
390 |
(let (($x473 (or $x467 $x397))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
391 |
(let ((@x474 (asserted $x473))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
392 |
(let ((@x971 (unit-resolution @x175 (unit-resolution @x474 @x1039 $x467) (unit-resolution @x508 @x932 $x481) @x998 (unit-resolution @x421 @x992 $x411) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
393 |
(let ((@x1013 (lemma @x971 (or $x438 x45$ x6$ x32$ x2$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
394 |
(let ((@x1040 (unit-resolution @x1013 (unit-resolution (asserted (or $x382 $x374)) @x738 $x382) @x998 @x1005 @x983 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
395 |
(let (($x447 (or $x445 $x446))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
396 |
(let ((@x448 (asserted $x447))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
397 |
(let ((@x830 (unit-resolution @x448 (hypothesis x42$) $x445))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
398 |
(let ((@x1020 (hypothesis x12$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
399 |
(let (($x469 (or $x467 $x468))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
400 |
(let ((@x470 (asserted $x469))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
401 |
(let ((@x1021 (unit-resolution @x470 @x1020 $x468))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
402 |
(let (($x219 (or x17$ x50$ x16$ x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
403 |
(let ((@x222 (mp (asserted (or x17$ (or x50$ (or x16$ x44$)))) (rewrite (= (or x17$ (or x50$ (or x16$ x44$))) $x219)) $x219))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
404 |
(let (($x471 (or $x467 $x453))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
405 |
(let ((@x472 (asserted $x471))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
406 |
(let ((@x889 (unit-resolution @x472 @x1020 $x453))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
407 |
(let ((@x924 (unit-resolution @x155 @x889 (hypothesis $x445) (hypothesis (not x37$)) x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
408 |
(let (($x530 (or $x524 $x454))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
409 |
(let ((@x531 (asserted $x530))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
410 |
(let ((@x925 (unit-resolution @x531 @x924 (unit-resolution @x222 @x1021 @x897 @x896 x16$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
411 |
(let ((@x1075 (lemma @x925 (or $x467 x10$ x37$ x17$ x50$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
412 |
(let ((@x831 (unit-resolution @x1075 @x830 (unit-resolution (asserted (or (not x37$) $x374)) @x738 (not x37$)) @x897 @x896 $x467))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
413 |
(let ((@x856 (unit-resolution @x175 @x831 @x998 (unit-resolution @x500 (unit-resolution @x193 @x1040 @x974 x14$) $x481) x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
414 |
(let ((@x715 (unit-resolution @x108 (unit-resolution @x419 @x856 $x396) (unit-resolution (asserted (or $x382 $x374)) @x738 $x382) @x1005 x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
415 |
(let (($x477 (or $x468 $x397))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
416 |
(let ((@x478 (asserted $x477))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
417 |
(let ((@x850 (unit-resolution @x222 (unit-resolution @x478 @x715 $x468) @x897 @x896 x16$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
418 |
(let ((@x828 (unit-resolution @x155 (unit-resolution @x480 @x715 $x453) @x830 (unit-resolution (asserted (or (not x37$) $x374)) @x738 (not x37$)) x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
419 |
(let ((@x1001 (lemma (unit-resolution @x531 @x828 @x850 false) (or $x446 x17$ x50$ x45$ x47$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
420 |
(let ((@x762 (unit-resolution @x1001 (unit-resolution @x557 @x893 $x538) @x896 @x1023 @x974 $x446))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
421 |
(let (($x528 (or $x524 $x516))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
422 |
(let ((@x529 (asserted $x528))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
423 |
(let ((@x1017 (unit-resolution @x222 (unit-resolution @x529 (unit-resolution @x202 @x762 @x841 x15$) $x524) (unit-resolution @x557 @x893 $x538) @x896 x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
424 |
(let ((@x901 (unit-resolution @x706 (unit-resolution @x395 (hypothesis x5$) $x336) x1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
425 |
(let ((@x823 (unit-resolution @x108 (unit-resolution @x354 @x901 $x348) @x853 (unit-resolution (asserted (or $x382 $x374)) (hypothesis x5$) $x382) x7$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
426 |
(let ((@x740 (unit-resolution @x1013 (unit-resolution @x354 @x901 $x348) @x998 (unit-resolution (asserted (or $x382 $x374)) (hypothesis x5$) $x382) (unit-resolution @x352 @x901 $x347) $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
427 |
(let ((@x835 (unit-resolution @x175 (unit-resolution @x500 (unit-resolution @x193 @x740 @x974 x14$) $x481) (unit-resolution @x419 @x823 $x411) @x998 @x882 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
428 |
(let ((@x769 (lemma @x835 (or $x374 x45$ x12$ x47$ x38$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
429 |
(let ((@x898 (unit-resolution @x769 @x1023 (unit-resolution @x470 @x1017 $x467) @x974 (unit-resolution @x478 @x1017 $x397) $x374))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
430 |
(let ((@x735 (unit-resolution @x155 (unit-resolution @x450 (unit-resolution @x725 @x898 x36$) $x445) (unit-resolution @x537 (unit-resolution @x202 @x762 @x841 x15$) $x454) (unit-resolution (asserted (or $x468 $x453)) @x1017 $x453) x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
431 |
(let (($x383 (not x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
432 |
(let (($x384 (or $x382 $x383))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
433 |
(let ((@x385 (asserted $x384))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
434 |
(let ((@x946 (unit-resolution @x706 (unit-resolution (asserted (or $x383 $x336)) @x735 $x336) x1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
435 |
(let ((@x836 (unit-resolution @x108 (unit-resolution @x354 @x946 $x348) (unit-resolution @x478 @x1017 $x397) (unit-resolution @x385 @x735 $x382) x7$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
436 |
(let ((@x1025 (unit-resolution @x1013 (unit-resolution @x354 @x946 $x348) @x1023 (unit-resolution @x385 @x735 $x382) (unit-resolution @x352 @x946 $x347) $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
437 |
(let ((@x886 (unit-resolution @x175 (unit-resolution @x500 (unit-resolution @x193 @x1025 @x974 x14$) $x481) (unit-resolution @x419 @x836 $x411) @x1023 (unit-resolution @x470 @x1017 $x467) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
438 |
(let ((@x1059 (unit-resolution (lemma @x886 (or x48$ x47$ x50$ x19$ x52$)) @x1058 @x974 @x757 @x756 x48$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
439 |
(let (($x591 (or $x587 $x517))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
440 |
(let ((@x592 (asserted $x591))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
441 |
(let (($x595 (not x21$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
442 |
(let (($x617 (or $x610 $x595))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
443 |
(let ((@x618 (asserted $x617))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
444 |
(let (($x596 (not x55$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
445 |
(let (($x302 (or x25$ x54$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
446 |
(let ((@x307 (asserted $x302))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
447 |
(let ((@x855 (unit-resolution @x307 (unit-resolution (asserted (or (not x54$) $x517)) @x1059 (not x54$)) x25$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
448 |
(let (($x665 (or $x657 $x596))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
449 |
(let ((@x666 (asserted $x665))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
450 |
(let (($x266 (or x21$ x55$ x20$ x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
451 |
(let ((@x269 (mp (asserted (or x21$ (or x55$ (or x20$ x49$)))) (rewrite (= (or x21$ (or x55$ (or x20$ x49$))) $x266)) $x266))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
452 |
(let ((@x911 (unit-resolution @x269 (unit-resolution @x666 @x855 $x596) (unit-resolution @x618 (hypothesis x56$) $x595) (unit-resolution @x592 @x1059 $x587) x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
453 |
(let (($x525 (not x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
454 |
(let (($x526 (or $x524 $x525))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
455 |
(let ((@x527 (asserted $x526))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
456 |
(let ((@x1006 (unit-resolution @x242 (unit-resolution @x557 (hypothesis x17$) $x552) @x757 @x756 x46$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
457 |
(let (($x503 (or $x496 $x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
458 |
(let ((@x504 (asserted $x503))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
459 |
(let ((@x752 (unit-resolution @x175 (unit-resolution @x504 @x1006 $x481) (unit-resolution (asserted (or $x538 $x482)) (hypothesis x17$) $x482) @x882 x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
460 |
(let (($x412 (or $x410 $x411))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
461 |
(let ((@x413 (asserted $x412))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
462 |
(let ((@x806 (unit-resolution @x193 (unit-resolution (asserted (or $x495 $x496)) @x1006 $x495) @x974 x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
463 |
(let ((@x954 (unit-resolution @x128 (unit-resolution @x440 @x806 $x424) (unit-resolution @x506 @x1006 $x425) (unit-resolution @x413 @x752 $x410) x34$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
464 |
(let ((@x745 (unit-resolution @x366 (unit-resolution @x77 (unit-resolution @x442 @x806 $x371) x4$) @x954 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
465 |
(let ((@x771 (lemma @x745 (or $x538 x12$ x47$ x19$ x52$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
466 |
(let ((@x928 (unit-resolution @x222 (unit-resolution @x771 @x882 @x974 @x757 @x756 $x538) (hypothesis $x524) @x896 x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
467 |
(let ((@x929 (unit-resolution @x478 @x928 $x397))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
468 |
(let ((@x832 (hypothesis $x454))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
469 |
(let ((@x859 (unit-resolution @x242 (unit-resolution (asserted (or $x495 $x496)) (hypothesis x14$) $x496) @x757 @x756 x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
470 |
(let ((@x951 (unit-resolution @x175 (unit-resolution @x559 @x859 $x482) (unit-resolution @x500 (hypothesis x14$) $x481) @x882 x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
471 |
(let ((@x833 (unit-resolution @x769 (unit-resolution @x559 @x859 $x482) @x882 @x974 @x853 $x374))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
472 |
(let ((@x1076 (unit-resolution @x155 (unit-resolution @x450 (unit-resolution @x725 @x833 x36$) $x445) @x832 @x815 x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
473 |
(let ((@x872 (unit-resolution @x108 (unit-resolution @x385 @x1076 $x382) (unit-resolution @x419 @x951 $x396) @x853 x32$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
474 |
(let ((@x962 (unit-resolution @x706 (unit-resolution (asserted (or $x383 $x336)) @x1076 $x336) x1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
475 |
(let ((@x861 (lemma (unit-resolution @x354 @x962 @x872 false) (or $x495 x38$ x43$ x11$ x12$ x47$ x19$ x52$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
476 |
(let ((@x1079 (unit-resolution @x861 @x929 @x832 (unit-resolution (asserted (or $x468 $x453)) @x928 $x453) @x882 @x974 @x757 @x756 $x495))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
477 |
(let ((@x709 (unit-resolution @x77 (unit-resolution @x442 (unit-resolution @x193 @x1079 @x974 x41$) $x371) x4$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
478 |
(let ((@x939 (unit-resolution @x128 (unit-resolution @x1011 @x929 (unit-resolution @x368 @x709 $x355) $x410) (unit-resolution @x440 (unit-resolution @x193 @x1079 @x974 x41$) $x424) (unit-resolution @x366 @x709 $x364) x40$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
479 |
(let ((@x754 (unit-resolution @x242 (unit-resolution @x506 @x939 $x496) @x757 @x756 x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
480 |
(let ((@x904 (unit-resolution @x175 (unit-resolution @x559 @x754 $x482) (unit-resolution @x508 @x939 $x481) @x882 x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
481 |
(let ((@x877 (unit-resolution @x67 (unit-resolution @x421 @x904 $x356) (unit-resolution @x368 @x709 $x355) x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
482 |
(let ((@x927 (unit-resolution @x769 (unit-resolution @x559 @x754 $x482) @x882 @x974 @x929 $x374))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
483 |
(let ((@x880 (unit-resolution @x155 (unit-resolution @x450 (unit-resolution @x725 @x927 x36$) $x445) @x832 (unit-resolution (asserted (or $x468 $x453)) @x928 $x453) x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
484 |
(let ((@x812 (unit-resolution @x108 (unit-resolution @x385 @x880 $x382) (unit-resolution @x350 @x877 $x348) (unit-resolution @x419 @x904 $x396) @x929 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
485 |
(let ((@x713 (unit-resolution (lemma @x812 (or x12$ x43$ x47$ x19$ x52$ x16$ x50$)) (unit-resolution (asserted (or $x525 $x454)) @x911 $x454) @x974 @x757 @x756 (unit-resolution @x527 @x911 $x524) @x1058 x12$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
486 |
(let ((@x817 (unit-resolution @x222 (unit-resolution @x470 @x713 $x468) (unit-resolution @x527 @x911 $x524) @x1058 x17$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
487 |
(let ((@x903 (unit-resolution @x242 (unit-resolution @x557 @x817 $x552) @x757 @x756 x46$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
488 |
(let (($x497 (or $x495 $x496))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
489 |
(let ((@x498 (asserted $x497))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
490 |
(let ((@x748 (unit-resolution @x442 (unit-resolution @x193 (unit-resolution @x498 @x903 $x495) @x974 x41$) $x371))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
491 |
(let ((@x1027 (unit-resolution @x440 (unit-resolution @x193 (unit-resolution @x498 @x903 $x495) @x974 x41$) $x424))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
492 |
(let ((@x890 (unit-resolution @x128 (unit-resolution @x366 (unit-resolution @x77 @x748 x4$) $x364) (unit-resolution @x506 @x903 $x425) @x1027 x8$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
493 |
(let ((@x891 (unit-resolution @x1011 @x890 (unit-resolution @x368 (unit-resolution @x77 @x748 x4$) $x355) (unit-resolution @x474 @x713 $x397) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
494 |
(let ((@x1118 (unit-resolution (lemma @x891 (or $x610 x47$ x19$ x52$)) @x974 @x757 @x756 $x610))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
495 |
(let ((@x802 (hypothesis $x623))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
496 |
(let ((@x914 (hypothesis $x610))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
497 |
(let (($x392 (or $x383 $x336))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
498 |
(let ((@x393 (asserted $x392))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
499 |
(let ((@x969 (unit-resolution @x393 (hypothesis x31$) $x383))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
500 |
(let ((@x1047 (unit-resolution @x725 (unit-resolution @x395 (hypothesis x31$) $x374) x36$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
501 |
(let ((@x966 (unit-resolution @x450 @x1047 $x445))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
502 |
(let (($x615 (or $x609 $x539))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
503 |
(let ((@x616 (asserted $x615))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
504 |
(let ((@x730 (unit-resolution @x616 (unit-resolution @x1075 @x966 @x1020 @x897 @x969 x50$) $x609))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
505 |
(let (($x286 (or x23$ x57$ x22$ x51$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
506 |
(let ((@x289 (mp (asserted (or x23$ (or x57$ (or x22$ x51$)))) (rewrite (= (or x23$ (or x57$ (or x22$ x51$))) $x286)) $x286))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
507 |
(let (($x624 (not x57$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
508 |
(let (($x679 (or $x667 $x624))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
509 |
(let ((@x680 (asserted $x679))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
510 |
(let ((@x948 (unit-resolution @x680 (unit-resolution @x289 @x730 @x802 (hypothesis $x553) x57$) $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
511 |
(let (($x322 (or x27$ x26$ x56$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
512 |
(let ((@x325 (mp (asserted (or x27$ (or x26$ x56$))) (rewrite (= (or x27$ (or x26$ x56$)) $x322)) $x322))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
513 |
(let (($x588 (not x54$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
514 |
(let ((@x798 (unit-resolution @x537 (unit-resolution @x155 @x966 @x889 @x969 x43$) $x516))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
515 |
(let ((@x799 (unit-resolution @x202 @x798 (unit-resolution (asserted (or $x446 $x375)) @x1047 $x446) x48$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
516 |
(let (($x593 (or $x588 $x517))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
517 |
(let ((@x594 (asserted $x593))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
518 |
(let (($x660 (not x26$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
519 |
(let (($x661 (or $x660 $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
520 |
(let ((@x662 (asserted $x661))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
521 |
(let ((@x1094 (unit-resolution @x662 (unit-resolution @x307 (unit-resolution @x594 @x799 $x588) x25$) (unit-resolution @x325 @x948 @x914 x26$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
522 |
(let ((@x1096 (lemma @x1094 (or $x336 x56$ x23$ x51$ $x467 x17$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
523 |
(let ((@x1099 (unit-resolution @x1096 (unit-resolution (asserted (or $x552 $x553)) @x859 $x553) @x802 @x914 @x1020 (unit-resolution @x557 @x859 $x538) $x336))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
524 |
(let ((@x804 (unit-resolution @x725 (unit-resolution (asserted (or $x382 $x374)) (hypothesis x6$) $x374) x36$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
525 |
(let ((@x1008 (unit-resolution @x1075 (unit-resolution @x450 @x804 $x445) @x1020 @x897 (unit-resolution @x385 (hypothesis x6$) $x383) x50$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
526 |
(let ((@x874 (unit-resolution @x289 (unit-resolution @x616 @x1008 $x609) @x802 (hypothesis $x553) x57$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
527 |
(let ((@x766 (unit-resolution @x155 (unit-resolution @x450 @x804 $x445) @x889 (unit-resolution @x385 (hypothesis x6$) $x383) x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
528 |
(let ((@x818 (unit-resolution @x202 (unit-resolution @x537 @x766 $x516) (unit-resolution (asserted (or $x446 $x375)) @x804 $x446) x48$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
529 |
(let ((@x783 (unit-resolution @x662 (unit-resolution @x307 (unit-resolution @x594 @x818 $x588) x25$) (unit-resolution @x325 (unit-resolution @x680 @x874 $x667) @x914 x26$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
530 |
(let ((@x737 (lemma @x783 (or $x382 x56$ x23$ x51$ $x467 x17$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
531 |
(let ((@x1102 (unit-resolution @x737 (unit-resolution (asserted (or $x552 $x553)) @x859 $x553) @x802 @x914 @x1020 (unit-resolution @x557 @x859 $x538) $x382))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
532 |
(let ((@x1104 (unit-resolution @x108 (unit-resolution @x354 (unit-resolution @x706 @x1099 x1$) $x348) @x1102 @x853 x7$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
533 |
(let (($x422 (or $x396 $x356))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
534 |
(let ((@x423 (asserted $x422))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
535 |
(let ((@x1106 (unit-resolution @x67 (unit-resolution @x423 @x1104 $x356) (unit-resolution @x352 (unit-resolution @x706 @x1099 x1$) $x347) x3$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
536 |
(let ((@x1112 (unit-resolution @x128 (unit-resolution @x370 @x1106 $x364) (unit-resolution (asserted (or $x495 $x425)) (hypothesis x14$) $x425) (unit-resolution @x415 @x1104 $x410) x9$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
537 |
(let ((@x1113 (unit-resolution @x444 @x1112 (unit-resolution @x77 (unit-resolution @x368 @x1106 $x363) x35$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
538 |
(let ((@x1119 (unit-resolution (lemma @x1113 (or $x495 x38$ x23$ x56$ $x467 x19$ x52$)) @x853 @x802 @x1118 @x1116 @x757 @x756 $x495))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
539 |
(let ((@x1120 (unit-resolution @x193 @x1119 @x974 x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
540 |
(let ((@x1123 (unit-resolution @x366 (unit-resolution @x77 (unit-resolution @x442 @x1120 $x371) x4$) $x364))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
541 |
(let ((@x1125 (unit-resolution @x368 (unit-resolution @x77 (unit-resolution @x442 @x1120 $x371) x4$) $x355))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
542 |
(let ((@x1127 (unit-resolution @x128 (unit-resolution @x1011 @x1125 @x853 $x410) (unit-resolution @x440 @x1120 $x424) @x1123 x40$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
543 |
(let ((@x1129 (unit-resolution @x242 (unit-resolution @x506 @x1127 $x496) @x757 @x756 x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
544 |
(let ((@x1132 (unit-resolution @x737 (unit-resolution (asserted (or $x552 $x553)) @x1129 $x553) @x802 @x1118 @x1116 (unit-resolution @x557 @x1129 $x538) $x382))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
545 |
(let ((@x1133 (unit-resolution @x1096 (unit-resolution (asserted (or $x552 $x553)) @x1129 $x553) @x802 @x1118 @x1116 (unit-resolution @x557 @x1129 $x538) $x336))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
546 |
(let ((@x1137 (unit-resolution @x1013 (unit-resolution @x354 (unit-resolution @x706 @x1133 x1$) $x348) (unit-resolution @x352 (unit-resolution @x706 @x1133 x1$) $x347) @x1120 @x1132 (unit-resolution @x490 @x1116 $x482) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
547 |
(let ((@x1185 (unit-resolution (lemma @x1137 (or x38$ x23$ x19$ x52$ x47$)) (unit-resolution @x646 (hypothesis x58$) $x623) @x1182 @x756 @x1183 x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
548 |
(let ((@x1188 (unit-resolution @x474 @x1185 $x467))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
549 |
(let ((@x1140 (unit-resolution @x155 @x966 @x815 @x969 x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
550 |
(let (($x534 (or $x525 $x454))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
551 |
(let ((@x535 (asserted $x534))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
552 |
(let ((@x1142 (hypothesis $x468))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
553 |
(let ((@x1144 (unit-resolution @x222 (unit-resolution @x531 @x1140 $x524) @x897 @x1142 x50$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
554 |
(let (($x621 (or $x595 $x539))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
555 |
(let ((@x622 (asserted $x621))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
556 |
(let ((@x1147 (unit-resolution @x202 (unit-resolution @x537 @x1140 $x516) (unit-resolution (asserted (or $x446 $x375)) @x1047 $x446) x48$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
557 |
(let ((@x1149 (unit-resolution @x269 (unit-resolution @x592 @x1147 $x587) (unit-resolution @x622 @x1144 $x595) (unit-resolution @x535 @x1140 $x525) x55$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
558 |
(let ((@x1152 (unit-resolution @x666 (unit-resolution @x307 (unit-resolution @x594 @x1147 $x588) x25$) @x1149 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
559 |
(let ((@x1154 (lemma @x1152 (or $x336 x17$ x44$ x11$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
560 |
(let ((@x1190 (unit-resolution @x1154 (unit-resolution @x771 @x1188 @x1183 @x1182 @x756 $x538) (unit-resolution @x478 @x1185 $x468) (unit-resolution @x480 @x1185 $x453) $x336))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
561 |
(let ((@x1156 (unit-resolution @x559 (unit-resolution @x1013 @x728 @x1030 @x1031 @x845 x45$) $x552))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
562 |
(let ((@x1159 (unit-resolution @x506 (unit-resolution @x128 @x999 @x913 @x922 x40$) (unit-resolution @x242 @x1156 @x757 @x756 x46$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
563 |
(let ((@x1163 (unit-resolution (lemma @x1159 (or $x438 x8$ x19$ x52$ x32$ x6$ x2$)) @x913 @x757 @x756 @x1030 @x1031 @x845 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
564 |
(let ((@x1166 (unit-resolution @x242 (unit-resolution @x498 (unit-resolution @x193 @x1163 @x974 x14$) $x496) @x757 @x756 x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
565 |
(let ((@x1168 (unit-resolution @x175 (unit-resolution @x559 @x1166 $x482) @x882 (unit-resolution @x1090 @x913 @x974 $x481) x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
566 |
(let ((@x1171 (unit-resolution @x368 (unit-resolution @x67 (unit-resolution @x421 @x1168 $x356) @x845 x3$) $x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
567 |
(let (($x501 (or $x495 $x425))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
568 |
(let ((@x502 (asserted $x501))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
569 |
(let ((@x1174 (unit-resolution @x370 (unit-resolution @x67 (unit-resolution @x421 @x1168 $x356) @x845 x3$) $x364))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
570 |
(let ((@x1175 (unit-resolution @x128 @x1174 @x913 (unit-resolution @x502 (unit-resolution @x193 @x1163 @x974 x14$) $x425) x9$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
571 |
(let ((@x1178 (lemma (unit-resolution @x444 @x1175 (unit-resolution @x77 @x1171 x35$) false) (or x8$ x2$ x12$ x19$ x52$ x47$ x32$ x6$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
572 |
(let ((@x1195 (unit-resolution @x1178 (unit-resolution @x352 (unit-resolution @x706 @x1190 x1$) $x347) @x1188 @x1182 @x756 @x1183 (unit-resolution (asserted (or $x397 $x348)) @x1185 $x348) (unit-resolution (asserted (or $x397 $x382)) @x1185 $x382) x8$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
573 |
(let ((@x1197 (unit-resolution @x67 (unit-resolution @x417 @x1195 $x356) (unit-resolution @x352 (unit-resolution @x706 @x1190 x1$) $x347) x3$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
574 |
(let ((@x1200 (unit-resolution @x442 (unit-resolution @x77 (unit-resolution @x368 @x1197 $x363) x35$) $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
575 |
(let ((@x1203 (unit-resolution @x242 (unit-resolution @x498 (unit-resolution @x193 @x1200 @x1183 x14$) $x496) @x1182 @x756 x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
576 |
(let ((@x1206 (unit-resolution @x175 (unit-resolution @x500 (unit-resolution @x193 @x1200 @x1183 x14$) $x481) @x1188 (unit-resolution @x413 @x1195 $x411) x45$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
577 |
(let ((@x1215 (unit-resolution (lemma (unit-resolution @x559 @x1206 @x1203 false) (or $x638 x52$)) @x756 $x638))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
578 |
(let (($x328 (or x28$ x58$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
579 |
(let ((@x792 (monotonicity (iff-false (asserted (not x29$)) (= x29$ false)) (= (or x29$ x28$ x58$) (or false x28$ x58$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
580 |
(let ((@x796 (trans @x792 (rewrite (= (or false x28$ x58$) $x328)) (= (or x29$ x28$ x58$) $x328)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
581 |
(let (($x337 (or x29$ x28$ x58$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
582 |
(let ((@x340 (mp (asserted (or x29$ $x328)) (rewrite (= (or x29$ $x328) $x337)) $x337))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
583 |
(let ((@x797 (mp @x340 @x796 $x328))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
584 |
(let (($x674 (not x28$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
585 |
(let (($x675 (or $x674 $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
586 |
(let ((@x676 (asserted $x675))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
587 |
(let ((@x1224 (unit-resolution @x676 (unit-resolution @x797 @x1215 x28$) $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
588 |
(let ((@x1285 (hypothesis $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
589 |
(let ((@x708 (hypothesis $x411))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
590 |
(let ((@x1210 (hypothesis $x496))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
591 |
(let ((@x1213 (unit-resolution @x242 (unit-resolution (asserted (or $x566 $x509)) (hypothesis x47$) $x566) @x1210 @x756 x18$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
592 |
(let (($x554 (or $x552 $x553))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
593 |
(let ((@x555 (asserted $x554))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
594 |
(let (($x677 (or $x674 $x624))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
595 |
(let ((@x678 (asserted $x677))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
596 |
(let ((@x1217 (unit-resolution @x678 (unit-resolution @x797 @x1215 x28$) $x624))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
597 |
(let ((@x1219 (unit-resolution @x779 (unit-resolution @x584 (hypothesis x47$) $x580) x24$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
598 |
(let (($x641 (or $x637 $x623))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
599 |
(let ((@x642 (asserted $x641))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
600 |
(let ((@x1221 (unit-resolution @x289 (unit-resolution @x642 @x1219 $x623) @x1217 (unit-resolution @x555 @x1213 $x553) x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
601 |
(let ((@x1226 (unit-resolution @x325 (unit-resolution (asserted (or $x609 $x610)) @x1221 $x610) @x1224 x26$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
602 |
(let (($x663 (or $x660 $x596))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
603 |
(let ((@x664 (asserted $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
604 |
(let (($x589 (or $x587 $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
605 |
(let ((@x590 (asserted $x589))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
606 |
(let ((@x1231 (unit-resolution @x590 (unit-resolution @x307 (unit-resolution @x662 @x1226 $x657) x54$) $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
607 |
(let ((@x1232 (unit-resolution @x269 @x1231 (unit-resolution (asserted (or $x609 $x595)) @x1221 $x595) (unit-resolution @x664 @x1226 $x596) x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
608 |
(let ((@x1234 (unit-resolution @x222 (unit-resolution @x527 @x1232 $x524) (unit-resolution @x557 @x1213 $x538) (unit-resolution @x616 @x1221 $x539) x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
609 |
(let (($x475 (or $x468 $x453))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
610 |
(let ((@x476 (asserted $x475))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
611 |
(let ((@x1237 (unit-resolution @x594 (unit-resolution @x307 (unit-resolution @x662 @x1226 $x657) x54$) $x517))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
612 |
(let ((@x1239 (unit-resolution @x202 (unit-resolution (asserted (or $x525 $x516)) @x1232 $x516) @x1237 x42$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
613 |
(let ((@x1241 (unit-resolution @x155 (unit-resolution @x448 @x1239 $x445) (unit-resolution @x535 @x1232 $x454) (unit-resolution @x476 @x1234 $x453) x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
614 |
(let ((@x1243 (unit-resolution @x725 (unit-resolution (asserted (or $x446 $x375)) @x1239 $x375) x5$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
615 |
(let (($x390 (or $x383 $x374))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
616 |
(let ((@x391 (asserted $x390))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
617 |
(let ((@x1246 (lemma (unit-resolution @x391 @x1243 @x1241 false) (or $x509 x46$ x52$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
618 |
(let ((@x1247 (unit-resolution @x1246 @x1210 @x756 $x509))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
619 |
(let ((@x1249 (unit-resolution @x175 (unit-resolution @x1090 @x1247 @x913 $x481) @x882 @x708 x45$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
620 |
(let (($x562 (or $x553 $x482))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
621 |
(let ((@x563 (asserted $x562))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
622 |
(let ((@x1252 (unit-resolution @x242 (unit-resolution @x559 @x1249 $x552) @x1210 @x756 x19$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
623 |
(let ((@x1255 (unit-resolution @x642 (unit-resolution @x779 (unit-resolution @x582 @x1252 $x580) x24$) $x623))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
624 |
(let ((@x1256 (unit-resolution @x289 @x1255 @x1217 (unit-resolution @x563 @x1249 $x553) x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
625 |
(let ((@x1260 (unit-resolution @x325 (unit-resolution (asserted (or $x609 $x610)) @x1256 $x610) @x1224 x26$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
626 |
(let ((@x1265 (unit-resolution @x590 (unit-resolution @x307 (unit-resolution @x662 @x1260 $x657) x54$) $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
627 |
(let ((@x1266 (unit-resolution @x269 @x1265 (unit-resolution (asserted (or $x609 $x595)) @x1256 $x595) (unit-resolution @x664 @x1260 $x596) x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
628 |
(let ((@x1268 (unit-resolution @x222 (unit-resolution @x527 @x1266 $x524) (unit-resolution (asserted (or $x538 $x482)) @x1249 $x538) (unit-resolution @x616 @x1256 $x539) x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
629 |
(let ((@x1271 (unit-resolution @x594 (unit-resolution @x307 (unit-resolution @x662 @x1260 $x657) x54$) $x517))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
630 |
(let ((@x1273 (unit-resolution @x202 (unit-resolution (asserted (or $x525 $x516)) @x1266 $x516) @x1271 x42$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
631 |
(let ((@x1275 (unit-resolution @x155 (unit-resolution @x448 @x1273 $x445) (unit-resolution @x535 @x1266 $x454) (unit-resolution @x476 @x1268 $x453) x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
632 |
(let ((@x1277 (unit-resolution @x725 (unit-resolution (asserted (or $x446 $x375)) @x1273 $x375) x5$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
633 |
(let ((@x1280 (lemma (unit-resolution @x391 @x1277 @x1275 false) (or x46$ x52$ x12$ x39$ x8$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
634 |
(let ((@x1282 (unit-resolution @x504 (unit-resolution @x1280 @x708 @x882 @x756 @x913 x46$) $x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
635 |
(let ((@x1284 (unit-resolution @x563 (unit-resolution @x175 @x1282 @x882 @x708 x45$) $x553))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
636 |
(let ((@x1286 (unit-resolution @x498 (unit-resolution @x1280 @x708 @x882 @x756 @x913 x46$) $x495))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
637 |
(let ((@x1289 (unit-resolution @x779 (unit-resolution @x584 (unit-resolution @x193 @x1286 @x1285 x47$) $x580) x24$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
638 |
(let ((@x1291 (unit-resolution @x289 (unit-resolution @x642 @x1289 $x623) @x1217 @x1284 x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
639 |
(let (($x564 (or $x538 $x482))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
640 |
(let ((@x565 (asserted $x564))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
641 |
(let ((@x1293 (unit-resolution @x565 (unit-resolution @x175 @x1282 @x882 @x708 x45$) $x538))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
642 |
(let ((@x1295 (unit-resolution @x325 (unit-resolution (asserted (or $x609 $x610)) @x1291 $x610) @x1224 x26$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
643 |
(let ((@x1300 (unit-resolution @x590 (unit-resolution @x307 (unit-resolution @x662 @x1295 $x657) x54$) $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
644 |
(let ((@x1301 (unit-resolution @x269 @x1300 (unit-resolution (asserted (or $x609 $x595)) @x1291 $x595) (unit-resolution @x664 @x1295 $x596) x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
645 |
(let ((@x1303 (unit-resolution @x222 (unit-resolution @x527 @x1301 $x524) @x1293 (unit-resolution @x616 @x1291 $x539) x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
646 |
(let ((@x1306 (unit-resolution @x594 (unit-resolution @x307 (unit-resolution @x662 @x1295 $x657) x54$) $x517))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
647 |
(let ((@x1308 (unit-resolution @x202 (unit-resolution (asserted (or $x525 $x516)) @x1301 $x516) @x1306 x42$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
648 |
(let ((@x1310 (unit-resolution @x155 (unit-resolution @x448 @x1308 $x445) (unit-resolution @x535 @x1301 $x454) (unit-resolution @x476 @x1303 $x453) x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
649 |
(let ((@x1312 (unit-resolution @x725 (unit-resolution (asserted (or $x446 $x375)) @x1308 $x375) x5$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
650 |
(let ((@x1315 (lemma (unit-resolution @x391 @x1312 @x1310 false) (or x39$ x12$ x41$ x52$ x8$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
651 |
(let ((@x1317 (unit-resolution @x421 (unit-resolution @x1315 @x1285 @x882 @x756 @x913 x39$) $x356))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
652 |
(let ((@x1321 (unit-resolution @x77 (unit-resolution @x368 (unit-resolution @x67 @x1317 @x845 x3$) $x363) x35$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
653 |
(let ((@x1323 (unit-resolution @x128 (unit-resolution @x444 @x1321 $x424) @x913 (unit-resolution @x370 (unit-resolution @x67 @x1317 @x845 x3$) $x364) x40$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
654 |
(let ((@x1327 (unit-resolution @x1246 (unit-resolution @x193 (unit-resolution @x502 @x1323 $x495) @x1285 x47$) (unit-resolution @x506 @x1323 $x496) @x756 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
655 |
(let ((@x1330 (unit-resolution (lemma @x1327 (or x41$ x52$ x8$ x2$ x12$)) @x845 @x913 @x756 @x882 x41$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
656 |
(let ((@x1334 (unit-resolution @x366 (unit-resolution @x77 (unit-resolution @x442 @x1330 $x371) x4$) $x364))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
657 |
(let ((@x1335 (unit-resolution @x128 @x1334 @x913 (unit-resolution @x440 @x1330 $x424) x40$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
658 |
(let ((@x1337 (unit-resolution @x368 (unit-resolution @x77 (unit-resolution @x442 @x1330 $x371) x4$) $x355))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
659 |
(let ((@x1340 (unit-resolution @x1280 (unit-resolution @x421 (unit-resolution @x67 @x1337 @x845 x33$) $x411) (unit-resolution @x506 @x1335 $x496) @x882 @x756 @x913 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
660 |
(let ((@x1343 (unit-resolution (lemma @x1340 (or x2$ x12$ x52$ x8$)) @x913 @x756 @x882 x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
661 |
(let ((@x1345 (unit-resolution @x706 (unit-resolution @x352 @x1343 $x335) x31$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
662 |
(let (($x451 (or $x446 $x375))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
663 |
(let ((@x452 (asserted $x451))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
664 |
(let ((@x1348 (unit-resolution @x452 (unit-resolution @x725 (unit-resolution @x395 @x1345 $x374) x36$) $x446))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
665 |
(let ((@x1349 (unit-resolution @x450 (unit-resolution @x725 (unit-resolution @x395 @x1345 $x374) x36$) $x445))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
666 |
(let ((@x1354 (unit-resolution @x419 (unit-resolution @x1280 @x1210 @x882 @x756 @x913 x39$) $x396))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
667 |
(let ((@x1355 (unit-resolution @x108 @x1354 (unit-resolution @x350 @x1343 $x348) (unit-resolution @x389 @x1345 $x382) x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
668 |
(let ((@x1357 (unit-resolution @x155 (unit-resolution @x480 @x1355 $x453) (unit-resolution @x393 @x1345 $x383) @x1349 x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
669 |
(let ((@x1360 (unit-resolution @x594 (unit-resolution @x202 (unit-resolution @x537 @x1357 $x516) @x1348 x48$) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
670 |
(let ((@x1364 (unit-resolution @x1154 (unit-resolution @x478 @x1355 $x468) @x1345 (unit-resolution @x480 @x1355 $x453) x17$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
671 |
(let (($x560 (or $x553 $x538))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
672 |
(let ((@x561 (asserted $x560))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
673 |
(let ((@x1367 (unit-resolution @x582 (unit-resolution @x771 @x1364 @x882 @x1247 @x756 x19$) $x580))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
674 |
(let ((@x1370 (unit-resolution @x289 (unit-resolution @x642 (unit-resolution @x779 @x1367 x24$) $x623) @x1217 (unit-resolution @x561 @x1364 $x553) x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
675 |
(let (($x611 (or $x609 $x610))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
676 |
(let ((@x612 (asserted $x611))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
677 |
(let ((@x1372 (unit-resolution @x325 (unit-resolution @x612 @x1370 $x610) (unit-resolution @x662 (unit-resolution @x307 @x1360 x25$) $x660) @x1224 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
678 |
(let ((@x1384 (unit-resolution (lemma @x1372 (or x46$ x12$ x52$ x8$)) @x913 @x756 @x882 x46$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
679 |
(let ((@x1376 (unit-resolution (lemma @x891 (or $x610 x47$ x19$ x52$)) @x974 (unit-resolution (asserted (or $x566 $x496)) (hypothesis x46$) $x566) @x756 $x610))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
680 |
(let ((@x1379 (unit-resolution @x594 (unit-resolution @x844 @x974 (hypothesis x46$) x48$) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
681 |
(let ((@x1381 (unit-resolution @x662 (unit-resolution @x307 @x1379 x25$) (unit-resolution @x325 @x1376 @x1224 x26$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
682 |
(let ((@x1383 (lemma @x1381 (or x47$ x52$ $x496)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
683 |
(let (($x512 (or $x509 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
684 |
(let ((@x513 (asserted $x512))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
685 |
(let ((@x1387 (unit-resolution @x1315 (unit-resolution @x513 (unit-resolution @x1383 @x1384 @x756 x47$) $x438) @x882 @x756 @x913 x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
686 |
(let ((@x1389 (unit-resolution @x108 (unit-resolution @x419 @x1387 $x396) (unit-resolution @x350 @x1343 $x348) (unit-resolution @x389 @x1345 $x382) x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
687 |
(let ((@x1391 (unit-resolution @x155 (unit-resolution @x480 @x1389 $x453) (unit-resolution @x393 @x1345 $x383) @x1349 x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
688 |
(let ((@x1394 (unit-resolution @x594 (unit-resolution @x202 (unit-resolution @x537 @x1391 $x516) @x1348 x48$) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
689 |
(let ((@x1397 (unit-resolution @x779 (unit-resolution @x584 (unit-resolution @x1383 @x1384 @x756 x47$) $x580) x24$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
690 |
(let ((@x1400 (unit-resolution @x1154 (unit-resolution @x480 @x1389 $x453) @x1345 (unit-resolution @x478 @x1389 $x468) x17$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
691 |
(let ((@x1402 (unit-resolution @x289 (unit-resolution @x561 @x1400 $x553) @x1217 (unit-resolution @x642 @x1397 $x623) x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
692 |
(let ((@x1405 (unit-resolution @x662 (unit-resolution @x325 (unit-resolution @x612 @x1402 $x610) @x1224 x26$) (unit-resolution @x307 @x1394 x25$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
693 |
(let ((@x1440 (unit-resolution (lemma @x1405 (or x8$ x12$ x52$)) @x882 @x756 x8$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
694 |
(let ((@x1411 (unit-resolution @x242 (unit-resolution @x559 (hypothesis x45$) $x552) @x1210 @x756 x19$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
695 |
(let ((@x1414 (unit-resolution @x642 (unit-resolution @x779 (unit-resolution @x582 @x1411 $x580) x24$) $x623))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
696 |
(let ((@x1415 (unit-resolution @x289 @x1414 @x1217 (unit-resolution @x563 (hypothesis x45$) $x553) x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
697 |
(let ((@x1418 (unit-resolution @x662 (unit-resolution @x325 (unit-resolution @x612 @x1415 $x610) @x1224 x26$) $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
698 |
(let ((@x1421 (unit-resolution @x664 (unit-resolution @x325 (unit-resolution @x612 @x1415 $x610) @x1224 x26$) $x596))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
699 |
(let ((@x1424 (unit-resolution @x269 (unit-resolution @x590 (unit-resolution @x307 @x1418 x54$) $x587) (unit-resolution (asserted (or $x609 $x595)) @x1415 $x595) @x1421 x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
700 |
(let (($x532 (or $x525 $x516))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
701 |
(let ((@x533 (asserted $x532))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
702 |
(let ((@x1426 (unit-resolution @x202 (unit-resolution @x533 @x1424 $x516) (unit-resolution @x594 (unit-resolution @x307 @x1418 x54$) $x517) x42$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
703 |
(let ((@x1432 (unit-resolution @x222 (unit-resolution @x527 @x1424 $x524) (unit-resolution @x565 (hypothesis x45$) $x538) (unit-resolution @x616 @x1415 $x539) x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
704 |
(let ((@x1434 (unit-resolution @x155 (unit-resolution @x476 @x1432 $x453) (unit-resolution @x535 @x1424 $x454) (unit-resolution @x448 @x1426 $x445) x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
705 |
(let ((@x1437 (unit-resolution @x391 (unit-resolution @x725 (unit-resolution @x452 @x1426 $x375) x5$) @x1434 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
706 |
(let ((@x1444 (unit-resolution @x175 (unit-resolution (lemma @x1437 (or $x482 x46$ x52$)) @x1210 @x756 $x482) @x882 (unit-resolution @x413 @x1440 $x411) x13$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
707 |
(let ((@x1447 (unit-resolution @x442 (unit-resolution @x193 (unit-resolution @x500 @x1444 $x495) @x1247 x41$) $x371))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
708 |
(let ((@x1450 (unit-resolution @x67 (unit-resolution @x368 (unit-resolution @x77 @x1447 x4$) $x355) (unit-resolution @x417 @x1440 $x356) x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
709 |
(let ((@x1452 (unit-resolution @x706 (unit-resolution @x352 @x1450 $x335) x31$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
710 |
(let ((@x1455 (unit-resolution @x452 (unit-resolution @x725 (unit-resolution @x395 @x1452 $x374) x36$) $x446))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
711 |
(let ((@x1457 (unit-resolution @x1011 (unit-resolution @x368 (unit-resolution @x77 @x1447 x4$) $x355) @x1440 x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
712 |
(let ((@x1459 (unit-resolution @x450 (unit-resolution @x725 (unit-resolution @x395 @x1452 $x374) x36$) $x445))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
713 |
(let ((@x1460 (unit-resolution @x155 @x1459 (unit-resolution @x480 @x1457 $x453) (unit-resolution @x393 @x1452 $x383) x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
714 |
(let ((@x1463 (unit-resolution @x594 (unit-resolution @x202 (unit-resolution @x537 @x1460 $x516) @x1455 x48$) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
715 |
(let ((@x1466 (unit-resolution @x1154 @x1452 (unit-resolution @x478 @x1457 $x468) (unit-resolution @x480 @x1457 $x453) x17$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
716 |
(let ((@x1469 (unit-resolution @x582 (unit-resolution @x771 @x1466 @x882 @x1247 @x756 x19$) $x580))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
717 |
(let ((@x1472 (unit-resolution @x289 (unit-resolution @x642 (unit-resolution @x779 @x1469 x24$) $x623) @x1217 (unit-resolution @x561 @x1466 $x553) x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
718 |
(let ((@x1475 (unit-resolution @x662 (unit-resolution @x325 (unit-resolution @x612 @x1472 $x610) @x1224 x26$) (unit-resolution @x307 @x1463 x25$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
719 |
(let ((@x1478 (unit-resolution (lemma @x1475 (or x46$ x12$ x52$)) @x882 @x756 x46$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
720 |
(let ((@x1480 (unit-resolution @x175 (unit-resolution @x504 @x1478 $x481) @x882 (unit-resolution @x413 @x1440 $x411) x45$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
721 |
(let ((@x1484 (unit-resolution @x779 (unit-resolution @x584 (unit-resolution @x1383 @x1478 @x756 x47$) $x580) x24$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
722 |
(let ((@x1486 (unit-resolution @x289 (unit-resolution @x642 @x1484 $x623) @x1217 (unit-resolution @x563 @x1480 $x553) x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
723 |
(let ((@x1491 (unit-resolution @x664 (unit-resolution @x325 (unit-resolution @x612 @x1486 $x610) @x1224 x26$) $x596))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
724 |
(let ((@x1493 (unit-resolution @x662 (unit-resolution @x325 (unit-resolution @x612 @x1486 $x610) @x1224 x26$) $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
725 |
(let ((@x1496 (unit-resolution @x269 (unit-resolution @x590 (unit-resolution @x307 @x1493 x54$) $x587) (unit-resolution (asserted (or $x609 $x595)) @x1486 $x595) @x1491 x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
726 |
(let ((@x1498 (unit-resolution @x222 (unit-resolution @x527 @x1496 $x524) (unit-resolution @x565 @x1480 $x538) (unit-resolution @x616 @x1486 $x539) x44$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
727 |
(let ((@x1503 (unit-resolution @x202 (unit-resolution @x533 @x1496 $x516) (unit-resolution @x594 (unit-resolution @x307 @x1493 x54$) $x517) x42$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
728 |
(let ((@x1505 (unit-resolution @x155 (unit-resolution @x448 @x1503 $x445) (unit-resolution @x535 @x1496 $x454) (unit-resolution @x476 @x1498 $x453) x37$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
729 |
(let ((@x1508 (unit-resolution @x391 (unit-resolution @x725 (unit-resolution @x452 @x1503 $x375) x5$) @x1505 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
730 |
(let ((@x1576 (unit-resolution @x472 (unit-resolution (lemma @x1508 (or x12$ x52$)) @x756 x12$) $x453))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
731 |
(let ((@x1547 (hypothesis $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
732 |
(let ((@x1557 (unit-resolution @x325 (unit-resolution @x612 (hypothesis x22$) $x610) @x1547 x26$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
733 |
(let ((@x1561 (unit-resolution @x590 (unit-resolution @x307 (unit-resolution @x662 @x1557 $x657) x54$) $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
734 |
(let ((@x1562 (unit-resolution @x269 @x1561 (unit-resolution @x664 @x1557 $x596) (unit-resolution (asserted (or $x609 $x595)) (hypothesis x22$) $x595) x49$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
735 |
(let ((@x1564 (unit-resolution @x594 (unit-resolution @x307 (unit-resolution @x662 @x1557 $x657) x54$) $x517))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
736 |
(let ((@x1512 (unit-resolution @x391 @x738 (unit-resolution @x155 @x830 @x832 @x815 x37$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
737 |
(let ((@x1514 (lemma @x1512 (or $x446 x43$ x11$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
738 |
(let ((@x1567 (unit-resolution @x1514 (unit-resolution @x202 (unit-resolution @x533 @x1562 $x516) @x1564 x42$) (unit-resolution @x535 @x1562 $x454) @x815 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
739 |
(let ((@x1569 (lemma @x1567 (or $x609 x11$ x27$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
740 |
(let ((@x1584 (hypothesis $x446))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
741 |
(let ((@x1587 (unit-resolution @x307 (unit-resolution @x662 (hypothesis x26$) $x657) x54$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
742 |
(let ((@x1590 (unit-resolution @x529 (unit-resolution @x202 (unit-resolution @x594 @x1587 $x517) @x1584 x15$) $x524))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
743 |
(let ((@x1594 (unit-resolution @x533 (unit-resolution @x202 (unit-resolution @x594 @x1587 $x517) @x1584 x15$) $x525))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
744 |
(let ((@x1595 (unit-resolution @x269 @x1594 (unit-resolution @x664 (hypothesis x26$) $x596) (unit-resolution @x590 @x1587 $x587) x21$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
745 |
(let ((@x1596 (unit-resolution @x622 @x1595 (unit-resolution @x222 @x1590 @x1142 @x897 x50$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
746 |
(let ((@x1599 (unit-resolution (lemma @x1596 (or $x660 x44$ x17$ x42$)) @x1584 @x897 @x1142 $x660))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
747 |
(let ((@x1602 (unit-resolution @x222 (unit-resolution @x620 (unit-resolution @x325 @x1599 @x1547 x56$) $x539) @x1142 @x897 x16$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
748 |
(let ((@x1607 (unit-resolution @x592 (unit-resolution @x202 (unit-resolution @x529 @x1602 $x516) @x1584 x48$) $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
749 |
(let ((@x1608 (unit-resolution @x269 @x1607 (unit-resolution @x618 (unit-resolution @x325 @x1599 @x1547 x56$) $x595) (unit-resolution @x527 @x1602 $x525) x55$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
750 |
(let ((@x1609 (unit-resolution @x594 (unit-resolution @x202 (unit-resolution @x529 @x1602 $x516) @x1584 x48$) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
751 |
(let ((@x1613 (lemma (unit-resolution @x666 (unit-resolution @x307 @x1609 x25$) @x1608 false) (or x42$ x44$ x17$ x27$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
752 |
(let ((@x1615 (unit-resolution @x448 (unit-resolution @x1613 @x897 @x1021 @x1547 x42$) $x445))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
753 |
(let ((@x1616 (unit-resolution @x1514 (unit-resolution @x1613 @x897 @x1021 @x1547 x42$) @x889 x43$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
754 |
(let (($x463 (or $x454 $x383))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
755 |
(let ((@x464 (asserted $x463))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
756 |
(let ((@x1618 (unit-resolution @x1075 (unit-resolution @x464 @x1616 $x383) @x1020 @x897 @x1615 x50$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
757 |
(let ((@x1621 (unit-resolution @x662 (unit-resolution @x325 (unit-resolution @x620 @x1618 $x610) @x1547 x26$) $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
758 |
(let ((@x1625 (unit-resolution @x664 (unit-resolution @x325 (unit-resolution @x620 @x1618 $x610) @x1547 x26$) $x596))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
759 |
(let ((@x1626 (unit-resolution @x269 @x1625 (unit-resolution @x622 @x1618 $x595) (unit-resolution @x535 @x1616 $x525) x20$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
760 |
(let ((@x1629 (lemma (unit-resolution @x590 @x1626 (unit-resolution @x307 @x1621 x54$) false) (or x17$ x27$ $x467)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
761 |
(let ((@x1630 (unit-resolution @x1629 @x1224 (unit-resolution (lemma @x1508 (or x12$ x52$)) @x756 x12$) x17$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
762 |
(let ((@x1632 (unit-resolution @x289 (unit-resolution @x561 @x1630 $x553) @x1217 (unit-resolution @x1569 @x1576 @x1224 $x609) x23$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
763 |
(let ((@x1635 (unit-resolution @x584 (unit-resolution @x779 (unit-resolution @x642 @x1632 $x637) x53$) $x509))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
764 |
(let ((@x1637 (unit-resolution @x582 (unit-resolution @x779 (unit-resolution @x642 @x1632 $x637) x53$) $x566))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
765 |
(let ((@x1638 (unit-resolution @x242 @x1637 (unit-resolution @x557 @x1630 $x552) @x756 x46$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
766 |
(let ((@x1640 (lemma (unit-resolution @x1383 @x1638 @x1635 @x756 false) x52$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
767 |
(let (($x647 (or $x638 $x567))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
768 |
(let ((@x648 (asserted $x647))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
769 |
(let ((@x1665 (unit-resolution @x676 (unit-resolution @x797 (unit-resolution @x648 @x1640 $x638) x28$) $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
770 |
(let ((@x1668 (unit-resolution (unit-resolution @x1569 @x1665 (or $x609 x11$)) @x815 $x609))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
771 |
(let ((@x1669 (unit-resolution @x678 (unit-resolution @x797 (unit-resolution @x648 @x1640 $x638) x28$) $x624))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
772 |
(let ((@x1671 (unit-resolution @x289 (unit-resolution (asserted (or $x623 $x567)) @x1640 $x623) @x1669 (or x22$ x51$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
773 |
(let ((@x1673 (unit-resolution @x563 (unit-resolution @x1671 @x1668 x51$) $x482))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
774 |
(let ((@x1676 (unit-resolution (unit-resolution @x1629 @x1665 (or x17$ $x467)) @x897 $x467))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
775 |
(let ((@x1650 (unit-resolution @x77 (unit-resolution @x368 (hypothesis x3$) $x363) x35$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
776 |
(let ((@x1579 (unit-resolution @x779 (unit-resolution (asserted (or $x637 $x567)) @x1640 $x637) x53$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
777 |
(let ((@x1580 (unit-resolution @x584 @x1579 $x509))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
778 |
(let ((@x1653 (unit-resolution (unit-resolution @x193 @x1580 (or x14$ x41$)) (unit-resolution @x442 @x1650 $x438) x14$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
779 |
(let ((@x1655 (unit-resolution @x175 (unit-resolution @x500 @x1653 $x481) @x882 @x998 x39$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
780 |
(let ((@x1659 (unit-resolution @x128 (unit-resolution @x502 @x1653 $x425) (unit-resolution @x444 @x1650 $x424) (unit-resolution @x370 (hypothesis x3$) $x364) x8$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
781 |
(let ((@x1662 (lemma (unit-resolution @x413 @x1659 @x1655 false) (or $x355 x12$ x45$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
782 |
(let ((@x1574 (unit-resolution (unit-resolution @x1090 @x1580 (or $x481 x8$)) (unit-resolution @x1011 @x942 @x853 $x410) $x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
783 |
(let ((@x1581 (unit-resolution @x419 (unit-resolution @x175 @x1574 @x882 @x998 x39$) $x396))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
784 |
(let ((@x1582 (unit-resolution @x421 (unit-resolution @x175 @x1574 @x882 @x998 x39$) $x356))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
785 |
(let ((@x1642 (unit-resolution @x108 (unit-resolution @x350 (unit-resolution @x67 @x1582 @x942 x2$) $x348) @x1581 @x853 x6$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
786 |
(let ((@x1644 (unit-resolution @x706 (unit-resolution @x352 (unit-resolution @x67 @x1582 @x942 x2$) $x335) x31$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
787 |
(let ((@x1647 (lemma (unit-resolution @x389 @x1644 @x1642 false) (or x3$ x38$ x12$ x45$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
788 |
(let ((@x1678 (unit-resolution @x1647 (unit-resolution @x1662 @x1673 @x1676 $x355) @x1676 @x1673 x38$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
789 |
(let ((@x1681 (unit-resolution @x706 (unit-resolution @x1154 (unit-resolution @x478 @x1678 $x468) @x897 @x815 $x336) x1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
790 |
(let ((@x1683 (unit-resolution @x67 (unit-resolution @x352 @x1681 $x347) (unit-resolution @x1662 @x1673 @x1676 $x355) x33$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
791 |
(let ((@x1686 (unit-resolution (unit-resolution @x1090 @x1580 (or $x481 x8$)) (unit-resolution @x417 @x1683 $x410) $x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
792 |
(let ((@x1687 (unit-resolution @x175 @x1686 (unit-resolution @x421 @x1683 $x411) @x1676 @x1673 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
793 |
(let ((@x1691 (unit-resolution @x480 (unit-resolution (lemma @x1687 (or x11$ x17$)) @x897 x11$) $x397))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
794 |
(let ((@x1692 (unit-resolution @x476 (unit-resolution (lemma @x1687 (or x11$ x17$)) @x897 x11$) $x468))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
795 |
(let ((@x1695 (unit-resolution (unit-resolution @x1613 @x1665 (or x42$ x44$ x17$)) @x1692 @x897 x42$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
796 |
(let ((@x1700 (unit-resolution (unit-resolution @x769 @x1580 (or $x374 x45$ x12$ x38$)) (unit-resolution @x725 (unit-resolution @x452 @x1695 $x375) x5$) @x1676 @x1691 x45$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
797 |
(let ((@x1702 (unit-resolution @x1671 (unit-resolution @x563 @x1700 $x553) x22$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
798 |
(let ((@x1705 (unit-resolution (unit-resolution @x325 @x1665 (or x26$ x56$)) (unit-resolution @x612 @x1702 $x610) x26$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
799 |
(let ((@x1709 (unit-resolution @x222 (unit-resolution @x616 @x1702 $x539) @x897 @x1692 x16$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
800 |
(let ((@x1713 (unit-resolution @x269 (unit-resolution @x664 @x1705 $x596) (unit-resolution (asserted (or $x609 $x595)) @x1702 $x595) (unit-resolution @x527 @x1709 $x525) x20$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
801 |
(let ((@x1714 (unit-resolution @x590 @x1713 (unit-resolution @x307 (unit-resolution @x662 @x1705 $x657) x54$) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
802 |
(let ((@x1715 (lemma @x1714 x17$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
803 |
(let ((@x1718 (unit-resolution (unit-resolution @x1569 @x1665 (or $x609 x11$)) (unit-resolution @x1671 (unit-resolution @x561 @x1715 $x553) x22$) x11$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
804 |
(let ((@x1722 (unit-resolution @x1662 (unit-resolution @x472 @x1718 $x467) (unit-resolution @x565 @x1715 $x482) $x355))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
805 |
(unit-resolution @x1647 @x1722 (unit-resolution @x472 @x1718 $x467) (unit-resolution @x565 @x1715 $x482) (unit-resolution @x480 @x1718 $x397) false))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
806 |
|
73389 | 807 |
53d98ae38981e94d40d6d86fc0074ee3a2e0fb7e 38 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
808 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
809 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
810 |
(declare-fun ?v0!0 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
811 |
(declare-fun ?v1!1 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
812 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
813 |
(let (($x48 (p$ ?v0!0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
814 |
(let (($x50 (not $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
815 |
(let (($x63 (not (or $x48 (p$ ?v1!1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
816 |
(let ((@x77 (monotonicity (rewrite (= (not $x50) $x48)) (= (and (not $x50) $x63) (and $x48 $x63))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
817 |
(let (($x57 (not $x50))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
818 |
(let (($x67 (and $x57 $x63))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
819 |
(let (($x41 (forall ((?v0 Int) )(! (let (($x32 (forall ((?v1 Int) )(! (let (($x28 (p$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
820 |
(or (p$ ?v0) $x28)) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
821 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
822 |
(or (not (p$ ?v0)) $x32)) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
823 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
824 |
(let (($x44 (not $x41))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
825 |
(let (($x52 (forall ((?v1 Int) )(! (let (($x28 (p$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
826 |
(let (($x48 (p$ ?v0!0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
827 |
(or $x48 $x28))) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
828 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
829 |
(let ((@x69 (nnf-neg (refl (~ $x57 $x57)) (sk (~ (not $x52) $x63)) (~ (not (or $x50 $x52)) $x67)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
830 |
(let (($x34 (forall ((?v0 Int) )(! (let (($x32 (forall ((?v1 Int) )(! (let (($x28 (p$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
831 |
(or (p$ ?v0) $x28)) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
832 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
833 |
(let (($x28 (p$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
834 |
(=> $x28 $x32))) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
835 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
836 |
(let (($x35 (not $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
837 |
(let (($x32 (forall ((?v1 Int) )(! (let (($x28 (p$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
838 |
(or (p$ ?0) $x28)) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
839 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
840 |
(let ((@x43 (quant-intro (rewrite (= (=> (p$ ?0) $x32) (or (not (p$ ?0)) $x32))) (= $x34 $x41)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
841 |
(let ((@x72 (mp~ (mp (asserted $x35) (monotonicity @x43 (= $x35 $x44)) $x44) (trans (sk (~ $x44 (not (or $x50 $x52)))) @x69 (~ $x44 $x67)) $x67))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
842 |
(let ((@x81 (not-or-elim (and-elim (mp @x72 @x77 (and $x48 $x63)) $x63) $x50))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
843 |
(let ((@x79 (and-elim (mp @x72 @x77 (and $x48 $x63)) $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
844 |
(unit-resolution @x79 @x81 false)))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
845 |
|
73389 | 846 |
e22c0f9d8d283fe65facdddeef75c43b520c8702 53 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
847 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
848 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
849 |
(declare-fun ?v0!0 () A$) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
850 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
851 |
(let (($x517 (forall ((?v0 A$) )(! (let (($x40 (p$ x$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
852 |
(not $x40)) :pattern ( (p$ x$ ?v0) ) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
853 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
854 |
(let (($x44 (p$ x$ c$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
855 |
(let (($x91 (= $x44 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
856 |
(let (($x510 (forall ((?v0 Bool) (?v1 A$) )(! (let (($x29 (p$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
857 |
(= $x29 ?v0)) :pattern ( (p$ ?v0 ?v1) ) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
858 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
859 |
(let (($x36 (forall ((?v0 Bool) (?v1 A$) )(! (let (($x29 (p$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
860 |
(= $x29 ?v0)) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
861 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
862 |
(let ((@x514 (quant-intro (refl (= (= (p$ ?1 ?0) ?1) (= (p$ ?1 ?0) ?1))) (= $x36 $x510)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
863 |
(let ((@x64 (nnf-pos (refl (~ (= (p$ ?1 ?0) ?1) (= (p$ ?1 ?0) ?1))) (~ $x36 $x36)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
864 |
(let (($x31 (forall ((?v0 Bool) (?v1 A$) )(! (let (($x29 (p$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
865 |
(= $x29 ?v0)) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
866 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
867 |
(let ((@x38 (quant-intro (rewrite (= (= (p$ ?1 ?0) ?1) (= (p$ ?1 ?0) ?1))) (= $x31 $x36)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
868 |
(let ((@x515 (mp (mp~ (mp (asserted $x31) @x38 $x36) @x64 $x36) @x514 $x510))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
869 |
(let (($x170 (or (not $x510) $x91))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
870 |
(let ((@x503 ((_ quant-inst x$ c$) $x170))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
871 |
(let (($x73 (p$ x$ ?v0!0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
872 |
(let (($x179 (= $x73 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
873 |
(let (($x85 (or $x73 $x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
874 |
(let (($x81 (not $x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
875 |
(let (($x69 (forall ((?v0 A$) )(! (let (($x40 (p$ x$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
876 |
(not $x40)) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
877 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
878 |
(let (($x84 (or $x69 $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
879 |
(let (($x42 (exists ((?v0 A$) )(! (p$ x$ ?v0) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
880 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
881 |
(let (($x54 (not $x42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
882 |
(let (($x55 (= $x54 $x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
883 |
(let ((@x71 (nnf-neg (refl (~ (not (p$ x$ ?0)) (not (p$ x$ ?0)))) (~ $x54 $x69)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
884 |
(let ((@x88 (nnf-pos @x71 (nnf-neg (sk (~ $x42 $x73)) (~ (not $x54) $x73)) (refl (~ $x44 $x44)) (refl (~ $x81 $x81)) (~ $x55 (and $x85 $x84))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
885 |
(let ((@x53 (monotonicity (rewrite (= (= $x42 $x44) (= $x42 $x44))) (= (not (= $x42 $x44)) (not (= $x42 $x44)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
886 |
(let ((@x59 (trans @x53 (rewrite (= (not (= $x42 $x44)) $x55)) (= (not (= $x42 $x44)) $x55)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
887 |
(let ((@x89 (mp~ (mp (asserted (not (= $x42 $x44))) @x59 $x55) @x88 (and $x85 $x84)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
888 |
(let ((@x92 (and-elim @x89 $x85))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
889 |
(let ((@x484 (unit-resolution (def-axiom (or (not $x179) (not $x73) x$)) (unit-resolution @x92 (hypothesis $x81) $x73) (or (not $x179) x$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
890 |
(let ((@x145 (unit-resolution @x484 (unit-resolution ((_ quant-inst x$ ?v0!0) (or (not $x510) $x179)) @x515 $x179) x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
891 |
(let ((@x147 (unit-resolution (def-axiom (or (not $x91) $x44 (not x$))) (hypothesis $x81) (or (not $x91) (not x$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
892 |
(let ((@x485 (lemma (unit-resolution @x147 @x145 (unit-resolution @x503 @x515 $x91) false) $x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
893 |
(let (($x522 (or $x517 $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
894 |
(let ((@x521 (quant-intro (refl (= (not (p$ x$ ?0)) (not (p$ x$ ?0)))) (= $x69 $x517)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
895 |
(let ((@x525 (mp (and-elim @x89 $x84) (monotonicity @x521 (= $x84 $x522)) $x522))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
896 |
(let (($x160 (or (not $x517) $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
897 |
(let ((@x161 ((_ quant-inst c$) $x160))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
898 |
(unit-resolution @x161 @x485 (unit-resolution @x525 @x485 $x517) false))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
899 |
|
73389 | 900 |
3b83f9f26b0c0bdbb99d25d8249a78edb7dbd8f3 53 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
901 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
902 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
903 |
(declare-fun ?v0!3 () A$) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
904 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
905 |
(let (($x584 (forall ((?v0 A$) )(! (let (($x52 (p$ x$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
906 |
(not $x52)) :pattern ( (p$ x$ ?v0) ) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
907 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
908 |
(let (($x55 (p$ x$ c$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
909 |
(let (($x230 (= $x55 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
910 |
(let (($x561 (forall ((?v0 Bool) (?v1 A$) )(! (let (($x29 (p$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
911 |
(= $x29 ?v0)) :pattern ( (p$ ?v0 ?v1) ) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
912 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
913 |
(let (($x36 (forall ((?v0 Bool) (?v1 A$) )(! (let (($x29 (p$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
914 |
(= $x29 ?v0)) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
915 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
916 |
(let ((@x565 (quant-intro (refl (= (= (p$ ?1 ?0) ?1) (= (p$ ?1 ?0) ?1))) (= $x36 $x561)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
917 |
(let ((@x75 (nnf-pos (refl (~ (= (p$ ?1 ?0) ?1) (= (p$ ?1 ?0) ?1))) (~ $x36 $x36)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
918 |
(let (($x31 (forall ((?v0 Bool) (?v1 A$) )(! (let (($x29 (p$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
919 |
(= $x29 ?v0)) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
920 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
921 |
(let ((@x38 (quant-intro (rewrite (= (= (p$ ?1 ?0) ?1) (= (p$ ?1 ?0) ?1))) (= $x31 $x36)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
922 |
(let ((@x566 (mp (mp~ (mp (asserted $x31) @x38 $x36) @x75 $x36) @x565 $x561))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
923 |
(let (($x220 (or (not $x561) $x230))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
924 |
(let ((@x221 ((_ quant-inst x$ c$) $x220))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
925 |
(let (($x124 (p$ x$ ?v0!3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
926 |
(let (($x141 (= $x124 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
927 |
(let (($x136 (or $x124 $x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
928 |
(let (($x132 (not $x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
929 |
(let (($x120 (forall ((?v0 A$) )(! (let (($x52 (p$ x$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
930 |
(not $x52)) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
931 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
932 |
(let (($x135 (or $x120 $x132))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
933 |
(let (($x54 (exists ((?v0 A$) )(! (p$ x$ ?v0) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
934 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
935 |
(let (($x65 (not $x54))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
936 |
(let (($x66 (= $x65 $x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
937 |
(let ((@x122 (nnf-neg (refl (~ (not (p$ x$ ?0)) (not (p$ x$ ?0)))) (~ $x65 $x120)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
938 |
(let ((@x139 (nnf-pos @x122 (nnf-neg (sk (~ $x54 $x124)) (~ (not $x65) $x124)) (refl (~ $x55 $x55)) (refl (~ $x132 $x132)) (~ $x66 (and $x136 $x135))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
939 |
(let ((@x64 (monotonicity (rewrite (= (= $x54 $x55) (= $x54 $x55))) (= (not (= $x54 $x55)) (not (= $x54 $x55)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
940 |
(let ((@x70 (trans @x64 (rewrite (= (not (= $x54 $x55)) $x66)) (= (not (= $x54 $x55)) $x66)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
941 |
(let ((@x140 (mp~ (mp (asserted (not (= $x54 $x55))) @x70 $x66) @x139 (and $x136 $x135)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
942 |
(let ((@x143 (and-elim @x140 $x136))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
943 |
(let ((@x193 (unit-resolution (def-axiom (or (not $x141) (not $x124) x$)) (unit-resolution @x143 (hypothesis $x132) $x124) (or (not $x141) x$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
944 |
(let ((@x535 (unit-resolution @x193 (unit-resolution ((_ quant-inst x$ ?v0!3) (or (not $x561) $x141)) @x566 $x141) x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
945 |
(let ((@x197 (unit-resolution (def-axiom (or (not $x230) $x55 (not x$))) (hypothesis $x132) (or (not $x230) (not x$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
946 |
(let ((@x199 (lemma (unit-resolution @x197 @x535 (unit-resolution @x221 @x566 $x230) false) $x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
947 |
(let (($x589 (or $x584 $x132))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
948 |
(let ((@x588 (quant-intro (refl (= (not (p$ x$ ?0)) (not (p$ x$ ?0)))) (= $x120 $x584)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
949 |
(let ((@x592 (mp (and-elim @x140 $x135) (monotonicity @x588 (= $x135 $x589)) $x589))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
950 |
(let (($x549 (or (not $x584) $x132))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
951 |
(let ((@x211 ((_ quant-inst c$) $x549))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
952 |
(unit-resolution @x211 @x199 (unit-resolution @x592 @x199 $x584) false))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
953 |
|
73389 | 954 |
c5dafcf16dd97b4d38e39a04bbc990e4ad5fdbd3 26 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
955 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
956 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
957 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
958 |
(let (($x28 (p$ x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
959 |
(let ((@x48 (monotonicity (rewrite (= (=> $x28 (p$ y$)) (or (not $x28) (p$ y$)))) (= (not (=> $x28 (p$ y$))) (not (or (not $x28) (p$ y$))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
960 |
(let ((@x51 (mp (asserted (not (=> $x28 (p$ y$)))) @x48 (not (or (not $x28) (p$ y$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
961 |
(let ((@x49 (not-or-elim @x51 $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
962 |
(let (($x486 (forall ((?v0 A$) )(! (let (($x30 (p$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
963 |
(not $x30)) :pattern ( (p$ ?v0) ) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
964 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
965 |
(let (($x34 (forall ((?v0 A$) )(! (let (($x30 (p$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
966 |
(not $x30)) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
967 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
968 |
(let ((@x490 (quant-intro (refl (= (not (p$ ?0)) (not (p$ ?0)))) (= $x34 $x486)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
969 |
(let (($x31 (exists ((?v0 A$) )(! (p$ ?v0) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
970 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
971 |
(let (($x32 (not $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
972 |
(let ((@x59 (monotonicity (iff-true @x49 (= $x28 true)) (= (ite $x28 $x32 $x34) (ite true $x32 $x34))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
973 |
(let ((@x63 (trans @x59 (rewrite (= (ite true $x32 $x34) $x32)) (= (ite $x28 $x32 $x34) $x32)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
974 |
(let ((@x67 (mp~ (mp (asserted (ite $x28 $x32 $x34)) @x63 $x32) (nnf-neg (refl (~ (not (p$ ?0)) (not (p$ ?0)))) (~ $x32 $x34)) $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
975 |
(let ((@x491 (mp @x67 @x490 $x486))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
976 |
(let (($x42 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
977 |
(let (($x156 (or (not $x486) $x42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
978 |
(let ((@x70 ((_ quant-inst x$) $x156))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
979 |
(unit-resolution @x70 @x491 @x49 false))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
980 |
|
73389 | 981 |
c810fdd7e33dce88857a4a5d351d4d48aeec706d 7 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
982 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
983 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
984 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
985 |
(let ((@x35 (monotonicity (rewrite (= (= 3 3) true)) (= (not (= 3 3)) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
986 |
(let ((@x39 (trans @x35 (rewrite (= (not true) false)) (= (not (= 3 3)) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
987 |
(mp (asserted (not (= 3 3))) @x39 false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
988 |
|
73389 | 989 |
4405deb1e8af2d0b383b4c76fef214640ee54b60 7 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
990 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
991 |
((set-logic AUFLIRA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
992 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
993 |
(let ((@x35 (monotonicity (rewrite (= (= 3.0 3.0) true)) (= (not (= 3.0 3.0)) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
994 |
(let ((@x39 (trans @x35 (rewrite (= (not true) false)) (= (not (= 3.0 3.0)) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
995 |
(mp (asserted (not (= 3.0 3.0))) @x39 false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
996 |
|
73389 | 997 |
9db6968bb918051eba4a8f252eb4d7b31abc0008 9 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
998 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
999 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1000 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1001 |
(let ((@x37 (monotonicity (rewrite (= (+ 3 1) 4)) (= (= (+ 3 1) 4) (= 4 4))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1002 |
(let ((@x41 (trans @x37 (rewrite (= (= 4 4) true)) (= (= (+ 3 1) 4) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1003 |
(let ((@x44 (monotonicity @x41 (= (not (= (+ 3 1) 4)) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1004 |
(let ((@x48 (trans @x44 (rewrite (= (not true) false)) (= (not (= (+ 3 1) 4)) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1005 |
(mp (asserted (not (= (+ 3 1) 4))) @x48 false))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1006 |
|
73389 | 1007 |
4236229b55c8c35ee3fdabff17499992a72bc2e9 16 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1008 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1009 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1010 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1011 |
(let ((?x32 (+ z$ x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1012 |
(let ((?x33 (+ y$ ?x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1013 |
(let ((?x30 (+ y$ z$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1014 |
(let ((?x31 (+ x$ ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1015 |
(let (($x34 (= ?x31 ?x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1016 |
(let (($x35 (not $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1017 |
(let ((@x45 (monotonicity (rewrite (= ?x32 (+ x$ z$))) (= ?x33 (+ y$ (+ x$ z$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1018 |
(let ((@x49 (trans @x45 (rewrite (= (+ y$ (+ x$ z$)) (+ x$ y$ z$))) (= ?x33 (+ x$ y$ z$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1019 |
(let ((@x52 (monotonicity (rewrite (= ?x31 (+ x$ y$ z$))) @x49 (= $x34 (= (+ x$ y$ z$) (+ x$ y$ z$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1020 |
(let ((@x56 (trans @x52 (rewrite (= (= (+ x$ y$ z$) (+ x$ y$ z$)) true)) (= $x34 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1021 |
(let ((@x63 (trans (monotonicity @x56 (= $x35 (not true))) (rewrite (= (not true) false)) (= $x35 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1022 |
(mp (asserted $x35) @x63 false)))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1023 |
|
73389 | 1024 |
edfffa3c123ab0c63cd525084a50aa3c5ed5a484 11 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1025 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1026 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1027 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1028 |
(let ((@x41 (monotonicity (rewrite (= (<= 3 8) true)) (= (ite (<= 3 8) 8 3) (ite true 8 3))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1029 |
(let ((@x45 (trans @x41 (rewrite (= (ite true 8 3) 8)) (= (ite (<= 3 8) 8 3) 8)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1030 |
(let ((@x48 (monotonicity @x45 (= (< 5 (ite (<= 3 8) 8 3)) (< 5 8))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1031 |
(let ((@x52 (trans @x48 (rewrite (= (< 5 8) true)) (= (< 5 (ite (<= 3 8) 8 3)) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1032 |
(let ((@x55 (monotonicity @x52 (= (not (< 5 (ite (<= 3 8) 8 3))) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1033 |
(let ((@x59 (trans @x55 (rewrite (= (not true) false)) (= (not (< 5 (ite (<= 3 8) 8 3))) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1034 |
(mp (asserted (not (< 5 (ite (<= 3 8) 8 3)))) @x59 false))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1035 |
|
73389 | 1036 |
f9514ad0d68d1d07ca6390dfeefcb474eb113622 88 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1037 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1038 |
((set-logic AUFLIRA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1039 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1040 |
(let ((?x44 (* (- 1.0) x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1041 |
(let (($x83 (>= x$ 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1042 |
(let ((?x90 (ite $x83 x$ ?x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1043 |
(let ((?x113 (* (- 1.0) ?x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1044 |
(let ((?x148 (+ x$ ?x113))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1045 |
(let (($x149 (<= ?x148 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1046 |
(let (($x133 (= x$ ?x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1047 |
(let ((?x45 (* (- 1.0) y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1048 |
(let ((?x46 (+ ?x44 ?x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1049 |
(let ((?x29 (+ x$ y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1050 |
(let (($x71 (>= ?x29 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1051 |
(let ((?x78 (ite $x71 ?x29 ?x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1052 |
(let ((?x151 (* (- 1.0) ?x78))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1053 |
(let ((?x179 (+ ?x46 ?x151))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1054 |
(let (($x181 (>= ?x179 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1055 |
(let (($x130 (= ?x46 ?x78))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1056 |
(let (($x72 (not $x71))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1057 |
(let (($x95 (>= y$ 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1058 |
(let (($x96 (not $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1059 |
(let (($x154 (>= (+ ?x29 ?x151) 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1060 |
(let (($x129 (= ?x29 ?x78))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1061 |
(let (($x190 (not $x181))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1062 |
(let ((@x161 (hypothesis $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1063 |
(let ((?x102 (ite $x95 y$ ?x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1064 |
(let ((?x114 (* (- 1.0) ?x102))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1065 |
(let ((?x115 (+ ?x78 ?x113 ?x114))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1066 |
(let (($x116 (<= ?x115 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1067 |
(let (($x121 (not $x116))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1068 |
(let ((?x39 (+ (ite (< x$ 0.0) (- x$) x$) (ite (< y$ 0.0) (- y$) y$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1069 |
(let (($x41 (not (<= (ite (< ?x29 0.0) (- ?x29) ?x29) ?x39)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1070 |
(let (($x36 (< y$ 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1071 |
(let ((?x59 (ite $x36 ?x45 y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1072 |
(let (($x33 (< x$ 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1073 |
(let ((?x54 (ite $x33 ?x44 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1074 |
(let ((?x62 (+ ?x54 ?x59))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1075 |
(let (($x30 (< ?x29 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1076 |
(let ((?x49 (ite $x30 ?x46 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1077 |
(let (($x65 (<= ?x49 ?x62))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1078 |
(let ((@x106 (trans (monotonicity (rewrite (= $x36 $x96)) (= ?x59 (ite $x96 ?x45 y$))) (rewrite (= (ite $x96 ?x45 y$) ?x102)) (= ?x59 ?x102)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1079 |
(let ((@x89 (monotonicity (rewrite (= $x33 (not $x83))) (= ?x54 (ite (not $x83) ?x44 x$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1080 |
(let ((@x94 (trans @x89 (rewrite (= (ite (not $x83) ?x44 x$) ?x90)) (= ?x54 ?x90)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1081 |
(let ((@x82 (trans (monotonicity (rewrite (= $x30 $x72)) (= ?x49 (ite $x72 ?x46 ?x29))) (rewrite (= (ite $x72 ?x46 ?x29) ?x78)) (= ?x49 ?x78)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1082 |
(let ((@x112 (monotonicity @x82 (monotonicity @x94 @x106 (= ?x62 (+ ?x90 ?x102))) (= $x65 (<= ?x78 (+ ?x90 ?x102)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1083 |
(let ((@x120 (trans @x112 (rewrite (= (<= ?x78 (+ ?x90 ?x102)) $x116)) (= $x65 $x116)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1084 |
(let ((@x61 (monotonicity (rewrite (= (- y$) ?x45)) (= (ite $x36 (- y$) y$) ?x59)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1085 |
(let ((@x56 (monotonicity (rewrite (= (- x$) ?x44)) (= (ite $x33 (- x$) x$) ?x54)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1086 |
(let ((@x51 (monotonicity (rewrite (= (- ?x29) ?x46)) (= (ite $x30 (- ?x29) ?x29) ?x49)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1087 |
(let ((@x67 (monotonicity @x51 (monotonicity @x56 @x61 (= ?x39 ?x62)) (= (<= (ite $x30 (- ?x29) ?x29) ?x39) $x65)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1088 |
(let ((@x125 (trans (monotonicity @x67 (= $x41 (not $x65))) (monotonicity @x120 (= (not $x65) $x121)) (= $x41 $x121)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1089 |
(let ((@x126 (mp (asserted $x41) @x125 $x121))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1090 |
(let (($x139 (= y$ ?x102))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1091 |
(let ((@x174 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x139) (<= (+ y$ ?x114) 0.0))) (unit-resolution (def-axiom (or $x96 $x139)) @x161 $x139) (<= (+ y$ ?x114) 0.0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1092 |
(let ((?x150 (+ ?x44 ?x113))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1093 |
(let (($x153 (<= ?x150 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1094 |
(let (($x134 (= ?x44 ?x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1095 |
(let (($x84 (not $x83))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1096 |
(let ((@x159 ((_ th-lemma arith triangle-eq) (or (not $x133) $x149)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1097 |
(let ((@x160 (unit-resolution @x159 (unit-resolution (def-axiom (or $x84 $x133)) (hypothesis $x83) $x133) $x149))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1098 |
(let ((@x164 (unit-resolution ((_ th-lemma arith assign-bounds -1 -1) (or $x71 $x84 $x96)) (hypothesis $x83) @x161 $x71))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1099 |
(let ((@x128 (def-axiom (or $x72 $x129)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1100 |
(let ((@x168 ((_ th-lemma arith triangle-eq) (or (not $x129) $x154)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1101 |
(let ((@x175 ((_ th-lemma arith farkas 1 -1 -1 1) @x174 (unit-resolution @x168 (unit-resolution @x128 @x164 $x129) $x154) @x126 @x160 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1102 |
(let ((@x138 (def-axiom (or $x83 $x134)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1103 |
(let ((@x184 (unit-resolution @x138 (unit-resolution (lemma @x175 (or $x84 $x96)) @x161 $x84) $x134))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1104 |
(let ((@x189 ((_ th-lemma arith farkas 2 -1 -1 1 1) @x161 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x134) $x153)) @x184 $x153) @x174 @x126 (hypothesis $x181) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1105 |
(let ((@x198 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x130) $x181)) (hypothesis $x130) (hypothesis $x190) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1106 |
(let ((@x199 (lemma @x198 (or (not $x130) $x181)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1107 |
(let ((@x201 (unit-resolution @x199 (unit-resolution (lemma @x189 (or $x190 $x96)) @x161 $x190) (not $x130)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1108 |
(let ((@x132 (def-axiom (or $x71 $x130)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1109 |
(let ((@x204 (unit-resolution @x168 (unit-resolution @x128 (unit-resolution @x132 @x201 $x71) $x129) $x154))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1110 |
(let ((@x205 ((_ th-lemma arith farkas 2 1 1 1 1) (unit-resolution (lemma @x175 (or $x84 $x96)) @x161 $x84) (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x134) $x153)) @x184 $x153) @x174 @x126 @x204 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1111 |
(let ((@x206 (lemma @x205 $x96))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1112 |
(let ((@x212 (unit-resolution ((_ th-lemma arith assign-bounds 1 1) (or $x83 $x95 $x72)) (hypothesis $x71) @x206 $x83))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1113 |
(let ((@x136 (def-axiom (or $x84 $x133)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1114 |
(let ((@x216 (unit-resolution @x168 (unit-resolution @x128 (hypothesis $x71) $x129) $x154))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1115 |
(let ((?x147 (+ ?x45 ?x114))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1116 |
(let (($x178 (<= ?x147 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1117 |
(let (($x140 (= ?x45 ?x102))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1118 |
(let ((@x221 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x140) $x178)) (unit-resolution (def-axiom (or $x95 $x140)) @x206 $x140) $x178))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1119 |
(let ((@x222 ((_ th-lemma arith farkas 2 1 1 1 1) @x206 @x221 @x126 @x216 (unit-resolution @x159 (unit-resolution @x136 @x212 $x133) $x149) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1120 |
(let ((@x226 (unit-resolution @x199 (unit-resolution @x132 (lemma @x222 $x72) $x130) $x181))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1121 |
(let ((@x231 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x134) $x153)) (hypothesis $x134) (lemma ((_ th-lemma arith farkas 1 -1 -1 1) @x221 @x126 @x226 (hypothesis $x153) false) (not $x153)) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1122 |
(let ((@x234 (unit-resolution @x136 (unit-resolution @x138 (lemma @x231 (not $x134)) $x83) $x133))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1123 |
((_ th-lemma arith farkas -2 1 -1 -1 1) (unit-resolution @x138 (lemma @x231 (not $x134)) $x83) @x221 @x126 @x226 (unit-resolution @x159 @x234 $x149) false)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1124 |
|
73389 | 1125 |
dfe0238fb899e04c38457f444509fee29d6fc513 12 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1126 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1127 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1128 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1129 |
(let ((?x31 (p$ true))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1130 |
(let (($x29 (< 2 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1131 |
(let ((?x30 (p$ $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1132 |
(let (($x32 (= ?x30 ?x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1133 |
(let ((@x42 (monotonicity (monotonicity (rewrite (= $x29 true)) $x32) (= $x32 (= ?x31 ?x31))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1134 |
(let ((@x49 (monotonicity (trans @x42 (rewrite (= (= ?x31 ?x31) true)) (= $x32 true)) (= (not $x32) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1135 |
(let ((@x53 (trans @x49 (rewrite (= (not true) false)) (= (not $x32) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1136 |
(mp (asserted (not $x32)) @x53 false)))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1137 |
|
73389 | 1138 |
46bed4652ccbc7e1a58c0efb03590e49ee15643a 16 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1139 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1140 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1141 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1142 |
(let (($x33 (< x$ 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1143 |
(let ((?x37 (+ 3 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1144 |
(let (($x40 (<= 4 ?x37))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1145 |
(let (($x43 (or $x40 $x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1146 |
(let (($x46 (not $x43))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1147 |
(let ((@x57 (monotonicity (rewrite (= $x40 (>= x$ 1))) (rewrite (= $x33 (not (>= x$ 1)))) (= $x43 (or (>= x$ 1) (not (>= x$ 1))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1148 |
(let ((@x61 (trans @x57 (rewrite (= (or (>= x$ 1) (not (>= x$ 1))) true)) (= $x43 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1149 |
(let ((@x68 (trans (monotonicity @x61 (= $x46 (not true))) (rewrite (= (not true) false)) (= $x46 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1150 |
(let ((@x42 (monotonicity (rewrite (= (+ x$ 3) ?x37)) (= (<= 4 (+ x$ 3)) $x40)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1151 |
(let ((@x48 (monotonicity (monotonicity @x42 (= (or (<= 4 (+ x$ 3)) $x33) $x43)) (= (not (or (<= 4 (+ x$ 3)) $x33)) $x46)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1152 |
(let ((@x70 (trans @x48 @x68 (= (not (or (<= 4 (+ x$ 3)) $x33)) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1153 |
(mp (asserted (not (or (<= 4 (+ x$ 3)) $x33))) @x70 false)))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1154 |
|
73389 | 1155 |
ef89c4f1b53c97f5cf2e25105c9bb8f92779adb7 18 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1156 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1157 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1158 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1159 |
(let (($x51 (= (+ x$ (* (- 1) y$)) (- 4)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1160 |
(let ((@x45 (monotonicity (rewrite (= (+ x$ 4) (+ 4 x$))) (= (= y$ (+ x$ 4)) (= y$ (+ 4 x$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1161 |
(let ((@x54 (trans @x45 (rewrite (= (= y$ (+ 4 x$)) $x51)) (= (= y$ (+ x$ 4)) $x51)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1162 |
(let ((@x88 (monotonicity (mp (asserted (= y$ (+ x$ 4))) @x54 $x51) (= (>= (+ x$ (* (- 1) y$)) 0) (>= (- 4) 0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1163 |
(let ((@x90 (trans @x88 (rewrite (= (>= (- 4) 0) false)) (= (>= (+ x$ (* (- 1) y$)) 0) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1164 |
(let (($x70 (>= (+ x$ (* (- 1) y$)) 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1165 |
(let ((@x76 (monotonicity (rewrite (= (< 0 (+ (* (- 1) x$) y$)) (not $x70))) (= (not (< 0 (+ (* (- 1) x$) y$))) (not (not $x70)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1166 |
(let ((@x80 (trans @x76 (rewrite (= (not (not $x70)) $x70)) (= (not (< 0 (+ (* (- 1) x$) y$))) $x70)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1167 |
(let (($x64 (< 0 (+ (* (- 1) x$) y$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1168 |
(let (($x67 (not $x64))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1169 |
(let (($x58 (not (< 0 (- y$ x$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1170 |
(let ((@x66 (monotonicity (rewrite (= (- y$ x$) (+ (* (- 1) x$) y$))) (= (< 0 (- y$ x$)) $x64)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1171 |
(let ((@x83 (mp (asserted $x58) (trans (monotonicity @x66 (= $x58 $x67)) @x80 (= $x58 $x70)) $x70))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1172 |
(mp @x83 @x90 false)))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1173 |
|
73389 | 1174 |
77b18cda19c5fffd05747f5d9240aebf138e344d 11 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1175 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1176 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1177 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1178 |
(let ((@x39 (monotonicity (rewrite (= (+ 2 2) 4)) (= (= (+ 2 2) 5) (= 4 5))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1179 |
(let ((@x43 (trans @x39 (rewrite (= (= 4 5) false)) (= (= (+ 2 2) 5) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1180 |
(let ((@x46 (monotonicity @x43 (= (not (= (+ 2 2) 5)) (not false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1181 |
(let ((@x50 (trans @x46 (rewrite (= (not false) true)) (= (not (= (+ 2 2) 5)) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1182 |
(let ((@x53 (monotonicity @x50 (= (not (not (= (+ 2 2) 5))) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1183 |
(let ((@x57 (trans @x53 (rewrite (= (not true) false)) (= (not (not (= (+ 2 2) 5))) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1184 |
(mp (asserted (not (not (= (+ 2 2) 5)))) @x57 false))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1185 |
|
73389 | 1186 |
42e94ca5e1eca47637b565820dbeb8f0c3f0cfbe 19 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1187 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1188 |
((set-logic AUFLIRA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1189 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1190 |
(let ((?x32 (* 7.0 a$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1191 |
(let ((?x29 (* 3.0 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1192 |
(let ((?x33 (+ ?x29 ?x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1193 |
(let (($x43 (>= ?x33 4.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1194 |
(let (($x41 (not $x43))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1195 |
(let ((@x40 (mp (asserted (< ?x33 4.0)) (rewrite (= (< ?x33 4.0) $x41)) $x41))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1196 |
(let ((?x38 (* 2.0 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1197 |
(let (($x48 (<= ?x38 3.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1198 |
(let (($x49 (not $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1199 |
(let ((@x52 (mp (asserted (< 3.0 ?x38)) (rewrite (= (< 3.0 ?x38) $x49)) $x49))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1200 |
(let (($x58 (>= a$ 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1201 |
(let ((@x62 (monotonicity (rewrite (= (< a$ 0.0) (not $x58))) (= (not (< a$ 0.0)) (not (not $x58)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1202 |
(let ((@x66 (trans @x62 (rewrite (= (not (not $x58)) $x58)) (= (not (< a$ 0.0)) $x58)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1203 |
(let ((@x67 (mp (asserted (not (< a$ 0.0))) @x66 $x58))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1204 |
((_ th-lemma arith farkas 7 3/2 1) @x67 @x52 @x40 false))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1205 |
|
73389 | 1206 |
0be06fbd57421bc1e05bb76b65b7d775f798777d 22 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1207 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1208 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1209 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1210 |
(let (($x38 (not false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1211 |
(let (($x34 (<= 0 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1212 |
(let (($x35 (not $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1213 |
(let (($x36 (or $x35 $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1214 |
(let ((?x29 (- 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1215 |
(let ((?x31 (* ?x29 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1216 |
(let ((?x32 (+ y$ ?x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1217 |
(let (($x33 (<= 0 ?x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1218 |
(let (($x37 (or $x33 $x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1219 |
(let (($x39 (= $x37 $x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1220 |
(let (($x40 (not $x39))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1221 |
(let ((@x60 (rewrite (= (or (<= 0 (+ y$ (* (- 1) x$))) true) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1222 |
(let ((@x50 (monotonicity (monotonicity (rewrite (= ?x29 (- 1))) (= ?x31 (* (- 1) x$))) (= ?x32 (+ y$ (* (- 1) x$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1223 |
(let ((@x58 (monotonicity (monotonicity @x50 (= $x33 (<= 0 (+ y$ (* (- 1) x$))))) (rewrite (= $x36 true)) (= $x37 (or (<= 0 (+ y$ (* (- 1) x$))) true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1224 |
(let ((@x67 (monotonicity (trans @x58 @x60 (= $x37 true)) (rewrite (= $x38 true)) (= $x39 (= true true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1225 |
(let ((@x71 (trans @x67 (rewrite (= (= true true) true)) (= $x39 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1226 |
(let ((@x78 (trans (monotonicity @x71 (= $x40 (not true))) (rewrite (= (not true) false)) (= $x40 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1227 |
(mp (asserted $x40) @x78 false)))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1228 |
|
73389 | 1229 |
d419775b36e6eb4a3ae9788e677f2c6bd6596508 159 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1230 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1231 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1232 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1233 |
(let (($x44 (= m$ n$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1234 |
(let ((@x480 (symm (commutativity (= $x44 (= n$ m$))) (= (= n$ m$) $x44)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1235 |
(let (($x40 (= n$ m$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1236 |
(let ((?x102 (* (- 1) m$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1237 |
(let ((?x103 (+ n$ ?x102))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1238 |
(let (($x118 (>= ?x103 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1239 |
(let ((?x78 (* (- 1) n$a))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1240 |
(let ((?x96 (+ m$ ?x78))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1241 |
(let (($x127 (<= ?x96 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1242 |
(let ((?x79 (+ n$ ?x78))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1243 |
(let (($x88 (>= ?x79 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1244 |
(let (($x239 (or $x88 $x127))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1245 |
(let ((@x251 (monotonicity (rewrite (= (and (not $x88) (not $x127)) (not $x239))) (= (not (and (not $x88) (not $x127))) (not (not $x239)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1246 |
(let ((@x271 (trans @x251 (rewrite (= (not (not $x239)) $x239)) (= (not (and (not $x88) (not $x127))) $x239)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1247 |
(let (($x128 (not $x127))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1248 |
(let (($x87 (not $x88))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1249 |
(let (($x143 (and $x87 $x128))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1250 |
(let (($x210 (not $x143))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1251 |
(let (($x50 (= n$a m$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1252 |
(let (($x57 (and $x50 $x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1253 |
(let (($x80 (<= ?x79 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1254 |
(let (($x81 (not $x80))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1255 |
(let (($x33 (= m$ n$a))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1256 |
(let (($x84 (and $x33 $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1257 |
(let (($x91 (and $x44 $x87))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1258 |
(let (($x95 (>= ?x96 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1259 |
(let (($x94 (not $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1260 |
(let (($x99 (and $x94 $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1261 |
(let (($x48 (= n$a n$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1262 |
(let (($x104 (<= ?x103 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1263 |
(let (($x105 (not $x104))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1264 |
(let (($x108 (and $x105 $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1265 |
(let (($x111 (and $x105 $x87))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1266 |
(let (($x114 (and $x50 $x105))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1267 |
(let (($x117 (not $x118))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1268 |
(let (($x121 (and $x48 $x117))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1269 |
(let (($x124 (and $x81 $x117))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1270 |
(let (($x131 (and $x128 $x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1271 |
(let (($x134 (and $x128 $x105))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1272 |
(let (($x137 (and $x40 $x94))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1273 |
(let (($x38 (= n$ n$a))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1274 |
(let (($x140 (and $x38 $x128))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1275 |
(let (($x146 (and $x117 $x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1276 |
(let (($x149 (and $x117 $x94))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1277 |
(let (($x197 (or $x149 $x146 $x143 $x140 $x137 $x134 $x131 $x124 $x121 $x114 $x111 $x108 $x99 $x91 $x84 $x57))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1278 |
(let (($x60 (or (and (< m$ n$a) (< n$a n$)) (or (and $x44 (< n$ n$a)) (or (and $x33 (< n$a n$)) $x57))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1279 |
(let (($x62 (or (and (< m$ n$) (< n$ n$a)) (or (and (< m$ n$) $x48) $x60)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1280 |
(let (($x65 (or (and (< n$a n$) (< n$ m$)) (or (and $x48 (< n$ m$)) (or (and $x50 (< m$ n$)) $x62))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1281 |
(let (($x67 (or (and (< n$a m$) (< m$ n$)) (or (and (< n$a m$) $x44) $x65)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1282 |
(let (($x70 (or (and (< n$ n$a) (< n$a m$)) (or (and $x38 (< n$a m$)) (or (and $x40 (< m$ n$a)) $x67))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1283 |
(let (($x72 (or (and (< n$ m$) (< m$ n$a)) (or (and (< n$ m$) $x33) $x70)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1284 |
(let (($x73 (not $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1285 |
(let (($x170 (or $x121 (or $x114 (or $x111 (or $x108 (or $x99 (or $x91 (or $x84 $x57))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1286 |
(let (($x191 (or $x146 (or $x143 (or $x140 (or $x137 (or $x134 (or $x131 (or $x124 $x170))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1287 |
(let (($x189 (= $x70 (or $x143 (or $x140 (or $x137 (or $x134 (or $x131 (or $x124 $x170))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1288 |
(let (($x186 (= (or (and $x38 (< n$a m$)) (or (and $x40 (< m$ n$a)) $x67)) (or $x140 (or $x137 (or $x134 (or $x131 (or $x124 $x170)))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1289 |
(let (($x183 (= (or (and $x40 (< m$ n$a)) $x67) (or $x137 (or $x134 (or $x131 (or $x124 $x170))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1290 |
(let (($x171 (= (or (and $x48 (< n$ m$)) (or (and $x50 (< m$ n$)) $x62)) $x170))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1291 |
(let (($x168 (= (or (and $x50 (< m$ n$)) $x62) (or $x114 (or $x111 (or $x108 (or $x99 (or $x91 (or $x84 $x57))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1292 |
(let (($x162 (= (or (and (< m$ n$) $x48) $x60) (or $x108 (or $x99 (or $x91 (or $x84 $x57))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1293 |
(let (($x156 (= (or (and $x44 (< n$ n$a)) (or (and $x33 (< n$a n$)) $x57)) (or $x91 (or $x84 $x57))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1294 |
(let ((@x83 (rewrite (= (< n$a n$) $x81)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1295 |
(let ((@x154 (monotonicity (monotonicity @x83 (= (and $x33 (< n$a n$)) $x84)) (= (or (and $x33 (< n$a n$)) $x57) (or $x84 $x57))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1296 |
(let ((@x90 (rewrite (= (< n$ n$a) $x87)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1297 |
(let ((@x157 (monotonicity (monotonicity @x90 (= (and $x44 (< n$ n$a)) $x91)) @x154 $x156))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1298 |
(let ((@x98 (rewrite (= (< m$ n$a) $x94)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1299 |
(let ((@x101 (monotonicity @x98 @x83 (= (and (< m$ n$a) (< n$a n$)) $x99)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1300 |
(let ((@x160 (monotonicity @x101 @x157 (= $x60 (or $x99 (or $x91 (or $x84 $x57))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1301 |
(let ((@x107 (rewrite (= (< m$ n$) $x105)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1302 |
(let ((@x163 (monotonicity (monotonicity @x107 (= (and (< m$ n$) $x48) $x108)) @x160 $x162))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1303 |
(let ((@x113 (monotonicity @x107 @x90 (= (and (< m$ n$) (< n$ n$a)) $x111)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1304 |
(let ((@x166 (monotonicity @x113 @x163 (= $x62 (or $x111 (or $x108 (or $x99 (or $x91 (or $x84 $x57))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1305 |
(let ((@x169 (monotonicity (monotonicity @x107 (= (and $x50 (< m$ n$)) $x114)) @x166 $x168))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1306 |
(let ((@x120 (rewrite (= (< n$ m$) $x117)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1307 |
(let ((@x172 (monotonicity (monotonicity @x120 (= (and $x48 (< n$ m$)) $x121)) @x169 $x171))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1308 |
(let ((@x126 (monotonicity @x83 @x120 (= (and (< n$a n$) (< n$ m$)) $x124)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1309 |
(let ((@x130 (rewrite (= (< n$a m$) $x128)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1310 |
(let ((@x178 (monotonicity (monotonicity @x130 (= (and (< n$a m$) $x44) $x131)) (monotonicity @x126 @x172 (= $x65 (or $x124 $x170))) (= (or (and (< n$a m$) $x44) $x65) (or $x131 (or $x124 $x170)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1311 |
(let ((@x136 (monotonicity @x130 @x107 (= (and (< n$a m$) (< m$ n$)) $x134)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1312 |
(let ((@x181 (monotonicity @x136 @x178 (= $x67 (or $x134 (or $x131 (or $x124 $x170))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1313 |
(let ((@x184 (monotonicity (monotonicity @x98 (= (and $x40 (< m$ n$a)) $x137)) @x181 $x183))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1314 |
(let ((@x187 (monotonicity (monotonicity @x130 (= (and $x38 (< n$a m$)) $x140)) @x184 $x186))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1315 |
(let ((@x145 (monotonicity @x90 @x130 (= (and (< n$ n$a) (< n$a m$)) $x143)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1316 |
(let ((@x193 (monotonicity (monotonicity @x120 (= (and (< n$ m$) $x33) $x146)) (monotonicity @x145 @x187 $x189) (= (or (and (< n$ m$) $x33) $x70) $x191)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1317 |
(let ((@x151 (monotonicity @x120 @x98 (= (and (< n$ m$) (< m$ n$a)) $x149)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1318 |
(let ((@x201 (trans (monotonicity @x151 @x193 (= $x72 (or $x149 $x191))) (rewrite (= (or $x149 $x191) $x197)) (= $x72 $x197)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1319 |
(let ((@x205 (mp (asserted $x73) (monotonicity @x201 (= $x73 (not $x197))) (not $x197)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1320 |
(let ((@x272 (mp (not-or-elim @x205 $x210) @x271 $x239))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1321 |
(let (($x273 (not $x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1322 |
(let (($x274 (or $x273 $x127))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1323 |
(let ((@x280 (monotonicity (rewrite (= $x140 (not $x274))) (= (not $x140) (not (not $x274)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1324 |
(let ((@x284 (trans @x280 (rewrite (= (not (not $x274)) $x274)) (= (not $x140) $x274)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1325 |
(let ((@x285 (mp (not-or-elim @x205 (not $x140)) @x284 $x274))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1326 |
(let (($x286 (not $x40))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1327 |
(let (($x311 (not $x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1328 |
(let ((@x434 (hypothesis $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1329 |
(let (($x386 (or $x95 $x80))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1330 |
(let ((@x392 (monotonicity (rewrite (= $x99 (not $x386))) (= (not $x99) (not (not $x386)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1331 |
(let ((@x396 (trans @x392 (rewrite (= (not (not $x386)) $x386)) (= (not $x99) $x386)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1332 |
(let ((@x397 (mp (not-or-elim @x205 (not $x99)) @x396 $x386))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1333 |
(let (($x246 (not $x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1334 |
(let (($x410 (or $x246 $x80))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1335 |
(let ((@x416 (monotonicity (rewrite (= $x84 (not $x410))) (= (not $x84) (not (not $x410)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1336 |
(let ((@x420 (trans @x416 (rewrite (= (not (not $x410)) $x410)) (= (not $x84) $x410)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1337 |
(let ((@x421 (mp (not-or-elim @x205 (not $x84)) @x420 $x410))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1338 |
(let ((@x439 ((_ th-lemma arith triangle-eq) (or $x33 $x128 $x94)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1339 |
(let ((@x440 (unit-resolution @x439 (unit-resolution @x421 @x434 $x246) (unit-resolution @x397 @x434 $x95) $x128))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1340 |
(let (($x312 (or $x127 $x311))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1341 |
(let ((@x318 (monotonicity (rewrite (= $x131 (not $x312))) (= (not $x131) (not (not $x312)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1342 |
(let ((@x322 (trans @x318 (rewrite (= (not (not $x312)) $x312)) (= (not $x131) $x312)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1343 |
(let ((@x323 (mp (not-or-elim @x205 (not $x131)) @x322 $x312))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1344 |
(let ((@x450 (mp (unit-resolution @x323 @x440 $x311) (monotonicity (commutativity (= $x44 $x40)) (= $x311 $x286)) $x286))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1345 |
(let (($x324 (or $x80 $x118))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1346 |
(let ((@x330 (monotonicity (rewrite (= $x124 (not $x324))) (= (not $x124) (not (not $x324)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1347 |
(let ((@x334 (trans @x330 (rewrite (= (not (not $x324)) $x324)) (= (not $x124) $x324)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1348 |
(let ((@x335 (mp (not-or-elim @x205 (not $x124)) @x334 $x324))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1349 |
(let (($x299 (or $x127 $x104))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1350 |
(let ((@x305 (monotonicity (rewrite (= $x134 (not $x299))) (= (not $x134) (not (not $x299)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1351 |
(let ((@x309 (trans @x305 (rewrite (= (not (not $x299)) $x299)) (= (not $x134) $x299)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1352 |
(let ((@x310 (mp (not-or-elim @x205 (not $x134)) @x309 $x299))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1353 |
(let ((@x444 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x40 $x105 $x117)) (unit-resolution @x310 @x440 $x104) (unit-resolution @x335 @x434 $x118) $x40))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1354 |
(let ((@x459 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x38 $x81 $x87)) (lemma (unit-resolution @x444 @x450 false) $x80) (or $x38 $x87)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1355 |
(let ((@x460 (unit-resolution @x459 (unit-resolution @x285 (hypothesis $x128) $x273) (unit-resolution @x272 (hypothesis $x128) $x88) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1356 |
(let ((@x461 (lemma @x460 $x127))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1357 |
(let (($x254 (or $x118 $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1358 |
(let ((@x262 (monotonicity (rewrite (= $x149 (not $x254))) (= (not $x149) (not (not $x254)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1359 |
(let ((@x256 (trans @x262 (rewrite (= (not (not $x254)) $x254)) (= (not $x149) $x254)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1360 |
(let ((@x257 (mp (not-or-elim @x205 (not $x149)) @x256 $x254))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1361 |
(let (($x247 (or $x118 $x246))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1362 |
(let ((@x259 (monotonicity (rewrite (= $x146 (not $x247))) (= (not $x146) (not (not $x247)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1363 |
(let ((@x245 (trans @x259 (rewrite (= (not (not $x247)) $x247)) (= (not $x146) $x247)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1364 |
(let ((@x238 (mp (not-or-elim @x205 (not $x146)) @x245 $x247))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1365 |
(let ((@x465 (unit-resolution @x439 (unit-resolution @x238 (hypothesis $x117) $x246) (unit-resolution @x257 (hypothesis $x117) $x95) @x461 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1366 |
(let (($x336 (not $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1367 |
(let (($x374 (or $x104 $x336))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1368 |
(let ((@x380 (monotonicity (rewrite (= $x108 (not $x374))) (= (not $x108) (not (not $x374)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1369 |
(let ((@x384 (trans @x380 (rewrite (= (not (not $x374)) $x374)) (= (not $x108) $x374)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1370 |
(let ((@x385 (mp (not-or-elim @x205 (not $x108)) @x384 $x374))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1371 |
(let ((@x475 (mp (unit-resolution @x385 (hypothesis $x105) $x336) (monotonicity (commutativity (= $x48 $x38)) (= $x336 $x273)) $x273))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1372 |
(let (($x362 (or $x104 $x88))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1373 |
(let ((@x368 (monotonicity (rewrite (= $x111 (not $x362))) (= (not $x111) (not (not $x362)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1374 |
(let ((@x372 (trans @x368 (rewrite (= (not (not $x362)) $x362)) (= (not $x111) $x362)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1375 |
(let ((@x373 (mp (not-or-elim @x205 (not $x111)) @x372 $x362))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1376 |
(let ((@x469 (unit-resolution @x459 (unit-resolution @x373 (hypothesis $x105) $x88) $x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1377 |
(let ((@x478 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x40 $x105 $x117)) (lemma (unit-resolution @x469 @x475 false) $x104) (lemma @x465 $x118) $x40))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1378 |
(let (($x287 (or $x286 $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1379 |
(let ((@x293 (monotonicity (rewrite (= $x137 (not $x287))) (= (not $x137) (not (not $x287)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1380 |
(let ((@x297 (trans @x293 (rewrite (= (not (not $x287)) $x287)) (= (not $x137) $x287)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1381 |
(let ((@x298 (mp (not-or-elim @x205 (not $x137)) @x297 $x287))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1382 |
(let ((@x488 (mp (unit-resolution @x439 (unit-resolution @x298 @x478 $x95) @x461 $x33) (symm (commutativity (= $x50 $x33)) (= $x33 $x50)) $x50))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1383 |
(let (($x422 (or (not $x50) $x311))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1384 |
(let ((@x428 (monotonicity (rewrite (= $x57 (not $x422))) (= (not $x57) (not (not $x422)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1385 |
(let ((@x432 (trans @x428 (rewrite (= (not (not $x422)) $x422)) (= (not $x57) $x422)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1386 |
(let ((@x433 (mp (not-or-elim @x205 (not $x57)) @x432 $x422))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1387 |
(unit-resolution @x433 @x488 (mp @x478 @x480 $x44) false))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1388 |
|
73389 | 1389 |
8eb414a6a3d3ad6d5e5412da8fced2ed014e80e6 878 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1390 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1391 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1392 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1393 |
(let ((?x184 (* (- 1) x7$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1394 |
(let (($x363 (>= x7$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1395 |
(let ((?x370 (ite $x363 x7$ ?x184))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1396 |
(let ((?x381 (* (- 1) ?x370))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1397 |
(let ((?x668 (+ x7$ ?x381))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1398 |
(let (($x670 (>= ?x668 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1399 |
(let (($x707 (not $x670))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1400 |
(let ((?x655 (* (- 1) x11$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1401 |
(let ((?x656 (+ x2$ ?x655))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1402 |
(let (($x657 (<= ?x656 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1403 |
(let (($x766 (not $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1404 |
(let (($x92 (= x2$ x11$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1405 |
(let (($x583 (not $x92))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1406 |
(let (($x91 (= x1$ x10$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1407 |
(let ((?x235 (* (- 1) x10$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1408 |
(let ((?x652 (+ x1$ ?x235))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1409 |
(let (($x653 (<= ?x652 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1410 |
(let ((?x133 (* (- 1) x4$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1411 |
(let (($x438 (>= x4$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1412 |
(let ((?x445 (ite $x438 x4$ ?x133))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1413 |
(let ((?x456 (* (- 1) ?x445))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1414 |
(let ((?x677 (+ x4$ ?x456))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1415 |
(let (($x678 (<= ?x677 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1416 |
(let ((?x150 (* (- 1) x5$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1417 |
(let (($x413 (>= x5$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1418 |
(let ((?x420 (ite $x413 x5$ ?x150))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1419 |
(let ((?x431 (* (- 1) ?x420))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1420 |
(let ((?x757 (+ x5$ ?x431))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1421 |
(let (($x776 (>= ?x757 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1422 |
(let (($x604 (= x5$ ?x420))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1423 |
(let (($x313 (>= x10$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1424 |
(let ((?x320 (ite $x313 x10$ ?x235))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1425 |
(let ((?x331 (* (- 1) ?x320))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1426 |
(let ((?x662 (+ x10$ ?x331))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1427 |
(let (($x1381 (<= ?x662 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1428 |
(let (($x644 (= x10$ ?x320))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1429 |
(let (($x645 (= ?x235 ?x320))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1430 |
(let (($x1121 (not $x645))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1431 |
(let ((?x1103 (+ ?x235 ?x331))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1432 |
(let (($x1249 (<= ?x1103 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1433 |
(let (($x1261 (not $x1249))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1434 |
(let ((?x218 (* (- 1) x9$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1435 |
(let (($x288 (>= x9$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1436 |
(let ((?x295 (ite $x288 x9$ ?x218))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1437 |
(let ((?x306 (* (- 1) ?x295))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1438 |
(let ((?x1356 (+ ?x218 ?x306))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1439 |
(let (($x1369 (>= ?x1356 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1440 |
(let (($x637 (= ?x218 ?x295))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1441 |
(let (($x289 (not $x288))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1442 |
(let (($x414 (not $x413))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1443 |
(let ((@x844 (hypothesis $x414))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1444 |
(let (($x388 (>= x6$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1445 |
(let (($x596 (= x4$ ?x445))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1446 |
(let ((@x1078 (hypothesis $x288))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1447 |
(let ((?x201 (* (- 1) x8$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1448 |
(let (($x338 (>= x8$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1449 |
(let ((?x345 (ite $x338 x8$ ?x201))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1450 |
(let ((?x356 (* (- 1) ?x345))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1451 |
(let ((?x665 (+ x8$ ?x356))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1452 |
(let (($x667 (>= ?x665 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1453 |
(let (($x860 (not $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1454 |
(let (($x439 (not $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1455 |
(let ((@x763 (hypothesis $x439))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1456 |
(let ((?x432 (+ x4$ x6$ ?x431))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1457 |
(let (($x611 (>= ?x432 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1458 |
(let (($x433 (= ?x432 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1459 |
(let ((?x332 (+ x9$ x11$ ?x331))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1460 |
(let (($x333 (= ?x332 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1461 |
(let ((?x307 (+ x8$ x10$ ?x306))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1462 |
(let (($x308 (= ?x307 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1463 |
(let ((?x357 (+ x7$ x9$ ?x356))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1464 |
(let (($x358 (= ?x357 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1465 |
(let ((?x382 (+ x6$ x8$ ?x381))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1466 |
(let (($x383 (= ?x382 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1467 |
(let ((?x167 (* (- 1) x6$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1468 |
(let ((?x395 (ite $x388 x6$ ?x167))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1469 |
(let ((?x406 (* (- 1) ?x395))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1470 |
(let ((?x407 (+ x5$ x7$ ?x406))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1471 |
(let (($x408 (= ?x407 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1472 |
(let ((?x457 (+ x3$ x5$ ?x456))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1473 |
(let (($x458 (= ?x457 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1474 |
(let ((?x116 (* (- 1) x3$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1475 |
(let (($x463 (>= x3$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1476 |
(let ((?x470 (ite $x463 x3$ ?x116))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1477 |
(let ((?x481 (* (- 1) ?x470))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1478 |
(let ((?x482 (+ x2$ x4$ ?x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1479 |
(let (($x483 (= ?x482 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1480 |
(let ((?x98 (* (- 1) x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1481 |
(let (($x488 (>= x2$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1482 |
(let ((?x495 (ite $x488 x2$ ?x98))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1483 |
(let ((?x506 (* (- 1) ?x495))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1484 |
(let ((?x507 (+ x3$ x1$ ?x506))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1485 |
(let (($x508 (= ?x507 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1486 |
(let (($x537 (and $x508 $x483 $x458 $x433 $x408 $x383 $x358 $x308 $x333))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1487 |
(let (($x548 (not (or (not $x537) (and $x91 $x92))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1488 |
(let (($x93 (and $x91 $x92))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1489 |
(let (($x83 (and (= x10$ (- (ite (< x9$ 0) (- x9$) x9$) x8$)) (= x11$ (- (ite (< x10$ 0) (- x10$) x10$) x9$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1490 |
(let (($x85 (and (= x8$ (- (ite (< x7$ 0) (- x7$) x7$) x6$)) (and (= x9$ (- (ite (< x8$ 0) (- x8$) x8$) x7$)) $x83)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1491 |
(let (($x87 (and (= x6$ (- (ite (< x5$ 0) (- x5$) x5$) x4$)) (and (= x7$ (- (ite (< x6$ 0) (- x6$) x6$) x5$)) $x85)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1492 |
(let (($x89 (and (= x4$ (- (ite (< x3$ 0) (- x3$) x3$) x2$)) (and (= x5$ (- (ite (< x4$ 0) (- x4$) x4$) x3$)) $x87)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1493 |
(let (($x94 (=> (and (= x3$ (- (ite (< x2$ 0) (- x2$) x2$) x1$)) $x89) $x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1494 |
(let (($x95 (not $x94))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1495 |
(let (($x78 (< x10$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1496 |
(let ((?x238 (ite $x78 ?x235 x10$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1497 |
(let ((?x244 (+ ?x218 ?x238))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1498 |
(let (($x249 (= x11$ ?x244))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1499 |
(let (($x72 (< x9$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1500 |
(let ((?x221 (ite $x72 ?x218 x9$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1501 |
(let ((?x227 (+ ?x201 ?x221))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1502 |
(let (($x232 (= x10$ ?x227))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1503 |
(let (($x252 (and $x232 $x249))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1504 |
(let (($x66 (< x8$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1505 |
(let ((?x204 (ite $x66 ?x201 x8$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1506 |
(let ((?x210 (+ ?x184 ?x204))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1507 |
(let (($x215 (= x9$ ?x210))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1508 |
(let (($x255 (and $x215 $x252))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1509 |
(let (($x60 (< x7$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1510 |
(let ((?x187 (ite $x60 ?x184 x7$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1511 |
(let ((?x193 (+ ?x167 ?x187))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1512 |
(let (($x198 (= x8$ ?x193))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1513 |
(let (($x258 (and $x198 $x255))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1514 |
(let (($x54 (< x6$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1515 |
(let ((?x170 (ite $x54 ?x167 x6$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1516 |
(let ((?x176 (+ ?x150 ?x170))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1517 |
(let (($x181 (= x7$ ?x176))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1518 |
(let (($x261 (and $x181 $x258))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1519 |
(let (($x48 (< x5$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1520 |
(let ((?x153 (ite $x48 ?x150 x5$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1521 |
(let ((?x159 (+ ?x133 ?x153))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1522 |
(let (($x164 (= x6$ ?x159))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1523 |
(let (($x264 (and $x164 $x261))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1524 |
(let (($x42 (< x4$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1525 |
(let ((?x136 (ite $x42 ?x133 x4$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1526 |
(let ((?x142 (+ ?x116 ?x136))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1527 |
(let (($x147 (= x5$ ?x142))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1528 |
(let (($x267 (and $x147 $x264))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1529 |
(let (($x36 (< x3$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1530 |
(let ((?x119 (ite $x36 ?x116 x3$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1531 |
(let ((?x125 (+ ?x98 ?x119))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1532 |
(let (($x130 (= x4$ ?x125))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1533 |
(let (($x270 (and $x130 $x267))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1534 |
(let (($x29 (< x2$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1535 |
(let ((?x101 (ite $x29 ?x98 x2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1536 |
(let ((?x108 (+ (* (- 1) x1$) ?x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1537 |
(let (($x113 (= x3$ ?x108))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1538 |
(let (($x273 (and $x113 $x270))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1539 |
(let (($x280 (or (not $x273) $x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1540 |
(let (($x528 (and $x458 (and $x433 (and $x408 (and $x383 (and $x358 (and $x308 $x333)))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1541 |
(let (($x526 (= $x264 (and $x433 (and $x408 (and $x383 (and $x358 (and $x308 $x333)))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1542 |
(let ((@x319 (monotonicity (rewrite (= $x78 (not $x313))) (= ?x238 (ite (not $x313) ?x235 x10$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1543 |
(let ((@x324 (trans @x319 (rewrite (= (ite (not $x313) ?x235 x10$) ?x320)) (= ?x238 ?x320)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1544 |
(let ((@x330 (monotonicity (monotonicity @x324 (= ?x244 (+ ?x218 ?x320))) (= $x249 (= x11$ (+ ?x218 ?x320)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1545 |
(let ((@x337 (trans @x330 (rewrite (= (= x11$ (+ ?x218 ?x320)) $x333)) (= $x249 $x333)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1546 |
(let ((@x294 (monotonicity (rewrite (= $x72 $x289)) (= ?x221 (ite $x289 ?x218 x9$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1547 |
(let ((@x302 (monotonicity (trans @x294 (rewrite (= (ite $x289 ?x218 x9$) ?x295)) (= ?x221 ?x295)) (= ?x227 (+ ?x201 ?x295))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1548 |
(let ((@x312 (trans (monotonicity @x302 (= $x232 (= x10$ (+ ?x201 ?x295)))) (rewrite (= (= x10$ (+ ?x201 ?x295)) $x308)) (= $x232 $x308)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1549 |
(let ((@x344 (monotonicity (rewrite (= $x66 (not $x338))) (= ?x204 (ite (not $x338) ?x201 x8$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1550 |
(let ((@x349 (trans @x344 (rewrite (= (ite (not $x338) ?x201 x8$) ?x345)) (= ?x204 ?x345)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1551 |
(let ((@x355 (monotonicity (monotonicity @x349 (= ?x210 (+ ?x184 ?x345))) (= $x215 (= x9$ (+ ?x184 ?x345)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1552 |
(let ((@x362 (trans @x355 (rewrite (= (= x9$ (+ ?x184 ?x345)) $x358)) (= $x215 $x358)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1553 |
(let ((@x518 (monotonicity @x362 (monotonicity @x312 @x337 (= $x252 (and $x308 $x333))) (= $x255 (and $x358 (and $x308 $x333)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1554 |
(let ((@x369 (monotonicity (rewrite (= $x60 (not $x363))) (= ?x187 (ite (not $x363) ?x184 x7$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1555 |
(let ((@x374 (trans @x369 (rewrite (= (ite (not $x363) ?x184 x7$) ?x370)) (= ?x187 ?x370)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1556 |
(let ((@x380 (monotonicity (monotonicity @x374 (= ?x193 (+ ?x167 ?x370))) (= $x198 (= x8$ (+ ?x167 ?x370)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1557 |
(let ((@x387 (trans @x380 (rewrite (= (= x8$ (+ ?x167 ?x370)) $x383)) (= $x198 $x383)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1558 |
(let ((@x521 (monotonicity @x387 @x518 (= $x258 (and $x383 (and $x358 (and $x308 $x333))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1559 |
(let ((@x394 (monotonicity (rewrite (= $x54 (not $x388))) (= ?x170 (ite (not $x388) ?x167 x6$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1560 |
(let ((@x399 (trans @x394 (rewrite (= (ite (not $x388) ?x167 x6$) ?x395)) (= ?x170 ?x395)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1561 |
(let ((@x405 (monotonicity (monotonicity @x399 (= ?x176 (+ ?x150 ?x395))) (= $x181 (= x7$ (+ ?x150 ?x395)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1562 |
(let ((@x412 (trans @x405 (rewrite (= (= x7$ (+ ?x150 ?x395)) $x408)) (= $x181 $x408)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1563 |
(let ((@x524 (monotonicity @x412 @x521 (= $x261 (and $x408 (and $x383 (and $x358 (and $x308 $x333)))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1564 |
(let ((@x419 (monotonicity (rewrite (= $x48 $x414)) (= ?x153 (ite $x414 ?x150 x5$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1565 |
(let ((@x427 (monotonicity (trans @x419 (rewrite (= (ite $x414 ?x150 x5$) ?x420)) (= ?x153 ?x420)) (= ?x159 (+ ?x133 ?x420))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1566 |
(let ((@x437 (trans (monotonicity @x427 (= $x164 (= x6$ (+ ?x133 ?x420)))) (rewrite (= (= x6$ (+ ?x133 ?x420)) $x433)) (= $x164 $x433)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1567 |
(let ((@x444 (monotonicity (rewrite (= $x42 $x439)) (= ?x136 (ite $x439 ?x133 x4$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1568 |
(let ((@x452 (monotonicity (trans @x444 (rewrite (= (ite $x439 ?x133 x4$) ?x445)) (= ?x136 ?x445)) (= ?x142 (+ ?x116 ?x445))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1569 |
(let ((@x462 (trans (monotonicity @x452 (= $x147 (= x5$ (+ ?x116 ?x445)))) (rewrite (= (= x5$ (+ ?x116 ?x445)) $x458)) (= $x147 $x458)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1570 |
(let ((@x469 (monotonicity (rewrite (= $x36 (not $x463))) (= ?x119 (ite (not $x463) ?x116 x3$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1571 |
(let ((@x474 (trans @x469 (rewrite (= (ite (not $x463) ?x116 x3$) ?x470)) (= ?x119 ?x470)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1572 |
(let ((@x480 (monotonicity (monotonicity @x474 (= ?x125 (+ ?x98 ?x470))) (= $x130 (= x4$ (+ ?x98 ?x470)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1573 |
(let ((@x487 (trans @x480 (rewrite (= (= x4$ (+ ?x98 ?x470)) $x483)) (= $x130 $x483)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1574 |
(let ((@x533 (monotonicity @x487 (monotonicity @x462 (monotonicity @x437 @x524 $x526) (= $x267 $x528)) (= $x270 (and $x483 $x528))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1575 |
(let ((@x494 (monotonicity (rewrite (= $x29 (not $x488))) (= ?x101 (ite (not $x488) ?x98 x2$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1576 |
(let ((@x499 (trans @x494 (rewrite (= (ite (not $x488) ?x98 x2$) ?x495)) (= ?x101 ?x495)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1577 |
(let ((@x505 (monotonicity (monotonicity @x499 (= ?x108 (+ (* (- 1) x1$) ?x495))) (= $x113 (= x3$ (+ (* (- 1) x1$) ?x495)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1578 |
(let ((@x512 (trans @x505 (rewrite (= (= x3$ (+ (* (- 1) x1$) ?x495)) $x508)) (= $x113 $x508)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1579 |
(let ((@x541 (trans (monotonicity @x512 @x533 (= $x273 (and $x508 (and $x483 $x528)))) (rewrite (= (and $x508 (and $x483 $x528)) $x537)) (= $x273 $x537)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1580 |
(let ((@x547 (monotonicity (monotonicity @x541 (= (not $x273) (not $x537))) (= $x280 (or (not $x537) $x93))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1581 |
(let ((@x240 (monotonicity (rewrite (= (- x10$) ?x235)) (= (ite $x78 (- x10$) x10$) ?x238)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1582 |
(let ((@x243 (monotonicity @x240 (= (- (ite $x78 (- x10$) x10$) x9$) (- ?x238 x9$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1583 |
(let ((@x248 (trans @x243 (rewrite (= (- ?x238 x9$) ?x244)) (= (- (ite $x78 (- x10$) x10$) x9$) ?x244)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1584 |
(let ((@x251 (monotonicity @x248 (= (= x11$ (- (ite $x78 (- x10$) x10$) x9$)) $x249)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1585 |
(let ((@x223 (monotonicity (rewrite (= (- x9$) ?x218)) (= (ite $x72 (- x9$) x9$) ?x221)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1586 |
(let ((@x226 (monotonicity @x223 (= (- (ite $x72 (- x9$) x9$) x8$) (- ?x221 x8$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1587 |
(let ((@x231 (trans @x226 (rewrite (= (- ?x221 x8$) ?x227)) (= (- (ite $x72 (- x9$) x9$) x8$) ?x227)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1588 |
(let ((@x234 (monotonicity @x231 (= (= x10$ (- (ite $x72 (- x9$) x9$) x8$)) $x232)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1589 |
(let ((@x206 (monotonicity (rewrite (= (- x8$) ?x201)) (= (ite $x66 (- x8$) x8$) ?x204)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1590 |
(let ((@x209 (monotonicity @x206 (= (- (ite $x66 (- x8$) x8$) x7$) (- ?x204 x7$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1591 |
(let ((@x214 (trans @x209 (rewrite (= (- ?x204 x7$) ?x210)) (= (- (ite $x66 (- x8$) x8$) x7$) ?x210)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1592 |
(let ((@x217 (monotonicity @x214 (= (= x9$ (- (ite $x66 (- x8$) x8$) x7$)) $x215)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1593 |
(let ((@x257 (monotonicity @x217 (monotonicity @x234 @x251 (= $x83 $x252)) (= (and (= x9$ (- (ite $x66 (- x8$) x8$) x7$)) $x83) $x255)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1594 |
(let ((@x189 (monotonicity (rewrite (= (- x7$) ?x184)) (= (ite $x60 (- x7$) x7$) ?x187)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1595 |
(let ((@x192 (monotonicity @x189 (= (- (ite $x60 (- x7$) x7$) x6$) (- ?x187 x6$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1596 |
(let ((@x197 (trans @x192 (rewrite (= (- ?x187 x6$) ?x193)) (= (- (ite $x60 (- x7$) x7$) x6$) ?x193)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1597 |
(let ((@x200 (monotonicity @x197 (= (= x8$ (- (ite $x60 (- x7$) x7$) x6$)) $x198)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1598 |
(let ((@x172 (monotonicity (rewrite (= (- x6$) ?x167)) (= (ite $x54 (- x6$) x6$) ?x170)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1599 |
(let ((@x175 (monotonicity @x172 (= (- (ite $x54 (- x6$) x6$) x5$) (- ?x170 x5$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1600 |
(let ((@x180 (trans @x175 (rewrite (= (- ?x170 x5$) ?x176)) (= (- (ite $x54 (- x6$) x6$) x5$) ?x176)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1601 |
(let ((@x183 (monotonicity @x180 (= (= x7$ (- (ite $x54 (- x6$) x6$) x5$)) $x181)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1602 |
(let ((@x263 (monotonicity @x183 (monotonicity @x200 @x257 (= $x85 $x258)) (= (and (= x7$ (- (ite $x54 (- x6$) x6$) x5$)) $x85) $x261)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1603 |
(let ((@x155 (monotonicity (rewrite (= (- x5$) ?x150)) (= (ite $x48 (- x5$) x5$) ?x153)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1604 |
(let ((@x158 (monotonicity @x155 (= (- (ite $x48 (- x5$) x5$) x4$) (- ?x153 x4$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1605 |
(let ((@x163 (trans @x158 (rewrite (= (- ?x153 x4$) ?x159)) (= (- (ite $x48 (- x5$) x5$) x4$) ?x159)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1606 |
(let ((@x166 (monotonicity @x163 (= (= x6$ (- (ite $x48 (- x5$) x5$) x4$)) $x164)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1607 |
(let ((@x138 (monotonicity (rewrite (= (- x4$) ?x133)) (= (ite $x42 (- x4$) x4$) ?x136)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1608 |
(let ((@x141 (monotonicity @x138 (= (- (ite $x42 (- x4$) x4$) x3$) (- ?x136 x3$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1609 |
(let ((@x146 (trans @x141 (rewrite (= (- ?x136 x3$) ?x142)) (= (- (ite $x42 (- x4$) x4$) x3$) ?x142)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1610 |
(let ((@x149 (monotonicity @x146 (= (= x5$ (- (ite $x42 (- x4$) x4$) x3$)) $x147)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1611 |
(let ((@x269 (monotonicity @x149 (monotonicity @x166 @x263 (= $x87 $x264)) (= (and (= x5$ (- (ite $x42 (- x4$) x4$) x3$)) $x87) $x267)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1612 |
(let ((@x121 (monotonicity (rewrite (= (- x3$) ?x116)) (= (ite $x36 (- x3$) x3$) ?x119)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1613 |
(let ((@x124 (monotonicity @x121 (= (- (ite $x36 (- x3$) x3$) x2$) (- ?x119 x2$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1614 |
(let ((@x129 (trans @x124 (rewrite (= (- ?x119 x2$) ?x125)) (= (- (ite $x36 (- x3$) x3$) x2$) ?x125)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1615 |
(let ((@x132 (monotonicity @x129 (= (= x4$ (- (ite $x36 (- x3$) x3$) x2$)) $x130)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1616 |
(let ((@x103 (monotonicity (rewrite (= (- x2$) ?x98)) (= (ite $x29 (- x2$) x2$) ?x101)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1617 |
(let ((@x106 (monotonicity @x103 (= (- (ite $x29 (- x2$) x2$) x1$) (- ?x101 x1$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1618 |
(let ((@x112 (trans @x106 (rewrite (= (- ?x101 x1$) ?x108)) (= (- (ite $x29 (- x2$) x2$) x1$) ?x108)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1619 |
(let ((@x115 (monotonicity @x112 (= (= x3$ (- (ite $x29 (- x2$) x2$) x1$)) $x113)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1620 |
(let ((@x275 (monotonicity @x115 (monotonicity @x132 @x269 (= $x89 $x270)) (= (and (= x3$ (- (ite $x29 (- x2$) x2$) x1$)) $x89) $x273)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1621 |
(let ((@x284 (trans (monotonicity @x275 (= $x94 (=> $x273 $x93))) (rewrite (= (=> $x273 $x93) $x280)) (= $x94 $x280)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1622 |
(let ((@x552 (trans (monotonicity @x284 (= $x95 (not $x280))) (monotonicity @x547 (= (not $x280) $x548)) (= $x95 $x548)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1623 |
(let ((@x554 (not-or-elim (mp (asserted $x95) @x552 $x548) $x537))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1624 |
(let ((@x558 (and-elim @x554 $x433))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1625 |
(let ((@x799 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x433) $x611)) @x558 $x611))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1626 |
(let ((?x931 (+ ?x150 ?x431))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1627 |
(let (($x933 (<= ?x931 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1628 |
(let (($x605 (= ?x150 ?x420))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1629 |
(let ((@x1000 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x605) $x933)) (unit-resolution (def-axiom (or $x413 $x605)) @x844 $x605) $x933))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1630 |
(let (($x634 (<= ?x357 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1631 |
(let ((@x561 (and-elim @x554 $x358))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1632 |
(let ((@x857 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x358) $x634)) @x561 $x634))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1633 |
(let (($x620 (= x7$ ?x370))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1634 |
(let ((?x777 (+ ?x167 ?x406))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1635 |
(let (($x780 (<= ?x777 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1636 |
(let (($x613 (= ?x167 ?x395))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1637 |
(let (($x389 (not $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1638 |
(let (($x364 (not $x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1639 |
(let ((@x1027 (hypothesis $x364))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1640 |
(let ((@x1026 (hypothesis $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1641 |
(let (($x619 (>= ?x407 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1642 |
(let ((@x559 (and-elim @x554 $x408))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1643 |
(let ((@x853 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x408) $x619)) @x559 $x619))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1644 |
(let ((?x671 (+ x6$ ?x406))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1645 |
(let (($x936 (<= ?x671 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1646 |
(let (($x612 (= x6$ ?x395))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1647 |
(let ((@x615 (def-axiom (or $x389 $x612)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1648 |
(let ((@x950 ((_ th-lemma arith triangle-eq) (or (not $x612) $x936)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1649 |
(let ((@x1029 (unit-resolution @x950 (unit-resolution @x615 @x1026 $x612) $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1650 |
(let ((@x1032 (lemma ((_ th-lemma arith farkas 1 1 1 1 1) @x1029 @x853 @x1027 @x844 @x1026 false) (or $x363 $x413 $x389)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1651 |
(let ((@x617 (def-axiom (or $x388 $x613)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1652 |
(let ((@x1063 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x613) $x780)) (unit-resolution @x617 (unit-resolution @x1032 @x1027 @x844 $x389) $x613) $x780))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1653 |
(let ((@x1064 ((_ th-lemma arith farkas 1 1 1 1 1) (unit-resolution @x1032 @x1027 @x844 $x389) @x1027 @x853 @x844 @x1063 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1654 |
(let ((@x623 (def-axiom (or $x364 $x620)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1655 |
(let ((@x1087 (unit-resolution @x623 (unit-resolution (lemma @x1064 (or $x363 $x413)) @x844 $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1656 |
(let ((@x926 ((_ th-lemma arith triangle-eq) (or (not $x620) $x670)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1657 |
(let ((@x1088 (unit-resolution @x926 @x1087 $x670))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1658 |
(let (($x626 (<= ?x382 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1659 |
(let ((@x560 (and-elim @x554 $x383))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1660 |
(let ((@x703 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x383) $x626)) @x560 $x626))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1661 |
(let ((@x858 (hypothesis $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1662 |
(let ((@x1104 (lemma ((_ th-lemma arith farkas 1 1 1 1 1 1 1 1 1) @x858 @x703 @x1088 @x857 @x763 @x1000 @x844 @x799 @x1078 false) (or $x438 $x860 $x413 $x289)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1663 |
(let (($x628 (= x8$ ?x345))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1664 |
(let (($x840 (<= ?x668 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1665 |
(let ((@x865 ((_ th-lemma arith triangle-eq) (or (not $x620) $x840)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1666 |
(let ((@x1089 (unit-resolution @x865 @x1087 $x840))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1667 |
(let (($x627 (>= ?x382 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1668 |
(let ((@x835 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x383) $x627)) @x560 $x627))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1669 |
(let ((@x1241 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1) (or $x438 (not $x933) $x413 (not $x611) $x388)) @x763 @x799 @x1000 @x844 $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1670 |
(let ((@x1094 ((_ th-lemma arith assign-bounds 1 1 1 1 1) (or $x338 (not $x627) (not $x840) (not $x936) (not $x619) $x413)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1671 |
(let ((@x1244 (unit-resolution @x1094 (unit-resolution @x950 (unit-resolution @x615 @x1241 $x612) $x936) @x835 @x844 @x1089 @x853 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1672 |
(let ((@x631 (def-axiom (or (not $x338) $x628)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1673 |
(let ((@x1117 ((_ th-lemma arith triangle-eq) (or (not $x628) $x667)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1674 |
(let ((@x1246 (unit-resolution @x1117 (unit-resolution @x631 @x1244 $x628) (unit-resolution @x1104 @x763 @x844 @x1078 $x860) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1675 |
(let ((@x599 (def-axiom (or $x439 $x596)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1676 |
(let ((@x1327 (unit-resolution @x599 (unit-resolution (lemma @x1246 (or $x438 $x413 $x289)) @x844 @x1078 $x438) $x596))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1677 |
(let ((@x693 ((_ th-lemma arith triangle-eq) (or (not $x596) $x678)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1678 |
(let ((?x659 (+ x9$ ?x306))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1679 |
(let (($x661 (>= ?x659 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1680 |
(let (($x636 (= x9$ ?x295))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1681 |
(let ((@x639 (def-axiom (or $x289 $x636)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1682 |
(let ((@x1146 ((_ th-lemma arith triangle-eq) (or (not $x636) $x661)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1683 |
(let ((@x1147 (unit-resolution @x1146 (unit-resolution @x639 @x1078 $x636) $x661))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1684 |
(let (($x660 (<= ?x659 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1685 |
(let ((@x1151 ((_ th-lemma arith triangle-eq) (or (not $x636) $x660)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1686 |
(let ((@x1152 (unit-resolution @x1151 (unit-resolution @x639 @x1078 $x636) $x660))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1687 |
(let (($x658 (>= ?x656 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1688 |
(let (($x673 (>= ?x671 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1689 |
(let (($x706 (not $x673))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1690 |
(let (($x663 (<= ?x665 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1691 |
(let (($x643 (>= ?x307 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1692 |
(let ((@x562 (and-elim @x554 $x308))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1693 |
(let ((@x1138 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x308) $x643)) @x562 $x643))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1694 |
(let (($x314 (not $x313))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1695 |
(let (($x1164 (not $x644))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1696 |
(let (($x664 (>= ?x662 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1697 |
(let (($x734 (not $x664))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1698 |
(let (($x710 (not $x658))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1699 |
(let ((@x711 (hypothesis $x710))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1700 |
(let ((@x731 (hypothesis $x661))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1701 |
(let ((@x716 (hypothesis $x664))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1702 |
(let (($x621 (= ?x184 ?x370))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1703 |
(let (($x823 (not $x621))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1704 |
(let ((?x778 (+ ?x184 ?x381))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1705 |
(let (($x779 (<= ?x778 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1706 |
(let (($x902 (not $x779))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1707 |
(let (($x669 (>= ?x677 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1708 |
(let (($x464 (not $x463))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1709 |
(let ((@x688 (hypothesis $x464))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1710 |
(let (($x847 (not $x613))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1711 |
(let (($x839 (>= ?x777 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1712 |
(let (($x872 (not $x839))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1713 |
(let ((?x680 (+ x3$ ?x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1714 |
(let (($x681 (<= ?x680 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1715 |
(let ((?x676 (+ ?x116 ?x481))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1716 |
(let (($x679 (<= ?x676 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1717 |
(let (($x589 (= ?x116 ?x470))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1718 |
(let ((@x758 (unit-resolution (def-axiom (or $x463 $x589)) @x688 $x589))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1719 |
(let ((@x762 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x589) $x679)) @x758 $x679))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1720 |
(let ((?x674 (+ ?x133 ?x456))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1721 |
(let (($x675 (<= ?x674 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1722 |
(let (($x597 (= ?x133 ?x445))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1723 |
(let ((@x601 (def-axiom (or $x438 $x597)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1724 |
(let ((@x941 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x597) $x675)) (unit-resolution @x601 @x763 $x597) $x675))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1725 |
(let ((@x944 (unit-resolution ((_ th-lemma arith assign-bounds 2 1) (or $x678 $x438 (not $x675))) @x941 @x763 $x678))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1726 |
(let ((@x869 (hypothesis $x681))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1727 |
(let ((@x868 (hypothesis $x678))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1728 |
(let ((@x867 (hypothesis $x839))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1729 |
(let ((@x866 (unit-resolution @x865 (unit-resolution @x623 (hypothesis $x363) $x620) $x840))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1730 |
(let ((@x841 (hypothesis $x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1731 |
(let (($x618 (<= ?x407 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1732 |
(let ((@x698 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x408) $x618)) @x559 $x618))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1733 |
(let (($x603 (>= ?x457 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1734 |
(let ((@x557 (and-elim @x554 $x458))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1735 |
(let ((@x687 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x458) $x603)) @x557 $x603))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1736 |
(let (($x650 (<= ?x332 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1737 |
(let ((@x563 (and-elim @x554 $x333))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1738 |
(let ((@x715 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x333) $x650)) @x563 $x650))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1739 |
(let (($x595 (>= ?x482 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1740 |
(let ((@x556 (and-elim @x554 $x483))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1741 |
(let ((@x720 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x483) $x595)) @x556 $x595))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1742 |
(let (($x642 (<= ?x307 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1743 |
(let ((@x730 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x308) $x642)) @x562 $x642))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1744 |
(let ((@x870 ((_ th-lemma arith farkas -1 1 -1 1 -1 -1 1 1 -1 1 1 -1 -2 1) @x835 @x869 @x731 @x730 @x720 @x716 @x715 @x711 @x687 @x868 @x698 @x867 @x841 @x866 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1745 |
(let ((@x874 (lemma @x870 (or $x364 (not $x681) (not $x661) $x734 $x658 (not $x678) $x872)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1746 |
(let ((@x625 (def-axiom (or $x363 $x621)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1747 |
(let ((@x880 (unit-resolution @x625 (unit-resolution @x874 @x867 @x731 @x716 @x711 @x868 @x869 $x364) $x621))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1748 |
(let ((@x882 ((_ th-lemma arith farkas -1 1 -1 1 -1 -1 1 1 -1 1 1 -1 1) @x835 @x869 @x731 @x730 @x720 @x716 @x715 @x711 @x687 @x868 @x698 @x867 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x823 $x779)) @x880 $x779) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1749 |
(let ((@x884 (lemma @x882 (or $x872 (not $x681) (not $x661) $x734 $x658 (not $x678))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1750 |
(let ((@x945 (unit-resolution @x884 @x944 @x731 @x716 @x711 (unit-resolution ((_ th-lemma arith assign-bounds 1 2) (or $x681 (not $x679) $x463)) @x762 @x688 $x681) $x872))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1751 |
(let ((@x892 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x847 $x839)) (hypothesis $x613) (hypothesis $x872) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1752 |
(let ((@x893 (lemma @x892 (or $x847 $x839)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1753 |
(let ((@x948 (unit-resolution @x615 (unit-resolution @x617 (unit-resolution @x893 @x945 $x847) $x388) $x612))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1754 |
(let (($x775 (<= ?x757 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1755 |
(let ((@x954 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1) (or $x413 (not $x675) (not $x603) $x463 $x438)) @x763 @x687 @x688 @x941 $x413))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1756 |
(let ((@x607 (def-axiom (or $x414 $x604)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1757 |
(let ((@x794 ((_ th-lemma arith triangle-eq) (or (not $x604) $x775)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1758 |
(let ((@x960 ((_ th-lemma arith assign-bounds 1 1 1 1 1) (or $x363 (not $x936) (not $x619) $x438 (not $x775) (not $x611))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1759 |
(let ((@x961 (unit-resolution @x960 @x763 @x853 @x799 (unit-resolution @x794 (unit-resolution @x607 @x954 $x604) $x775) (unit-resolution @x950 @x948 $x936) $x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1760 |
(let (($x602 (<= ?x457 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1761 |
(let ((@x832 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x458) $x602)) @x557 $x602))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1762 |
(let (($x932 (>= ?x674 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1763 |
(let ((@x966 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x597) $x932)) (unit-resolution @x601 @x763 $x597) $x932))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1764 |
(let ((@x967 ((_ th-lemma arith farkas -1 -1 1 1 -1 -1 1 1 1 -1 -1 1 1) @x835 @x731 @x730 @x762 @x720 @x716 @x715 @x711 (unit-resolution @x950 @x948 $x936) @x853 @x966 @x832 (unit-resolution @x865 (unit-resolution @x623 @x961 $x620) $x840) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1765 |
(let ((@x974 (unit-resolution (lemma @x967 (or $x438 (not $x661) $x734 $x658 $x463)) @x688 @x716 @x711 @x731 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1766 |
(let ((@x828 ((_ th-lemma arith triangle-eq) (or (not $x596) $x669)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1767 |
(let ((@x978 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1) (or $x413 (not $x603) $x463 $x439 (not $x678))) (unit-resolution @x693 (unit-resolution @x599 @x974 $x596) $x678) @x687 @x688 @x974 $x413))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1768 |
(let ((@x791 ((_ th-lemma arith triangle-eq) (or (not $x604) $x776)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1769 |
(let ((@x981 (unit-resolution @x884 (unit-resolution @x693 (unit-resolution @x599 @x974 $x596) $x678) @x731 @x716 @x711 (unit-resolution ((_ th-lemma arith assign-bounds 1 2) (or $x681 (not $x679) $x463)) @x762 @x688 $x681) $x872))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1770 |
(let ((@x984 (unit-resolution @x615 (unit-resolution @x617 (unit-resolution @x893 @x981 $x847) $x388) $x612))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1771 |
(let ((@x808 ((_ th-lemma arith triangle-eq) (or (not $x612) $x673)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1772 |
(let (($x903 (not $x669))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1773 |
(let (($x817 (not $x776))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1774 |
(let (($x813 (not $x679))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1775 |
(let (($x733 (not $x661))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1776 |
(let ((@x900 (hypothesis $x669))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1777 |
(let (($x610 (<= ?x432 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1778 |
(let ((@x812 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x433) $x610)) @x558 $x610))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1779 |
(let ((@x699 (hypothesis $x673))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1780 |
(let ((@x934 (hypothesis $x679))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1781 |
(let ((@x935 ((_ th-lemma arith farkas -1 -1 1 1 -1 -1 1 1 -1 1 -2 2 -1 1 1) @x835 @x731 @x730 @x934 @x720 @x716 @x715 @x711 @x699 @x698 (hypothesis $x776) @x812 @x900 @x832 (hypothesis $x779) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1782 |
(let ((@x986 (unit-resolution (lemma @x935 (or $x902 $x733 $x813 $x734 $x658 $x706 $x817 $x903)) @x762 @x731 @x716 @x711 (unit-resolution @x808 @x984 $x673) (unit-resolution @x791 (unit-resolution @x607 @x978 $x604) $x776) (unit-resolution @x828 (unit-resolution @x599 @x974 $x596) $x669) $x902))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1783 |
(let ((@x906 (hypothesis $x902))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1784 |
(let ((@x908 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x823 $x779)) (hypothesis $x621) @x906 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1785 |
(let ((@x909 (lemma @x908 (or $x823 $x779)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1786 |
(let ((@x989 (unit-resolution @x623 (unit-resolution @x625 (unit-resolution @x909 @x986 $x823) $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1787 |
(let ((@x991 ((_ th-lemma arith farkas -1 -1 1 1 -1 -1 1 1 -1 1 -2 2 -2 -1 1 1) @x835 @x731 @x730 @x762 @x720 @x716 @x715 @x711 (unit-resolution @x808 @x984 $x673) @x698 (unit-resolution @x791 (unit-resolution @x607 @x978 $x604) $x776) @x812 (unit-resolution @x625 (unit-resolution @x909 @x986 $x823) $x363) (unit-resolution @x828 (unit-resolution @x599 @x974 $x596) $x669) @x832 (unit-resolution @x865 @x989 $x840) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1788 |
(let ((@x972 (unit-resolution (lemma @x991 (or $x463 $x733 $x734 $x658)) @x716 @x731 @x711 $x463))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1789 |
(let (($x588 (= x3$ ?x470))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1790 |
(let ((@x591 (def-axiom (or $x464 $x588)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1791 |
(let ((@x725 ((_ th-lemma arith triangle-eq) (or (not $x588) $x681)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1792 |
(let ((@x994 (unit-resolution @x725 (unit-resolution @x591 @x972 $x588) $x681))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1793 |
(let ((@x1011 (unit-resolution @x893 (unit-resolution @x884 @x944 @x731 @x716 @x711 @x994 $x872) $x847))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1794 |
(let ((@x1014 (unit-resolution @x950 (unit-resolution @x615 (unit-resolution @x617 @x1011 $x388) $x612) $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1795 |
(let ((@x1001 (hypothesis $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1796 |
(let ((@x1004 ((_ th-lemma arith assign-bounds 1 1 1 1 1 2) (or $x363 (not $x936) (not $x619) $x438 (not $x611) (not $x933) $x413)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1797 |
(let ((@x1006 (unit-resolution @x623 (unit-resolution @x1004 @x844 @x799 @x853 @x763 @x1001 @x1000 $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1798 |
(let ((@x764 (hypothesis $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1799 |
(let ((@x1008 ((_ th-lemma arith farkas 1 1 1 2 1 1 1 1 1 1 1 1 1 2 1) @x835 @x1001 @x853 @x844 @x731 @x730 @x720 @x716 @x715 @x764 @x687 @x941 @x869 @x763 (unit-resolution @x865 @x1006 $x840) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1800 |
(let ((@x1015 (unit-resolution (lemma @x1008 (or $x413 (not $x936) $x733 $x734 $x766 (not $x681) $x438)) @x1014 @x731 @x716 (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x658 $x657)) @x711 $x657) @x994 @x763 $x413))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1801 |
(let ((@x1018 (unit-resolution @x960 (unit-resolution @x794 (unit-resolution @x607 @x1015 $x604) $x775) @x853 @x763 @x1014 @x799 $x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1802 |
(let ((@x1021 ((_ th-lemma arith farkas -1/2 1/2 -1/2 1/2 -1/2 1/2 1/2 -1/2 1/2 1/2 -1/2 -1/2 -1/2 1) @x832 @x966 (unit-resolution @x865 (unit-resolution @x623 @x1018 $x620) $x840) @x835 @x1014 @x853 @x731 @x730 @x720 @x716 @x715 @x711 @x994 @x972 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1803 |
(let ((@x1025 (unit-resolution (lemma @x1021 (or $x438 $x733 $x734 $x658)) @x716 @x731 @x711 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1804 |
(let ((@x1035 (unit-resolution @x884 (unit-resolution @x693 (unit-resolution @x599 @x1025 $x596) $x678) @x731 @x716 @x711 @x994 $x872))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1805 |
(let ((@x1037 (unit-resolution @x617 (unit-resolution @x893 @x1035 $x847) $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1806 |
(let (($x1024 (>= ?x931 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1807 |
(let ((@x1040 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x605) $x1024)) (unit-resolution (def-axiom (or $x413 $x605)) @x844 $x605) $x1024))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1808 |
(let ((@x1043 (unit-resolution @x865 (unit-resolution @x623 (unit-resolution @x1032 @x844 @x1037 $x363) $x620) $x840))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1809 |
(let ((@x1046 ((_ th-lemma arith farkas -1 1 -1 1 1 -1 1 1 -1 -1 -1 1 -1 1 1) (unit-resolution @x950 (unit-resolution @x615 @x1037 $x612) $x936) @x853 @x1043 @x835 @x731 @x730 @x720 @x716 @x715 @x711 @x994 @x1040 @x812 @x972 @x1037 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1810 |
(let ((@x1051 (unit-resolution (lemma @x1046 (or $x413 $x733 $x734 $x658)) @x716 @x731 @x711 $x413))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1811 |
(let ((@x897 (unit-resolution @x725 (unit-resolution @x591 (hypothesis $x463) $x588) $x681))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1812 |
(let ((@x901 ((_ th-lemma arith farkas -1/2 1/2 1 -1 -1/2 1/2 -1/2 1/2 -1/2 1/2 1/2 -1/2 -1/2 -1/2 1/2 1) @x832 @x900 (hypothesis $x776) @x812 (hypothesis $x779) @x835 @x897 @x731 @x730 @x720 @x716 @x715 @x711 @x698 @x699 (hypothesis $x463) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1813 |
(let ((@x1054 (unit-resolution (lemma @x901 (or $x902 $x903 $x817 $x733 $x734 $x658 $x706 $x464)) (unit-resolution @x791 (unit-resolution @x607 @x1051 $x604) $x776) @x972 @x731 @x716 @x711 (unit-resolution @x828 (unit-resolution @x599 @x1025 $x596) $x669) (unit-resolution @x808 (unit-resolution @x615 @x1037 $x612) $x673) $x902))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1814 |
(let ((@x1057 (unit-resolution @x623 (unit-resolution @x625 (unit-resolution @x909 @x1054 $x823) $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1815 |
(let ((@x1059 ((_ th-lemma arith farkas 1 -1 1/2 -1/2 1 1/2 -1/2 -1/2 1/2 1/2 -1/2 1/2 1/2 -1/2 -1/2 -1/2 1) (unit-resolution @x791 (unit-resolution @x607 @x1051 $x604) $x776) @x812 (unit-resolution @x828 (unit-resolution @x599 @x1025 $x596) $x669) @x832 (unit-resolution @x625 (unit-resolution @x909 @x1054 $x823) $x363) (unit-resolution @x808 (unit-resolution @x615 @x1037 $x612) $x673) @x698 (unit-resolution @x865 @x1057 $x840) @x835 @x731 @x730 @x720 @x716 @x715 @x711 @x994 @x972 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1816 |
(let ((@x1167 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1164 $x664)) (hypothesis $x644) (hypothesis $x734) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1817 |
(let ((@x1168 (lemma @x1167 (or $x1164 $x664)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1818 |
(let ((@x1170 (unit-resolution @x1168 (unit-resolution (lemma @x1059 (or $x734 $x733 $x658)) @x711 @x1147 $x734) $x1164))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1819 |
(let ((@x647 (def-axiom (or $x314 $x644)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1820 |
(let ((@x1171 (unit-resolution @x647 @x1170 $x314))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1821 |
(let ((@x1193 ((_ th-lemma arith assign-bounds 1 1 1 1) (or $x338 $x313 (not $x660) (not $x643) $x289)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1822 |
(let ((@x1218 (unit-resolution @x631 (unit-resolution @x1193 @x1171 @x1138 @x1078 @x1152 $x338) $x628))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1823 |
(let ((@x1129 ((_ th-lemma arith triangle-eq) (or (not $x628) $x663)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1824 |
(let ((@x1219 (unit-resolution @x1129 @x1218 $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1825 |
(let (($x784 (not $x678))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1826 |
(let (($x745 (not $x675))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1827 |
(let ((@x845 (hypothesis $x389))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1828 |
(let ((@x803 ((_ th-lemma arith assign-bounds 1 1 1 1 1) (or $x388 (not $x775) (not $x603) $x463 $x784 (not $x611))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1829 |
(let ((@x1070 (unit-resolution @x803 @x845 @x799 (unit-resolution ((_ th-lemma arith assign-bounds 1 2) (or $x775 (not $x933) $x413)) @x1000 @x844 $x775) @x688 @x687 $x784))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1830 |
(let ((@x1073 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1) (or $x438 (not $x933) $x413 (not $x611) $x388)) @x845 @x799 @x844 @x1000 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1831 |
(let ((@x1077 (lemma (unit-resolution @x693 (unit-resolution @x599 @x1073 $x596) @x1070 false) (or $x388 $x463 $x413)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1832 |
(let ((@x1083 (unit-resolution ((_ th-lemma arith assign-bounds -1 1 -1 1 -1) (or $x745 (not $x603) $x463 (not $x1024) (not $x610) $x389)) (unit-resolution @x1077 @x688 @x844 $x388) @x812 @x687 @x688 @x1040 $x745))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1833 |
(let ((@x1085 (unit-resolution @x808 (unit-resolution @x615 (unit-resolution @x1077 @x688 @x844 $x388) $x612) $x673))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1834 |
(let ((@x1090 (unit-resolution @x950 (unit-resolution @x615 (unit-resolution @x1077 @x688 @x844 $x388) $x612) $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1835 |
(let ((@x683 (hypothesis $x670))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1836 |
(let ((@x694 (unit-resolution @x693 (unit-resolution @x599 (hypothesis $x438) $x596) $x678))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1837 |
(let ((@x689 (hypothesis $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1838 |
(let ((@x704 (hypothesis $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1839 |
(let ((@x709 (lemma ((_ th-lemma arith farkas 1 -1 1 -1 1 -1 -1 1 1) @x704 @x703 @x699 @x698 @x689 @x694 @x688 @x687 @x683 false) (or $x463 (not $x338) $x706 $x439 $x707)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1840 |
(let ((@x1096 (unit-resolution @x709 (unit-resolution @x1094 @x1090 @x835 @x844 @x853 @x1089 $x338) @x1088 @x688 @x1085 $x439))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1841 |
(let ((@x1098 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x597) $x675)) (unit-resolution @x601 @x1096 $x597) @x1083 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1842 |
(let ((@x1132 (unit-resolution @x591 (unit-resolution (lemma @x1098 (or $x463 $x413)) @x844 $x463) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1843 |
(let ((@x1133 (unit-resolution @x725 @x1132 $x681))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1844 |
(let (($x1105 (>= ?x1103 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1845 |
(let ((@x1160 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1121 $x1105)) (hypothesis $x645) (hypothesis (not $x1105)) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1846 |
(let ((@x1161 (lemma @x1160 (or $x1121 $x1105)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1847 |
(let ((@x1173 (unit-resolution @x1161 (unit-resolution (def-axiom (or $x313 $x645)) @x1171 $x645) $x1105))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1848 |
(let ((@x850 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x847 $x780)) (unit-resolution @x617 @x845 $x613) $x780))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1849 |
(let ((@x1112 (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x936 $x673)) (unit-resolution ((_ th-lemma arith assign-bounds 1 2) (or $x706 (not $x780) $x388)) @x850 @x845 $x706) $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1850 |
(let ((@x1114 (unit-resolution @x631 (unit-resolution @x1094 @x1112 @x835 @x853 @x844 @x1089 $x338) $x628))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1851 |
(let ((@x859 ((_ th-lemma arith farkas 1 1 1 1 1 1 1 1 1) @x858 @x857 @x853 @x845 @x731 @x730 @x850 @x844 (hypothesis $x313) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1852 |
(let ((@x1119 (unit-resolution (lemma @x859 (or $x413 $x860 $x388 $x733 $x314)) (unit-resolution @x1117 @x1114 $x667) @x844 @x731 @x845 $x314))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1853 |
(let ((@x649 (def-axiom (or $x313 $x645)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1854 |
(let ((@x1124 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1121 $x1105)) (unit-resolution @x649 @x1119 $x645) $x1105))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1855 |
(let (($x635 (>= ?x357 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1856 |
(let ((@x1127 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x358) $x635)) @x561 $x635))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1857 |
(let ((@x1135 (unit-resolution @x893 (unit-resolution @x617 @x845 $x613) $x839))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1858 |
(let ((@x1139 (hypothesis $x660))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1859 |
(let ((@x1140 ((_ th-lemma arith farkas 1 -1 1 -1 -1 1 -1 -1 1 -1 1 -1 -2 2 1) @x835 @x1139 @x1138 @x1089 @x698 @x1135 @x715 @x711 @x720 (unit-resolution @x693 (unit-resolution @x599 @x1073 $x596) $x678) @x687 @x1133 (unit-resolution @x1129 @x1114 $x663) @x1127 @x1124 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1860 |
(let ((@x1174 (unit-resolution (lemma @x1140 (or $x388 (not $x660) $x658 $x413 $x733)) @x844 @x711 @x1152 @x1147 $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1861 |
(let ((@x1154 ((_ th-lemma arith farkas -1/2 1/2 1/2 -1/2 1/2 -1/2 1/2 -1/2 -1/2 1/2 -1/2 1/2 -1/2 1) @x703 @x683 @x699 @x698 (hypothesis $x1105) @x1152 @x1138 @x715 @x711 @x720 @x868 @x687 @x869 @x1078 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1862 |
(let ((@x1177 (unit-resolution (lemma @x1154 (or (not $x1105) $x707 $x706 $x658 $x784 (not $x681) $x289)) (unit-resolution @x808 (unit-resolution @x615 @x1174 $x612) $x673) @x1173 @x711 @x1133 @x1088 @x1078 $x784))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1863 |
(let ((@x1179 (unit-resolution @x1094 @x1089 @x835 @x844 (unit-resolution @x950 (unit-resolution @x615 @x1174 $x612) $x936) @x853 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1864 |
(let ((@x1182 (unit-resolution @x1104 (unit-resolution @x1117 (unit-resolution @x631 @x1179 $x628) $x667) @x844 @x1078 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1865 |
(let ((@x1186 (lemma (unit-resolution @x693 (unit-resolution @x599 @x1182 $x596) @x1177 false) (or $x413 $x289 $x658)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1866 |
(let ((@x1222 (unit-resolution @x791 (unit-resolution @x607 (unit-resolution @x1186 @x711 @x1078 $x413) $x604) $x776))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1867 |
(let ((@x1189 (unit-resolution @x794 (unit-resolution @x607 (hypothesis $x413) $x604) $x775))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1868 |
(let ((@x1195 (unit-resolution @x631 (unit-resolution @x1193 (hypothesis $x314) @x1138 @x1078 @x1152 $x338) $x628))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1869 |
(let ((@x1190 (hypothesis $x314))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1870 |
(let ((@x1201 ((_ th-lemma arith assign-bounds 1 1 1 1 1) (or $x363 $x313 (not $x663) (not $x635) (not $x660) (not $x643))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1871 |
(let ((@x1202 (unit-resolution @x1201 (unit-resolution @x1129 @x1195 $x663) @x1138 @x1190 @x1152 @x1127 $x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1872 |
(let ((@x1187 (hypothesis $x413))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1873 |
(let ((@x1205 ((_ th-lemma arith farkas -1 1 -1 -1 -1 1 1 -1 1) @x1187 @x703 (unit-resolution @x926 (unit-resolution @x623 @x1202 $x620) $x670) @x1078 (unit-resolution @x1117 @x1195 $x667) @x857 @x763 @x799 @x1189 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1874 |
(let ((@x1207 (lemma @x1205 (or $x438 $x414 $x289 $x313)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1875 |
(let ((@x1223 (unit-resolution @x1207 (unit-resolution @x1186 @x711 @x1078 $x413) @x1078 @x1171 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1876 |
(let (($x818 (not $x610))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1877 |
(let (($x1199 (not $x635))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1878 |
(let (($x1198 (not $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1879 |
(let (($x1191 (not $x643))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1880 |
(let (($x1141 (not $x660))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1881 |
(let (($x743 (not $x618))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1882 |
(let ((@x1226 (unit-resolution ((_ th-lemma arith assign-bounds -1 -1 -1 1 1 -1 1 1 -1) (or $x706 $x743 $x313 $x1141 $x1191 $x817 $x1198 $x1199 $x439 $x818)) @x1171 @x698 @x1127 @x1138 @x812 @x1152 @x1223 @x1222 @x1219 $x706))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1883 |
(let ((@x1227 (unit-resolution @x794 (unit-resolution @x607 (unit-resolution @x1186 @x711 @x1078 $x413) $x604) $x775))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1884 |
(let ((@x1231 (unit-resolution @x623 (unit-resolution @x1201 @x1219 @x1138 @x1171 @x1152 @x1127 $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1885 |
(let ((@x1208 (hypothesis $x840))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1886 |
(let ((@x1211 (unit-resolution @x591 (unit-resolution @x803 @x845 @x799 (hypothesis $x775) @x868 @x687 $x463) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1887 |
(let ((@x1213 (hypothesis $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1888 |
(let ((@x1214 ((_ th-lemma arith farkas -1 -2 2 -1 1 1 -1 -1 1 -1 1 -1 -1 1 1) @x698 @x1213 @x1127 @x1139 @x1138 (hypothesis $x1105) @x715 @x711 @x720 (unit-resolution @x725 @x1211 $x681) @x835 @x1208 @x868 @x687 @x1135 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1889 |
(let ((@x1216 (lemma @x1214 (or $x388 $x1198 $x1141 (not $x1105) $x658 (not $x840) $x784 (not $x775))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1890 |
(let ((@x1233 (unit-resolution @x1216 @x1219 @x1152 @x1173 @x711 (unit-resolution @x865 @x1231 $x840) (unit-resolution @x693 (unit-resolution @x599 @x1223 $x596) $x678) @x1227 $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1891 |
(let ((@x1237 (lemma (unit-resolution @x808 (unit-resolution @x615 @x1233 $x612) @x1226 false) (or $x658 $x289)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1892 |
(let (($x582 (not $x91))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1893 |
(let ((@x1267 (unit-resolution @x631 (unit-resolution @x1094 @x1112 @x835 @x844 @x1089 @x853 $x338) $x628))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1894 |
(let (($x672 (>= ?x680 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1895 |
(let ((@x1270 ((_ th-lemma arith triangle-eq) (or (not $x588) $x672)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1896 |
(let ((@x1271 (unit-resolution @x1270 @x1132 $x672))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1897 |
(let ((@x1272 (unit-resolution (lemma @x859 (or $x413 $x860 $x388 $x733 $x314)) (unit-resolution @x1117 @x1267 $x667) @x844 @x731 @x845 $x314))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1898 |
(let ((@x1276 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1121 $x1249)) (unit-resolution @x649 @x1272 $x645) $x1249))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1899 |
(let ((@x1250 (hypothesis $x780))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1900 |
(let ((@x1251 (hypothesis $x672))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1901 |
(let (($x594 (<= ?x482 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1902 |
(let ((@x1254 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x483) $x594)) @x556 $x594))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1903 |
(let ((@x1255 (hypothesis $x766))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1904 |
(let (($x651 (>= ?x332 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1905 |
(let ((@x1258 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x333) $x651)) @x563 $x651))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1906 |
(let ((@x1260 ((_ th-lemma arith farkas 1/2 -1 -1/2 -1/2 1/2 1/2 -1/2 1/2 -1/2 1/2 -1/2 1/2 -1/2 1/2 1) @x683 @x857 @x703 (hypothesis $x1249) @x1258 @x1255 @x1254 @x1251 @x832 @x731 @x730 @x900 @x1250 @x853 @x858 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1907 |
(let ((@x1264 (lemma @x1260 (or $x657 $x707 $x1261 (not $x672) $x733 $x903 (not $x780) $x860)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1908 |
(let ((@x1277 (unit-resolution @x1264 @x1276 @x1088 @x1271 @x731 @x900 @x850 (unit-resolution @x1117 @x1267 $x667) $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1909 |
(let ((@x1279 ((_ th-lemma arith triangle-eq) (or $x92 $x766 $x710)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1910 |
(let (($x570 (or $x582 $x583))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1911 |
(let ((@x578 (monotonicity (rewrite (= $x93 (not $x570))) (= (not $x93) (not (not $x570)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1912 |
(let ((@x568 (trans @x578 (rewrite (= (not (not $x570)) $x570)) (= (not $x93) $x570)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1913 |
(let ((@x569 (mp (not-or-elim (mp (asserted $x95) @x552 $x548) (not $x93)) @x568 $x570))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1914 |
(let ((@x1281 (unit-resolution @x569 (unit-resolution @x1279 @x1277 (hypothesis $x658) $x92) $x582))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1915 |
(let (($x654 (>= ?x652 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1916 |
(let (($x587 (>= ?x507 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1917 |
(let ((@x555 (and-elim @x554 $x508))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1918 |
(let ((@x1286 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x508) $x587)) @x555 $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1919 |
(let ((?x1144 (+ x2$ ?x506))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1920 |
(let (($x1238 (<= ?x1144 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1921 |
(let (($x584 (= x2$ ?x495))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1922 |
(let ((@x1288 ((_ th-lemma arith assign-bounds 1 1 1 1 1) (or $x488 (not $x595) $x413 $x784 (not $x603) (not $x681))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1923 |
(let ((@x573 (def-axiom (or (not $x488) $x584)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1924 |
(let ((@x1290 (unit-resolution @x573 (unit-resolution @x1288 @x868 @x687 @x844 @x1133 @x720 $x488) $x584))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1925 |
(let ((@x1293 ((_ th-lemma arith triangle-eq) (or (not $x584) $x1238)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1926 |
(let ((@x1295 ((_ th-lemma arith assign-bounds 1 -3/2 3/2 -1 1/2 -1/2 1/2 -1/2 -1 1 1/2 -1/2 -1/2 1/2 1/2 -1/2 1/2) (unit-resolution @x1293 @x1290 $x1238) @x720 @x1133 @x1286 @x1089 @x731 @x730 @x835 @x1040 @x812 @x850 @x853 (unit-resolution @x1161 (unit-resolution @x649 @x1272 $x645) $x1105) @x715 @x1277 @x687 @x868 $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1927 |
(let (($x586 (<= ?x507 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1928 |
(let ((@x1298 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x508) $x586)) @x555 $x586))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1929 |
(let (($x1239 (>= ?x1144 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1930 |
(let ((@x1300 ((_ th-lemma arith triangle-eq) (or (not $x584) $x1239)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1931 |
(let ((@x1302 ((_ th-lemma arith assign-bounds 1 -3/2 3/2 -1 1/2 -1/2 1/2 -1/2 -1 1 1/2 -1/2 -1/2 1/2 1/2 -1/2 1/2) (unit-resolution @x1300 @x1290 $x1239) @x1254 @x1271 @x1298 @x1088 @x1139 @x1138 @x703 @x1000 @x799 @x1135 @x698 @x1276 @x1258 (hypothesis $x658) @x832 @x900 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1932 |
(let ((@x1306 ((_ th-lemma arith triangle-eq) (or $x91 (not $x653) (not $x654))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1933 |
(let ((@x1309 (lemma (unit-resolution @x1306 @x1302 @x1295 @x1281 false) (or $x388 $x1141 $x710 $x903 $x733 $x784 $x413)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1934 |
(let ((@x1331 (unit-resolution @x1309 (unit-resolution @x828 @x1327 $x669) (unit-resolution @x1237 @x1078 $x658) @x1152 @x1147 (unit-resolution @x693 @x1327 $x678) @x844 $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1935 |
(let (($x1304 (not $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1936 |
(let ((@x1333 (unit-resolution @x950 (unit-resolution @x615 @x1331 $x612) $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1937 |
(let ((@x1338 (unit-resolution @x631 (unit-resolution @x1094 @x1333 @x835 @x844 @x1089 @x853 $x338) $x628))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1938 |
(let ((@x1339 (unit-resolution @x1117 @x1338 $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1939 |
(let ((@x1315 (unit-resolution @x631 (unit-resolution @x1094 @x1029 @x835 @x844 @x1089 @x853 $x338) $x628))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1940 |
(let ((@x1317 ((_ th-lemma arith farkas -1 -1 -1 1 -1 1 -1 1 1) @x1026 (hypothesis $x313) @x731 @x730 @x853 @x844 (unit-resolution @x1117 @x1315 $x667) @x857 @x1029 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1941 |
(let ((@x1340 (unit-resolution (lemma @x1317 (or $x314 $x389 $x733 $x413)) @x1331 @x1147 @x844 $x314))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1942 |
(let ((@x1311 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1121 $x1249)) (hypothesis $x645) (hypothesis $x1261) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1943 |
(let ((@x1312 (lemma @x1311 (or $x1121 $x1249)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1944 |
(let ((@x1343 (unit-resolution @x1264 (unit-resolution @x1312 (unit-resolution @x649 @x1340 $x645) $x1249) @x1339 @x1271 @x1147 (unit-resolution @x828 @x1327 $x669) (unit-resolution ((_ th-lemma arith assign-bounds 2 -1) (or $x780 $x389 (not $x936))) @x1333 @x1331 $x780) @x1088 $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1945 |
(let ((@x1345 (unit-resolution @x569 (unit-resolution @x1279 @x1343 (unit-resolution @x1237 @x1078 $x658) $x92) $x582))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1946 |
(let ((@x1346 (unit-resolution @x1288 (unit-resolution @x693 @x1327 $x678) @x687 @x844 @x1133 @x720 $x488))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1947 |
(let ((@x1320 (hypothesis (not $x653)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1948 |
(let ((@x1322 ((_ th-lemma arith farkas 1 -1 1/2 -1/2 1/2 -1/2 1/2 -1/2 1/2 -1/2 1/2 -1/2 1/2 -1/2 1/2 1) @x683 @x703 @x858 @x857 @x699 @x1152 @x1138 @x698 (hypothesis $x1239) @x1254 @x1251 @x1298 @x1320 (hypothesis $x933) @x799 @x1078 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1949 |
(let ((@x1325 (lemma @x1322 (or $x653 $x707 $x860 $x706 (not $x1239) (not $x672) (not $x933) $x289)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1950 |
(let ((@x1350 (unit-resolution @x1325 @x1088 @x1339 (unit-resolution @x808 (unit-resolution @x615 @x1331 $x612) $x673) (unit-resolution @x1300 (unit-resolution @x573 @x1346 $x584) $x1239) @x1271 @x1000 @x1078 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1951 |
(let ((@x1353 ((_ th-lemma arith farkas -1/2 1/2 -1/2 1/2 1/2 -1/2 -1/2 1/2 -1/2 1/2 -1/2 1/2 -1/2 1) @x1333 @x1147 @x730 @x853 @x1339 @x857 (unit-resolution @x1293 (unit-resolution @x573 @x1346 $x584) $x1238) @x720 @x1133 @x1286 (unit-resolution @x1306 @x1350 @x1345 $x1304) @x1040 @x812 @x1331 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1952 |
(let ((@x641 (def-axiom (or $x288 $x637)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1953 |
(let ((@x1399 (unit-resolution @x641 (unit-resolution (lemma @x1353 (or $x413 $x289)) @x844 $x289) $x637))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1954 |
(let ((@x1405 ((_ th-lemma arith triangle-eq) (or (not $x637) $x1369)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1955 |
(let ((@x1406 (unit-resolution @x1405 @x1399 $x1369))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1956 |
(let ((@x1370 (hypothesis $x289))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1957 |
(let ((@x1373 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1 1) (or $x1198 (not $x840) $x1199 $x288 (not $x627) $x388)) @x845 @x1127 @x1370 @x866 @x835 $x1198))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1958 |
(let ((@x1376 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1) (or $x338 $x364 (not $x840) (not $x627) $x388)) @x845 @x835 @x841 @x866 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1959 |
(let ((@x1380 (lemma (unit-resolution @x1129 (unit-resolution @x631 @x1376 $x628) @x1373 false) (or $x388 $x364 $x288)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1960 |
(let ((@x1390 (unit-resolution @x1380 (unit-resolution (lemma @x1064 (or $x363 $x413)) @x844 $x363) (unit-resolution (lemma @x1353 (or $x413 $x289)) @x844 $x289) $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1961 |
(let ((@x1392 (unit-resolution @x950 (unit-resolution @x615 @x1390 $x612) $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1962 |
(let ((@x1395 (unit-resolution (unit-resolution @x1094 @x835 @x853 (or $x338 (not $x840) (not $x936) $x413)) @x1392 @x844 @x1089 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1963 |
(let ((@x1397 (unit-resolution @x1117 (unit-resolution @x631 @x1395 $x628) $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1964 |
(let ((@x1398 (unit-resolution @x808 (unit-resolution @x615 @x1390 $x612) $x673))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1965 |
(let (($x1360 (<= ?x1356 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1966 |
(let ((@x1402 ((_ th-lemma arith triangle-eq) (or (not $x637) $x1360)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1967 |
(let ((@x1403 (unit-resolution @x1402 @x1399 $x1360))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1968 |
(let ((@x1407 (unit-resolution @x1129 (unit-resolution @x631 @x1395 $x628) $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1969 |
(let ((@x1411 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1 1 2) (or $x488 (not $x595) $x413 (not $x603) $x745 (not $x681) $x438)) @x687 @x720 (or $x488 $x413 $x745 (not $x681) $x438)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1970 |
(let ((@x1413 (unit-resolution @x573 (unit-resolution @x1411 @x941 @x1133 @x844 @x763 $x488) $x584))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1971 |
(let (($x958 (not $x619))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1972 |
(let (($x957 (not $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1973 |
(let (($x1091 (not $x627))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1974 |
(let (($x1092 (not $x840))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1975 |
(let (($x814 (not $x642))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1976 |
(let (($x1386 (not $x1369))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1977 |
(let (($x1080 (not $x1024))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1978 |
(let (($x871 (not $x681))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1979 |
(let (($x1416 (not $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1980 |
(let (($x815 (not $x595))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1981 |
(let (($x1415 (not $x1238))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1982 |
(let (($x1417 (or $x654 $x1415 $x815 $x1416 $x871 $x1080 $x818 $x1386 $x814 $x1092 $x1091 $x957 $x958 $x1198 $x1199))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1983 |
(let ((@x1419 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 -1 1 -1 1 -1 1 2 -2 1 -1 1 -1) $x1417) (unit-resolution @x1293 @x1413 $x1238) @x812 @x853 @x835 @x1127 @x730 @x1286 @x1133 @x1392 @x1089 @x1040 @x1407 @x1406 @x720 $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1984 |
(let (($x1424 (not $x634))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1985 |
(let (($x742 (not $x626))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1986 |
(let (($x1423 (not $x1360))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1987 |
(let (($x801 (not $x611))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1988 |
(let (($x1002 (not $x933))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1989 |
(let (($x1262 (not $x672))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1990 |
(let (($x1422 (not $x586))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1991 |
(let (($x1421 (not $x594))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1992 |
(let (($x1323 (not $x1239))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1993 |
(let (($x1425 (or $x653 $x1323 $x1421 $x1422 $x1262 $x1002 $x801 $x1423 $x1191 $x707 $x742 $x706 $x743 $x860 $x1424))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1994 |
(let ((@x1426 ((_ th-lemma arith assign-bounds 1 -1 -1 1 -1 1 -1 1 2 -2 1 -1 1 -1) $x1425))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1995 |
(let ((@x1427 (unit-resolution @x1426 (unit-resolution @x1300 @x1413 $x1239) @x799 @x698 @x703 @x857 @x1138 @x1298 @x1398 @x1088 @x1397 @x1271 @x1000 @x1254 @x1403 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1996 |
(let ((@x1431 ((_ th-lemma arith assign-bounds 1 1 2 2 1 1 1 1 1 1 1) (or $x313 $x1423 $x1191 $x707 $x742 $x706 $x743 $x1002 $x801 $x438 $x860 $x1424)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1997 |
(let ((@x1432 (unit-resolution @x1431 @x763 @x698 @x703 @x857 @x1138 @x799 @x1398 @x1088 @x1397 @x1000 @x1403 $x313))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1998 |
(let ((@x1382 (hypothesis $x675))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
1999 |
(let ((@x1385 ((_ th-lemma arith farkas -1 1 1 -1 1 -1 -2 2 -1 1 3 -3 1 -1 2 -2 1) @x716 @x715 @x711 @x720 @x869 @x687 (hypothesis $x1024) @x812 (hypothesis $x1369) @x730 @x1208 @x835 @x1001 @x853 @x1213 @x1127 @x1382 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2000 |
(let ((@x1435 (unit-resolution (lemma @x1385 (or $x658 $x734 $x871 $x1080 $x1386 $x1092 $x957 $x1198 $x745)) (unit-resolution @x1168 (unit-resolution @x647 @x1432 $x644) $x664) @x1133 @x1040 @x1406 @x1089 @x1392 @x1407 @x941 $x658))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2001 |
(let ((@x1436 (unit-resolution @x1279 @x1435 (unit-resolution @x569 (unit-resolution @x1306 @x1427 @x1419 $x91) $x583) $x766))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2002 |
(let ((@x1438 ((_ th-lemma arith triangle-eq) (or $x1164 $x1381)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2003 |
(let ((@x1440 ((_ th-lemma arith farkas -1 1 1 -1 1 -1 -2 2 -1 1 3 -3 1 -1 2 -2 1) (unit-resolution @x1438 (unit-resolution @x647 @x1432 $x644) $x1381) @x1258 @x1436 @x1254 @x1271 @x832 @x1000 @x799 @x1403 @x1138 @x1088 @x703 @x1398 @x698 @x1397 @x857 @x966 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2004 |
(let ((@x1453 (unit-resolution @x599 (unit-resolution (lemma @x1440 (or $x438 $x413)) @x844 $x438) $x596))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2005 |
(let ((@x1455 (unit-resolution @x693 @x1453 $x678))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2006 |
(let ((@x1458 (unit-resolution (unit-resolution @x1288 @x687 @x720 (or $x488 $x413 $x784 $x871)) @x1455 @x844 @x1133 $x488))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2007 |
(let ((@x1461 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 -1 1 -1 1 -1 1 2 -2 1 -1 1 -1) $x1417) (unit-resolution @x1293 (unit-resolution @x573 @x1458 $x584) $x1238) @x812 @x853 @x835 @x1127 @x730 @x720 @x1133 @x1392 @x1089 @x1040 @x1407 @x1406 @x1286 $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2008 |
(let ((@x1463 (unit-resolution @x1426 (unit-resolution @x1300 (unit-resolution @x573 @x1458 $x584) $x1239) @x799 @x698 @x703 @x857 @x1138 @x1254 @x1398 @x1088 @x1397 @x1271 @x1000 @x1298 @x1403 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2009 |
(let ((@x1468 (unit-resolution ((_ th-lemma arith assign-bounds 2 -1) (or $x675 $x439 $x784)) @x1455 (unit-resolution (lemma @x1440 (or $x438 $x413)) @x844 $x438) $x675))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2010 |
(let ((@x1443 (unit-resolution (lemma @x1385 (or $x658 $x734 $x871 $x1080 $x1386 $x1092 $x957 $x1198 $x745)) @x711 @x869 (hypothesis $x1024) (hypothesis $x1369) @x1208 @x1001 @x1213 @x1382 $x734))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2011 |
(let ((@x1446 (unit-resolution @x649 (unit-resolution @x647 (unit-resolution @x1168 @x1443 $x1164) $x314) $x645))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2012 |
(let ((@x1449 ((_ th-lemma arith farkas -1 -1 -1 1 1 -1 1 -1 -1 1 1 -1 1) @x715 @x711 @x868 @x687 @x720 @x869 @x683 @x703 (hypothesis $x1360) @x1138 @x699 @x698 (unit-resolution @x1161 @x1446 $x1105) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2013 |
(let ((@x1451 (lemma @x1449 (or $x658 $x784 $x871 $x707 $x1423 $x706 $x1080 $x1386 $x1092 $x957 $x1198 $x745)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2014 |
(let ((@x1469 (unit-resolution @x1451 @x1455 @x1133 @x1088 @x1403 @x1398 @x1040 @x1406 @x1089 @x1392 @x1407 @x1468 $x658))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2015 |
(let ((@x1470 (unit-resolution @x1279 @x1469 (unit-resolution @x569 (unit-resolution @x1306 @x1463 @x1461 $x91) $x583) $x766))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2016 |
(let (($x1472 (not $x602))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2017 |
(let (($x1471 (not $x651))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2018 |
(let (($x1473 (or $x1261 $x1471 $x657 $x903 $x1472 $x1421 $x1262 $x1092 $x1091 $x1386 $x814 $x957 $x958))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2019 |
(let ((@x1475 (unit-resolution ((_ th-lemma arith assign-bounds -1 -1 -1 1 1 -1 1 -1 -1 1 1 -1) $x1473) @x1470 @x853 @x835 @x730 @x1258 @x832 (unit-resolution @x828 @x1453 $x669) @x1271 @x1392 @x1089 @x1254 @x1406 $x1261))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2020 |
(let ((@x1478 (unit-resolution @x647 (unit-resolution @x649 (unit-resolution @x1312 @x1475 $x1121) $x313) $x644))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2021 |
(let ((@x1480 ((_ th-lemma arith farkas -1 -1 -2 -1 1 1 -1 1 -1 -1 1 1 -1 1) @x1258 @x1470 (unit-resolution @x649 (unit-resolution @x1312 @x1475 $x1121) $x313) (unit-resolution @x828 @x1453 $x669) @x832 @x1254 @x1271 @x1089 @x835 @x1406 @x730 @x1392 @x853 (unit-resolution @x1438 @x1478 $x1381) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2022 |
(let ((@x1481 (lemma @x1480 $x413))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2023 |
(let ((@x1538 (unit-resolution @x791 (unit-resolution @x607 @x1481 $x604) $x776))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2024 |
(let ((?x666 (+ ?x201 ?x356))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2025 |
(let (($x1699 (>= ?x666 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2026 |
(let (($x629 (= ?x201 ?x345))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2027 |
(let (($x339 (not $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2028 |
(let ((@x1701 (hypothesis $x339))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2029 |
(let ((@x633 (def-axiom (or $x338 $x629)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2030 |
(let ((@x1712 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x629) $x1699)) (unit-resolution @x633 @x1701 $x629) $x1699))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2031 |
(let (($x875 (<= ?x666 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2032 |
(let ((@x1635 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x629) $x875)) (hypothesis $x629) (hypothesis (not $x875)) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2033 |
(let ((@x1636 (lemma @x1635 (or (not $x629) $x875)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2034 |
(let ((@x1703 (unit-resolution @x1636 (unit-resolution @x633 @x1701 $x629) $x875))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2035 |
(let (($x1632 (not $x629))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2036 |
(let (($x1629 (not $x875))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2037 |
(let ((@x1517 (unit-resolution @x794 (unit-resolution @x607 @x1481 $x604) $x775))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2038 |
(let ((@x1359 (lemma ((_ th-lemma arith farkas 1 1 1 1 1) @x1187 @x799 @x763 @x845 @x1189 false) (or $x438 $x414 $x388)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2039 |
(let ((@x1520 (unit-resolution @x693 (unit-resolution @x599 (unit-resolution @x1359 @x845 @x1481 $x438) $x596) $x678))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2040 |
(let ((@x1523 (unit-resolution (unit-resolution @x803 @x799 @x687 (or $x388 (not $x775) $x463 $x784)) @x1520 @x1517 @x845 $x463))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2041 |
(let ((@x1525 (unit-resolution @x1270 (unit-resolution @x591 @x1523 $x588) $x672))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2042 |
(let ((@x1526 (unit-resolution @x828 (unit-resolution @x599 (unit-resolution @x1359 @x845 @x1481 $x438) $x596) $x669))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2043 |
(let ((@x1365 (unit-resolution ((_ th-lemma arith assign-bounds 2 -1) (or $x779 $x364 $x1092)) (unit-resolution @x625 (unit-resolution @x909 @x906 $x823) $x363) @x906 $x1092))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2044 |
(let ((@x1366 (unit-resolution @x623 (unit-resolution @x625 (unit-resolution @x909 @x906 $x823) $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2045 |
(let ((@x1368 (lemma (unit-resolution @x865 @x1366 @x1365 false) $x779))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2046 |
(let ((@x1486 (unit-resolution ((_ th-lemma arith assign-bounds -1 1 -1 1 -1) (or $x902 $x1091 $x338 $x872 $x743 $x414)) @x835 @x1368 @x698 (or $x338 $x872 $x414)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2047 |
(let ((@x1489 (unit-resolution @x1129 (unit-resolution @x631 (unit-resolution @x1486 @x1135 @x1481 $x338) $x628) $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2048 |
(let ((@x1491 ((_ th-lemma arith assign-bounds 1 2 2 2 2 2) (or $x872 $x957 $x1198 $x1092 $x1199 $x288 $x1091)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2049 |
(let ((@x1495 (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x840 $x670)) (unit-resolution @x1491 @x1370 @x1127 @x835 @x1135 @x1112 @x1489 $x1092) $x670))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2050 |
(let ((@x1500 (unit-resolution (unit-resolution ((_ th-lemma arith assign-bounds 2 1) (or $x707 $x363 $x902)) @x1368 (or $x707 $x363)) @x1495 (unit-resolution @x1380 @x1370 @x845 $x364) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2051 |
(let ((@x1509 (unit-resolution @x639 (unit-resolution (lemma @x1500 (or $x288 $x388)) @x845 $x288) $x636))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2052 |
(let ((@x1510 (unit-resolution @x1151 @x1509 $x660))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2053 |
(let ((@x1508 (unit-resolution @x1237 (unit-resolution (lemma @x1500 (or $x288 $x388)) @x845 $x288) $x658))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2054 |
(let (($x585 (= ?x98 ?x495))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2055 |
(let (($x1546 (not $x585))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2056 |
(let ((?x1504 (+ ?x98 ?x506))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2057 |
(let (($x1506 (>= ?x1504 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2058 |
(let (($x1558 (not $x1506))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2059 |
(let ((@x1572 (unit-resolution @x1129 (unit-resolution @x631 (unit-resolution @x1486 @x867 @x1481 $x338) $x628) $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2060 |
(let (($x800 (not $x775))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2061 |
(let (($x744 (not $x603))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2062 |
(let (($x1559 (or $x653 $x1558 $x784 $x744 $x815 $x871 $x1422 $x800 $x801 $x1141 $x1191 $x743 $x1198 $x1199 $x872))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2063 |
(let ((@x1573 (unit-resolution ((_ th-lemma arith assign-bounds 1 -2 2 1 -1 -1 -1 1 -1 1 -1 -1 1 1) $x1559) @x1320 @x687 @x799 @x698 @x1127 @x1138 @x720 @x1139 @x868 @x1517 @x869 @x867 @x1572 @x1298 $x1558))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2064 |
(let ((@x1568 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1546 $x1506)) (hypothesis $x585) (hypothesis $x1558) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2065 |
(let ((@x1569 (lemma @x1568 (or $x1546 $x1506)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2066 |
(let ((@x575 (def-axiom (or $x488 $x585)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2067 |
(let ((@x1576 (unit-resolution @x573 (unit-resolution @x575 (unit-resolution @x1569 @x1573 $x1546) $x488) $x584))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2068 |
(let ((@x1578 ((_ th-lemma arith farkas -1/2 1/2 -1/2 1/2 -1/2 1/2 1/2 -1/2 1/2 -1/2 1/2 -1/2 1/2 1) @x698 @x867 @x1139 @x1138 @x1572 @x1127 (unit-resolution @x1300 @x1576 $x1239) @x1298 @x1320 @x1517 @x799 @x1254 @x1251 @x1481 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2069 |
(let ((@x1580 (lemma @x1578 (or $x653 $x872 $x1141 $x1262 $x784 $x871)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2070 |
(let ((@x1593 (unit-resolution @x1580 @x1135 @x1510 @x1525 @x1520 (unit-resolution @x725 (unit-resolution @x591 @x1523 $x588) $x681) $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2071 |
(let ((@x1537 (unit-resolution @x1117 (unit-resolution @x631 (unit-resolution @x1486 @x1135 @x1481 $x338) $x628) $x667))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2072 |
(let ((@x1539 (unit-resolution @x1146 @x1509 $x661))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2073 |
(let (($x1505 (<= ?x1504 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2074 |
(let (($x1550 (not $x1505))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2075 |
(let (($x1106 (not $x780))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2076 |
(let (($x1551 (or $x654 $x1550 $x903 $x1472 $x1421 $x1262 $x1416 $x817 $x818 $x733 $x814 $x958 $x860 $x1424 $x1106))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2077 |
(let ((@x1585 (unit-resolution ((_ th-lemma arith assign-bounds 1 -2 2 1 -1 -1 -1 1 -1 1 -1 -1 1 1) $x1551) (hypothesis $x1304) @x832 @x812 @x853 @x857 @x730 @x1254 @x731 @x1538 @x858 @x1250 @x900 @x1251 @x1286 $x1550))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2078 |
(let ((@x1582 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1546 $x1505)) (hypothesis $x585) (hypothesis $x1550) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2079 |
(let ((@x1583 (lemma @x1582 (or $x1546 $x1505)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2080 |
(let ((@x1588 (unit-resolution @x573 (unit-resolution @x575 (unit-resolution @x1583 @x1585 $x1546) $x488) $x584))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2081 |
(let ((@x1590 ((_ th-lemma arith farkas 1/2 -1/2 1 -1 -1/2 1/2 1/2 -1/2 1/2 -1/2 -1/2 1/2 -1/2 1/2 -1/2 1) @x853 @x1250 @x900 @x832 @x1254 @x1251 @x731 @x730 @x858 @x857 (unit-resolution @x1293 @x1588 $x1238) @x1286 (hypothesis $x1304) @x1538 @x812 (unit-resolution @x575 (unit-resolution @x1583 @x1585 $x1546) $x488) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2082 |
(let ((@x1592 (lemma @x1590 (or $x654 $x1106 $x903 $x1262 $x733 $x860)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2083 |
(let ((@x1595 (unit-resolution @x1306 (unit-resolution @x1592 @x850 @x1526 @x1525 @x1539 @x1537 $x654) @x1593 $x91))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2084 |
(let ((@x1513 (unit-resolution (unit-resolution @x1201 @x1138 @x1127 (or $x363 $x313 $x1198 $x1141)) @x1027 @x1489 @x1510 $x313))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2085 |
(let (($x1503 (>= ?x778 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2086 |
(let ((@x1530 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x823 $x1503)) (unit-resolution @x625 @x1027 $x621) $x1503))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2087 |
(let (($x1532 (not $x1381))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2088 |
(let (($x1531 (not $x1503))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2089 |
(let (($x1533 (or $x657 $x1531 $x1532 $x1471 $x742 $x903 $x1472 $x1421 $x1262 $x1141 $x1191 $x958 $x1106))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2090 |
(let ((@x1534 ((_ th-lemma arith assign-bounds 1 -1 1 -1 1 -1 -1 1 -1 1 1 -1) $x1533))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2091 |
(let ((@x1535 (unit-resolution @x1534 @x1530 @x853 @x703 @x1138 @x1258 @x1254 @x1510 @x850 @x1526 @x1525 @x832 (unit-resolution @x1438 (unit-resolution @x647 @x1513 $x644) $x1381) $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2092 |
(let (($x489 (not $x488))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2093 |
(let ((@x1543 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1 1 1 1 1) (or $x489 $x1262 $x1421 $x1472 $x903 $x363 $x958 $x388 $x1106)) @x832 @x853 @x1254 (or $x489 $x1262 $x903 $x363 $x388 $x1106)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2094 |
(let ((@x1545 (unit-resolution @x575 (unit-resolution @x1543 @x1027 @x845 @x850 @x1526 @x1525 $x489) $x585))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2095 |
(let ((@x1553 (unit-resolution ((_ th-lemma arith assign-bounds 1 -2 2 1 -1 -1 -1 1 -1 1 -1 -1 1 1) $x1551) (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1546 $x1505)) @x1545 $x1505) @x832 @x812 @x853 @x857 @x730 @x1286 @x1539 @x1538 @x1537 @x850 @x1526 @x1525 @x1254 $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2096 |
(let ((@x1561 (unit-resolution ((_ th-lemma arith assign-bounds 1 -2 2 1 -1 -1 -1 1 -1 1 -1 -1 1 1) $x1559) (unit-resolution ((_ th-lemma arith triangle-eq) (or $x1546 $x1506)) @x1545 $x1506) @x687 @x799 @x698 @x1127 @x1138 @x1298 @x1510 @x1520 @x1517 (unit-resolution @x725 (unit-resolution @x591 @x1523 $x588) $x681) @x1135 @x1489 @x720 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2097 |
(let ((@x1563 (unit-resolution @x569 (unit-resolution @x1306 @x1561 @x1553 $x91) (unit-resolution @x1279 @x1535 @x1508 $x92) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2098 |
(let ((@x1599 (unit-resolution @x623 (unit-resolution (lemma @x1563 (or $x363 $x388)) @x845 $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2099 |
(let ((@x1601 (unit-resolution @x1264 (unit-resolution @x1279 (unit-resolution @x569 @x1595 $x583) @x1508 $x766) @x1537 @x1525 @x1539 @x1526 @x850 (unit-resolution @x926 @x1599 $x670) $x1261))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2100 |
(let ((@x1604 (unit-resolution @x647 (unit-resolution @x649 (unit-resolution @x1312 @x1601 $x1121) $x313) $x644))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2101 |
(let ((@x1608 (unit-resolution ((_ th-lemma arith assign-bounds -2 2 -2 2 -1 -2) (or $x1503 $x733 $x814 $x860 $x1424 $x707 $x314)) (unit-resolution @x649 (unit-resolution @x1312 @x1601 $x1121) $x313) @x730 @x1539 (unit-resolution @x926 @x1599 $x670) @x1537 @x857 $x1503))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2102 |
(let ((@x1609 (unit-resolution @x1534 @x1608 (unit-resolution @x1438 @x1604 $x1381) @x853 @x703 @x1138 @x1258 (unit-resolution @x1279 (unit-resolution @x569 @x1595 $x583) @x1508 $x766) @x1510 @x850 @x1526 @x1525 @x832 @x1254 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2103 |
(let ((@x1610 (lemma @x1609 $x388))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2104 |
(let ((@x1637 ((_ th-lemma arith assign-bounds -1 -1 1 1 -1) (or $x1629 $x1199 $x1531 $x742 $x288 $x389)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2105 |
(let ((@x1639 (unit-resolution @x1636 (unit-resolution @x1637 @x1530 @x1127 @x1370 @x1610 @x703 $x1629) $x1632))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2106 |
(let ((@x1642 (unit-resolution @x1129 (unit-resolution @x631 (unit-resolution @x633 @x1639 $x338) $x628) $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2107 |
(let ((@x1643 ((_ th-lemma arith farkas 1 1 1 1 1) @x1370 @x1642 @x1127 @x1027 (unit-resolution @x633 @x1639 $x338) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2108 |
(let ((@x1645 (lemma @x1643 (or $x363 $x288)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2109 |
(let ((@x889 (unit-resolution @x926 (unit-resolution @x623 (unit-resolution @x1645 @x1370 $x363) $x620) $x670))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2110 |
(let ((@x890 (unit-resolution @x865 (unit-resolution @x623 (unit-resolution @x1645 @x1370 $x363) $x620) $x840))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2111 |
(let ((@x1650 (unit-resolution @x623 (unit-resolution @x1645 (unit-resolution @x1237 @x711 $x289) $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2112 |
(let ((@x1672 (unit-resolution @x950 (unit-resolution @x615 @x1610 $x612) $x936))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2113 |
(let ((@x1648 (unit-resolution @x1237 @x711 $x289))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2114 |
(let ((@x1647 (hypothesis $x875))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2115 |
(let ((@x1617 (unit-resolution @x808 (unit-resolution @x615 @x1610 $x612) $x673))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2116 |
(let ((@x1651 (unit-resolution @x926 @x1650 $x670))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2117 |
(let ((@x1656 ((_ th-lemma arith assign-bounds 1 1 1 1 1 1 1 1) (or $x313 $x1191 $x1423 $x288 $x707 $x706 $x414 $x743 $x742)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2118 |
(let ((@x1657 (unit-resolution @x1656 @x1648 @x703 @x698 @x1138 @x1481 @x1617 @x1651 (unit-resolution @x1402 (unit-resolution @x641 @x1648 $x637) $x1360) $x313))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2119 |
(let ((@x1660 ((_ th-lemma arith assign-bounds -1 1 1 -1 -1 1 -1 -1 -3 3 1 1 2 -2 -2 2) (unit-resolution @x1168 (unit-resolution @x647 @x1657 $x644) $x664) @x715 @x711 @x687 @x720 @x730 (unit-resolution @x1405 (unit-resolution @x641 @x1648 $x637) $x1369) @x1651 @x1617 @x698 @x703 @x1382 @x1647 @x1127 @x1538 @x812 $x871))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2120 |
(let ((@x1662 ((_ th-lemma arith assign-bounds 1 1 1 2 2 1 1 1 1 1 1) (or $x463 $x744 $x745 $x707 $x706 $x743 $x742 $x1629 $x1199 $x288 $x817 $x818)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2121 |
(let ((@x1663 (unit-resolution @x1662 @x1647 @x812 @x698 @x703 @x1127 @x1648 @x1617 @x1651 @x1382 @x1538 @x687 $x463))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2122 |
(let ((@x1667 (lemma (unit-resolution @x725 (unit-resolution @x591 @x1663 $x588) @x1660 false) (or $x1629 $x658 $x745)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2123 |
(let ((@x1669 (unit-resolution @x633 (unit-resolution @x1636 (unit-resolution @x1667 @x941 @x711 $x1629) $x1632) $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2124 |
(let ((@x1675 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1 1 1 1 1) (or $x463 $x707 $x339 $x742 $x706 $x743 $x744 $x745 $x438)) @x687 @x698 @x703 (or $x463 $x707 $x339 $x706 $x745 $x438)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2125 |
(let ((@x1677 (unit-resolution @x591 (unit-resolution @x1675 @x1669 @x1651 @x941 @x1617 @x763 $x463) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2126 |
(let ((@x1681 (unit-resolution ((_ th-lemma arith assign-bounds -1 -2 -2 -2 2 2) (or $x1024 $x817 $x339 $x707 $x706 $x743 $x742)) @x1669 @x703 @x1617 @x1651 @x1538 @x698 $x1024))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2127 |
(let ((@x1682 (unit-resolution @x1451 @x1681 (unit-resolution @x725 @x1677 $x681) @x711 (unit-resolution @x1402 (unit-resolution @x641 @x1648 $x637) $x1360) @x1651 @x1617 @x941 (unit-resolution @x1405 (unit-resolution @x641 @x1648 $x637) $x1369) (unit-resolution @x865 @x1650 $x840) @x1672 (unit-resolution @x1129 (unit-resolution @x631 @x1669 $x628) $x663) @x944 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2128 |
(let ((@x1688 (unit-resolution ((_ th-lemma arith assign-bounds -1 -2 2 -2 -2 2) (or $x1503 $x707 $x706 $x743 $x439 $x817 $x818)) @x1651 @x698 @x1617 @x812 @x1538 (unit-resolution (lemma @x1682 (or $x438 $x658)) @x711 $x438) $x1503))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2129 |
(let ((@x1690 (unit-resolution @x1636 (unit-resolution @x1637 @x1688 @x1127 @x1648 @x1610 @x703 $x1629) $x1632))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2130 |
(let ((@x1693 (unit-resolution @x1129 (unit-resolution @x631 (unit-resolution @x633 @x1690 $x338) $x628) $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2131 |
(let ((@x1696 (unit-resolution ((_ th-lemma arith assign-bounds -3 -2 -2 2 2 -2 -2 2) (or $x839 $x706 $x339 $x707 $x742 $x743 $x439 $x817 $x818)) (unit-resolution @x633 @x1690 $x338) @x698 @x703 @x812 @x1617 @x1651 @x1538 (unit-resolution (lemma @x1682 (or $x438 $x658)) @x711 $x438) $x839))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2132 |
(let ((@x1697 (unit-resolution @x1491 @x1696 @x1693 @x1127 @x835 @x1648 @x1672 (unit-resolution @x865 @x1650 $x840) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2133 |
(let ((@x1698 (lemma @x1697 $x658))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2134 |
(let ((@x1612 (unit-resolution @x1402 (unit-resolution @x641 @x1370 $x637) $x1360))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2135 |
(let ((@x1741 (unit-resolution (unit-resolution @x960 @x853 @x799 (or $x363 $x957 $x438 $x800)) @x763 @x1672 @x1517 $x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2136 |
(let ((@x1743 (unit-resolution @x926 (unit-resolution @x623 @x1741 $x620) $x670))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2137 |
(let ((@x1700 (hypothesis $x932))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2138 |
(let ((@x1704 (unit-resolution @x1662 @x1703 @x812 @x698 @x703 @x1127 @x1370 @x1617 @x683 @x1382 @x1538 @x687 $x463))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2139 |
(let ((@x1708 (unit-resolution @x647 (unit-resolution @x1656 @x1612 @x703 @x698 @x1138 @x1481 @x1617 @x683 @x1370 $x313) $x644))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2140 |
(let ((@x1709 (unit-resolution @x1438 @x1708 $x1381))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2141 |
(let ((@x1713 ((_ th-lemma arith assign-bounds 1 -1 -3/2 3/2 -1 1 -1/2 1/2 -1/2 -1/2 1/2 1/2 -1/2 -1/2 1/2 1/2) @x1712 @x857 @x1672 @x853 @x1517 @x799 @x1709 @x1258 @x832 @x1254 (unit-resolution @x1270 (unit-resolution @x591 @x1704 $x588) $x672) @x1138 @x1612 @x1208 @x835 @x1700 $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2142 |
(let ((@x1718 (unit-resolution ((_ th-lemma arith assign-bounds 2 1 1 1 1 1 1) (or $x488 $x288 $x1532 $x1471 $x710 $x1191 $x1423 $x338)) @x1701 @x1370 @x1138 @x1258 @x1698 @x1612 @x1709 $x488))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2143 |
(let (($x1723 (not $x932))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2144 |
(let (($x1724 (or $x654 $x1415 $x1416 $x1532 $x1471 $x710 $x1472 $x1723 $x1092 $x957 $x958 $x1091 $x815 $x871 $x814 $x1386))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2145 |
(let ((@x1726 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 1/2 -1/2 -1/2 1/2 -1/2 1/2 1/2 -1/2 -1/2 -1/2 1/2 1/2 -1/2) $x1724) (unit-resolution @x725 (unit-resolution @x591 @x1704 $x588) $x681) @x832 @x853 @x835 @x730 @x1258 @x1286 @x1698 @x720 @x1672 @x1700 @x1208 (unit-resolution @x1405 (unit-resolution @x641 @x1370 $x637) $x1369) (unit-resolution @x1293 (unit-resolution @x573 @x1718 $x584) $x1238) @x1709 $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2146 |
(let (($x816 (not $x650))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2147 |
(let (($x1729 (or $x653 $x1323 $x1422 $x734 $x816 $x766 $x744 $x745 $x707 $x706 $x743 $x742 $x1421 $x1262 $x1191 $x1423))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2148 |
(let ((@x1731 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 1/2 -1/2 -1/2 1/2 -1/2 1/2 1/2 -1/2 -1/2 -1/2 1/2 1/2 -1/2) $x1729) @x1713 @x687 @x698 @x703 @x1138 @x715 @x1298 @x1254 (unit-resolution @x1168 @x1708 $x664) @x1617 @x683 @x1382 (unit-resolution @x1270 (unit-resolution @x591 @x1704 $x588) $x672) (unit-resolution @x1300 (unit-resolution @x573 @x1718 $x584) $x1239) @x1612 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2149 |
(let ((@x1732 (unit-resolution @x1306 @x1731 @x1726 (unit-resolution @x569 (unit-resolution @x1279 @x1713 @x1698 $x92) $x582) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2150 |
(let ((@x1734 (lemma @x1732 (or $x338 $x707 $x745 $x1723 $x1092 $x288)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2151 |
(let ((@x1745 (unit-resolution @x1734 @x1370 @x941 @x966 (unit-resolution @x865 (unit-resolution @x623 @x1741 $x620) $x840) @x1743 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2152 |
(let ((@x1747 (unit-resolution @x591 (unit-resolution @x1675 @x1745 @x763 @x941 @x1617 @x1743 $x463) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2153 |
(let ((@x1750 (unit-resolution @x647 (unit-resolution @x1656 @x1612 @x703 @x698 @x1138 @x1481 @x1617 @x1743 @x1370 $x313) $x644))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2154 |
(let ((@x1751 (unit-resolution @x1438 @x1750 $x1381))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2155 |
(let ((@x1735 (hypothesis $x1381))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2156 |
(let ((@x1736 ((_ th-lemma arith farkas 3/4 1/4 -1/4 -3/4 1/2 -1/2 -1/2 1/2 -1/4 1/4 1/4 -1/4 -1/4 1/4 1/4 -1/4 1/4 1) @x683 @x1617 @x698 @x703 @x858 @x857 @x1517 @x799 @x1735 @x1258 @x1255 @x832 @x1254 @x1251 @x1138 (hypothesis $x1360) @x1700 @x1481 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2157 |
(let ((@x1754 (unit-resolution (lemma @x1736 (or $x657 $x707 $x860 $x1532 $x1262 $x1423 $x1723)) (unit-resolution @x1117 (unit-resolution @x631 @x1745 $x628) $x667) @x1743 @x1751 (unit-resolution @x1270 @x1747 $x672) @x1612 @x966 $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2158 |
(let ((@x1759 ((_ th-lemma arith assign-bounds 2 3/4 3/4 3/4 3/4 3/4 1/2 1/2 3/4 3/4 1/2 1/2 1/4 1/4 1/4 1/4 1/4 1/4) @x1370 @x1751 @x1258 @x1698 @x1138 @x1612 (unit-resolution @x1129 (unit-resolution @x631 @x1745 $x628) $x663) @x1127 @x1617 @x698 @x1538 @x812 @x687 @x720 (unit-resolution @x725 @x1747 $x681) @x1743 @x703 @x941 $x488))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2159 |
(let ((@x1762 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 1/2 -1/2 -1/2 1/2 -1/2 1/2 1/2 -1/2 -1/2 -1/2 1/2 1/2 -1/2) $x1724) (unit-resolution @x1293 (unit-resolution @x573 @x1759 $x584) $x1238) @x832 @x853 @x835 @x730 @x1258 @x1286 @x1698 @x720 @x1672 @x966 (unit-resolution @x865 (unit-resolution @x623 @x1741 $x620) $x840) (unit-resolution @x1405 (unit-resolution @x641 @x1370 $x637) $x1369) (unit-resolution @x725 @x1747 $x681) @x1751 $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2160 |
(let ((@x1767 (unit-resolution @x1426 (unit-resolution @x1300 (unit-resolution @x573 @x1759 $x584) $x1239) @x799 @x698 @x703 @x857 @x1138 @x1617 @x1612 @x1743 (unit-resolution @x1117 (unit-resolution @x631 @x1745 $x628) $x667) (unit-resolution @x1270 @x1747 $x672) (unit-resolution ((_ th-lemma arith assign-bounds 2 -1) (or $x933 $x414 $x800)) @x1517 @x1481 $x933) @x1254 @x1298 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2161 |
(let ((@x1768 (unit-resolution @x1306 @x1767 @x1762 (unit-resolution @x569 (unit-resolution @x1279 @x1754 @x1698 $x92) $x582) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2162 |
(let ((@x1770 (lemma @x1768 (or $x288 $x438)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2163 |
(let ((@x891 (unit-resolution @x1770 @x1370 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2164 |
(let ((@x783 (unit-resolution ((_ th-lemma arith assign-bounds -2 2 -2 -2 2 -1) (or $x932 $x817 $x818 $x706 $x364 $x743 $x903)) @x698 @x812 (or $x932 $x817 $x706 $x364 $x903)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2165 |
(let ((@x795 (unit-resolution (unit-resolution @x783 @x1538 @x1617 (or $x932 $x364 $x903)) (unit-resolution @x828 (unit-resolution @x599 @x891 $x596) $x669) (unit-resolution @x1645 @x1370 $x363) $x932))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2166 |
(let ((@x809 (unit-resolution (unit-resolution @x709 @x1617 (or $x463 $x339 $x439 $x707)) @x889 @x688 @x891 $x339))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2167 |
(let ((@x821 (unit-resolution ((_ th-lemma arith assign-bounds 2 -1) (or $x675 $x439 $x784)) (unit-resolution @x693 (unit-resolution @x599 @x891 $x596) $x678) @x891 $x675))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2168 |
(let ((@x836 (lemma (unit-resolution @x1734 @x821 @x809 @x1370 @x795 @x890 @x889 false) (or $x288 $x463)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2169 |
(let ((@x918 (unit-resolution @x836 @x688 $x288))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2170 |
(let ((@x722 (unit-resolution @x1151 (unit-resolution @x639 @x918 $x636) $x660))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2171 |
(let ((@x1807 (unit-resolution (unit-resolution @x1193 @x1138 (or $x338 $x313 $x1141 $x289)) @x1701 @x918 @x722 $x313))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2172 |
(let ((@x838 (unit-resolution (unit-resolution @x960 @x853 @x799 (or $x363 $x957 $x438 $x800)) @x1672 @x1517 (or $x363 $x438)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2173 |
(let ((@x910 (unit-resolution @x623 (unit-resolution @x838 @x763 $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2174 |
(let ((@x920 (unit-resolution @x1146 (unit-resolution @x639 @x918 $x636) $x661))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2175 |
(let ((@x916 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1) (or $x488 $x463 $x813 $x815 $x438)) @x720 (or $x488 $x463 $x813 $x438)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2176 |
(let ((@x923 (unit-resolution @x1293 (unit-resolution @x573 (unit-resolution @x916 @x763 @x688 @x762 $x488) $x584) $x1238))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2177 |
(let ((@x924 ((_ th-lemma arith assign-bounds 1 -1 1 -1 1 -1 1 3 -3 1 -1 -1 2 -2 2 -2) @x923 @x1286 @x762 @x720 @x730 (hypothesis $x1699) @x857 @x1672 @x853 @x1517 @x799 @x920 @x832 @x966 (unit-resolution @x865 @x910 $x840) @x835 $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2178 |
(let (($x886 (>= ?x676 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2179 |
(let ((@x735 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x589) $x886)) @x758 $x886))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2180 |
(let ((@x736 (unit-resolution @x1300 (unit-resolution @x573 (unit-resolution @x916 @x763 @x688 @x762 $x488) $x584) $x1239))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2181 |
(let ((@x682 ((_ th-lemma arith assign-bounds 1 -1 1 -1 1 -1 1 3 -3 1 -1 -1 2 -2 2 -2) @x736 @x1298 @x735 @x1254 @x1138 @x1647 @x1127 @x1617 @x698 @x1538 @x812 @x722 @x687 @x941 (unit-resolution @x926 @x910 $x670) @x703 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2182 |
(let (($x741 (not $x886))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2183 |
(let (($x748 (or $x657 $x741 $x1532 $x1471 $x1421 $x1191 $x706 $x743 $x744 $x745 $x707 $x742 $x1141))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2184 |
(let ((@x750 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 1 -1 1 1 -1 1 -1 1 -1 -1) $x748) (unit-resolution @x926 @x910 $x670) @x698 @x703 @x1138 @x1258 @x1254 @x722 @x1617 @x687 @x941 @x1735 @x735 $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2185 |
(let ((@x755 (unit-resolution @x1279 @x1698 (or $x92 $x766)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2186 |
(let ((@x917 (unit-resolution @x569 (unit-resolution @x755 @x750 $x92) (unit-resolution @x1306 @x682 @x924 $x91) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2187 |
(let ((@x1810 (unit-resolution (lemma @x917 (or $x438 $x1532 $x1629 (not $x1699) $x463)) (unit-resolution @x1438 (unit-resolution @x647 @x1807 $x644) $x1381) @x1703 @x1712 @x688 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2188 |
(let ((@x1780 (hypothesis $x886))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2189 |
(let (($x1782 (or $x657 $x1531 $x741 $x1532 $x1471 $x1421 $x1191 $x957 $x958 $x744 $x742 $x1141 $x784 $x800 $x801))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2190 |
(let ((@x1784 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 -1 1 -1 1 -1 1 1 -1 -1 -1 -2 2) $x1782) (hypothesis $x1503) @x799 @x853 @x703 @x1138 @x1258 @x1254 @x1139 @x868 @x1517 @x1672 @x687 @x1735 @x1780 $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2191 |
(let ((@x1789 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1 1 1) (or $x488 $x338 $x1532 $x1471 $x710 $x1191 $x1141)) @x1701 @x1138 @x1258 @x1698 @x1139 @x1735 $x488))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2192 |
(let (($x927 (not $x1699))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2193 |
(let (($x1792 (or $x654 $x1415 $x1416 $x741 $x1421 $x1191 $x927 $x1424 $x957 $x958 $x800 $x801 $x1141 $x1532 $x1471 $x710))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2194 |
(let ((@x1794 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 -1 1 -1 -1 1 1 -1 1 -1 1 2 -2 -2) $x1792) (unit-resolution @x1293 (unit-resolution @x573 @x1789 $x584) $x1238) @x799 @x853 @x857 @x1138 @x1258 @x1286 @x1698 @x1139 @x1517 @x1672 @x1254 @x1735 @x1780 @x1712 $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2195 |
(let (($x1796 (or $x653 $x1323 $x1422 $x813 $x815 $x814 $x1629 $x1199 $x706 $x743 $x817 $x818 $x733 $x734 $x816 $x766))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2196 |
(let ((@x1798 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 -1 1 -1 -1 1 1 -1 1 -1 1 2 -2 -2) $x1796) @x1784 @x812 @x698 @x1127 @x730 @x715 @x1298 @x720 @x731 @x716 @x1617 @x934 @x1538 @x1703 (unit-resolution @x1300 (unit-resolution @x573 @x1789 $x584) $x1239) $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2197 |
(let ((@x1799 (unit-resolution @x1306 @x1798 @x1794 (unit-resolution @x569 (unit-resolution @x755 @x1784 $x92) $x582) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2198 |
(let ((@x1814 (unit-resolution (lemma @x1799 (or $x1531 $x733 $x734 $x813 $x1141 $x1532 $x741 $x784 $x338)) (unit-resolution @x1168 (unit-resolution @x647 @x1807 $x644) $x664) @x920 @x762 @x722 (unit-resolution @x1438 (unit-resolution @x647 @x1807 $x644) $x1381) @x735 (unit-resolution @x693 (unit-resolution @x599 @x1810 $x596) $x678) @x1701 $x1531))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2199 |
(let ((@x1816 (unit-resolution ((_ th-lemma arith assign-bounds -1 -2 2 -2 -2 2) (or $x1503 $x707 $x706 $x743 $x439 $x817 $x818)) @x698 @x1617 @x812 @x1538 (or $x1503 $x707 $x439)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2200 |
(let ((@x1803 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x823 $x1503)) (hypothesis $x621) (hypothesis $x1531) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2201 |
(let ((@x1804 (lemma @x1803 (or $x823 $x1503)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2202 |
(let ((@x1820 (unit-resolution @x623 (unit-resolution @x625 (unit-resolution @x1804 @x1814 $x823) $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2203 |
(let ((@x1821 (unit-resolution @x926 @x1820 (unit-resolution @x1816 @x1814 @x1810 $x707) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2204 |
(let ((@x1861 (unit-resolution (lemma @x1821 (or $x338 $x463)) @x688 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2205 |
(let ((@x1827 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 -1 -1 -1 1 1 -1) (or $x860 $x707 $x414 $x742 $x1424 $x800 $x801 $x289 $x438)) @x799 @x703 @x857 @x1481 @x1517 (or $x860 $x707 $x289 $x438)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2206 |
(let ((@x1829 (unit-resolution @x926 @x910 (unit-resolution @x1827 @x763 @x1078 @x858 $x707) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2207 |
(let ((@x1831 (lemma @x1829 (or $x438 $x289 $x860)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2208 |
(let ((@x1864 (unit-resolution @x1831 @x918 (unit-resolution @x1117 (unit-resolution @x631 @x1861 $x628) $x667) $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2209 |
(let ((@x1865 (unit-resolution (unit-resolution @x709 @x1617 (or $x463 $x339 $x439 $x707)) @x1864 @x688 @x1861 $x707))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2210 |
(let ((@x1868 (unit-resolution @x1129 (unit-resolution @x631 @x1861 $x628) $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2211 |
(let ((@x1619 (unit-resolution ((_ th-lemma arith assign-bounds -1 -1 -1 1 1 -1 1 1 -1) (or $x706 $x743 $x313 $x1141 $x1191 $x817 $x1198 $x1199 $x439 $x818)) @x698 @x1127 @x1138 @x812 (or $x706 $x313 $x1141 $x817 $x1198 $x439)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2212 |
(let ((@x1871 (unit-resolution (unit-resolution @x1619 @x1538 @x1617 (or $x313 $x1141 $x1198 $x439)) @x1864 @x722 @x1868 $x313))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2213 |
(let ((@x1836 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 -1 1 -1 -1 1 1 -1 1 -1 1 2 -2 -2) $x1796) @x1320 @x812 @x698 @x1127 @x730 @x715 @x1298 @x720 @x731 @x716 @x1617 @x934 @x1538 @x1647 @x764 $x1323))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2214 |
(let ((@x1833 ((_ th-lemma arith farkas 1 -1 -1 1 -1 1 1 1 -1 1 -1 -1 1) @x1138 @x1139 @x1298 @x1320 @x934 @x720 @x1127 @x1617 @x698 @x1538 @x812 @x1213 (hypothesis $x1506) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2215 |
(let ((@x1837 (unit-resolution (lemma @x1833 (or $x1558 $x1141 $x653 $x813 $x1198)) @x1320 @x1139 @x934 @x1213 $x1558))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2216 |
(let ((@x1840 (unit-resolution @x573 (unit-resolution @x575 (unit-resolution @x1569 @x1837 $x1546) $x488) $x584))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2217 |
(let ((@x1843 (lemma (unit-resolution @x1300 @x1840 @x1836 false) (or $x653 $x1141 $x813 $x1198 $x733 $x734 $x1629 $x766)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2218 |
(let ((@x1847 (unit-resolution @x1306 (unit-resolution @x1843 @x764 @x934 @x1213 @x731 @x716 @x1647 @x1139 $x653) (unit-resolution @x569 (unit-resolution @x755 @x764 $x92) $x582) $x1304))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2219 |
(let (($x1848 (or $x1550 $x814 $x733 $x1416 $x654 $x741 $x1421 $x1424 $x957 $x958 $x800 $x801 $x860))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2220 |
(let ((@x1850 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 -1 1 -1 1 1 1 -1 1 -1 -1) $x1848) @x1847 @x799 @x853 @x857 @x730 @x1254 @x731 @x1517 @x858 @x1672 @x1286 @x1780 $x1550))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2221 |
(let ((@x1853 (unit-resolution @x573 (unit-resolution @x575 (unit-resolution @x1583 @x1850 $x1546) $x488) $x584))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2222 |
(let ((@x1857 (unit-resolution ((_ th-lemma arith assign-bounds -1 -2 -2 2 2 2 -2) (or $x1699 $x860 $x489 $x734 $x816 $x766 $x814 $x733)) @x764 @x715 @x730 @x731 @x716 @x858 (unit-resolution @x575 (unit-resolution @x1583 @x1850 $x1546) $x488) $x1699))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2223 |
(let ((@x1858 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 -1 1 -1 -1 1 1 -1 1 -1 1 2 -2 -2) $x1792) @x1857 (unit-resolution @x1293 @x1853 $x1238) @x799 @x853 @x857 @x1138 @x1258 @x1735 @x1698 @x1139 @x1517 @x1672 @x1847 @x1254 @x1780 @x1286 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2224 |
(let ((@x1878 (unit-resolution (lemma @x1858 (or $x766 $x1532 $x1141 $x741 $x733 $x734 $x860 $x813 $x1198 $x1629)) (unit-resolution @x1438 (unit-resolution @x647 @x1871 $x644) $x1381) @x722 @x735 @x920 (unit-resolution @x1168 (unit-resolution @x647 @x1871 $x644) $x664) (unit-resolution @x1117 (unit-resolution @x631 @x1861 $x628) $x667) @x762 @x1868 (unit-resolution ((_ th-lemma arith assign-bounds 1 -2) (or $x875 $x1198 $x339)) @x1861 @x1868 $x875) $x766))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2225 |
(let ((@x1879 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 -1 1 -1 1 -1 1 1 -1 -1 -1 -2 2) $x1782) @x1878 @x799 @x853 @x703 @x1138 @x1258 (unit-resolution @x1438 (unit-resolution @x647 @x1871 $x644) $x1381) @x722 (unit-resolution @x693 (unit-resolution @x599 @x1864 $x596) $x678) @x1517 @x1672 @x687 @x1254 @x735 $x1531))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2226 |
(let ((@x1882 (unit-resolution @x623 (unit-resolution @x625 (unit-resolution @x1804 @x1879 $x823) $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2227 |
(let ((@x1884 (lemma (unit-resolution @x926 @x1882 @x1865 false) $x463))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2228 |
(let ((@x1943 (unit-resolution ((_ th-lemma arith assign-bounds 1 -1 1 -1 1) (or $x678 $x389 $x1472 $x817 $x818 $x464)) @x832 @x812 @x1610 @x1884 @x1538 $x678))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2229 |
(let ((@x1906 (unit-resolution @x1770 @x763 $x288))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2230 |
(let ((@x1910 (unit-resolution (unit-resolution @x1207 @x1481 (or $x438 $x289 $x313)) @x763 @x1906 $x313))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2231 |
(let ((@x1915 (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x663 $x667)) (unit-resolution @x1831 @x1906 @x763 $x860) $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2232 |
(let ((@x1886 (unit-resolution @x1270 (unit-resolution @x591 @x1884 $x588) $x672))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2233 |
(let ((@x1887 ((_ th-lemma arith farkas -1 1 -1 1 -3/2 3/2 -1/2 1/2 1/2 -1/2 1/2 -1/2 1/2 1/2 -1/2 -1/2 1/2 1) @x857 @x1078 @x1517 @x799 @x1672 @x853 @x1735 @x1258 @x1255 @x1254 @x1700 @x832 @x1886 @x1138 @x1152 @x1208 @x835 (hypothesis $x1699) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2234 |
(let ((@x1890 (unit-resolution (lemma @x1887 (or $x657 $x289 $x1532 $x1723 $x1092 $x927)) @x1712 @x1735 @x1700 @x1208 @x1078 $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2235 |
(let ((@x1772 (hypothesis $x871))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2236 |
(let ((@x1774 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x589) $x679)) @x758 (unit-resolution ((_ th-lemma arith assign-bounds 1 2) (or $x681 $x813 $x463)) @x688 @x1772 $x813) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2237 |
(let ((@x1777 (unit-resolution @x591 (unit-resolution (lemma @x1774 (or $x463 $x681)) @x1772 $x463) $x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2238 |
(let ((@x1779 (lemma (unit-resolution @x725 @x1777 @x1772 false) $x681))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2239 |
(let ((@x1897 (unit-resolution (unit-resolution ((_ th-lemma arith assign-bounds 2 -1) (or $x679 $x464 $x871)) @x1779 (or $x679 $x464)) @x1884 $x679))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2240 |
(let ((@x1899 (unit-resolution @x1306 (unit-resolution @x1843 @x1890 @x1897 @x1213 @x1147 @x716 @x1703 @x1152 $x653) (unit-resolution @x569 (unit-resolution @x755 @x1890 $x92) $x582) $x1304))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2241 |
(let ((@x1900 (unit-resolution ((_ th-lemma arith assign-bounds 1 1 1 1 1 1) (or $x488 $x338 $x1532 $x1471 $x710 $x1191 $x1141)) @x1701 @x1138 @x1258 @x1698 @x1152 @x1735 $x488))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2242 |
(let ((@x1903 ((_ th-lemma arith farkas -1 -1 1 -2 2 -1 1 1 1 -1 -1 1 -1 1 -1 1) @x857 @x1517 @x799 @x1672 @x853 @x1735 @x1258 @x1698 @x1700 @x832 @x1208 @x835 (unit-resolution @x1293 (unit-resolution @x573 @x1900 $x584) $x1238) @x1286 @x1899 @x1712 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2243 |
(let ((@x1917 (unit-resolution (lemma @x1903 (or $x338 $x1532 $x1723 $x1092 $x1198 $x734 $x289)) (unit-resolution @x1438 (unit-resolution @x647 @x1910 $x644) $x1381) @x966 (unit-resolution @x865 @x910 $x840) @x1915 (unit-resolution @x1168 (unit-resolution @x647 @x1910 $x644) $x664) @x1906 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2244 |
(let ((@x1919 (unit-resolution @x1117 (unit-resolution @x631 @x1917 $x628) (unit-resolution @x1831 @x1906 @x763 $x860) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2245 |
(let ((@x1920 (lemma @x1919 $x438))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2246 |
(let ((@x1922 (unit-resolution @x828 (unit-resolution @x599 @x1920 $x596) $x669))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2247 |
(let ((@x1925 (unit-resolution ((_ th-lemma arith assign-bounds -1 -2 2 -2 -2 2) (or $x839 $x706 $x817 $x818 $x464 $x903 $x1472)) @x832 @x812 @x1617 @x1538 @x1884 @x1922 $x839))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2248 |
(let ((@x1929 (unit-resolution @x631 (unit-resolution (unit-resolution @x1486 @x1481 (or $x338 $x872)) @x1925 $x338) $x628))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2249 |
(let ((@x1930 (unit-resolution @x1129 @x1929 $x663))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2250 |
(let ((@x1933 (unit-resolution (unit-resolution @x1491 @x1127 @x835 @x1672 (or $x872 $x1198 $x1092 $x288)) @x1370 @x1925 @x1930 $x1092))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2251 |
(let ((@x1934 (unit-resolution ((_ th-lemma arith assign-bounds 1 -2) (or $x875 $x1198 $x339)) @x1930 (unit-resolution (unit-resolution @x1486 @x1481 (or $x338 $x872)) @x1925 $x338) $x875))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2252 |
(let ((@x1937 (unit-resolution (unit-resolution @x1637 @x1127 @x1610 @x703 (or $x1629 $x1531 $x288)) @x1370 @x1934 $x1531))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2253 |
(let ((@x1939 (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x840 $x670)) (unit-resolution @x1816 @x1937 @x1920 $x707) @x1933 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2254 |
(let ((@x1945 (unit-resolution @x1151 (unit-resolution @x639 (lemma @x1939 $x288) $x636) $x660))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2255 |
(let ((@x1948 (unit-resolution (unit-resolution @x1580 @x1779 (or $x653 $x872 $x1141 $x1262 $x784)) @x1945 @x1886 @x1925 @x1943 $x653))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2256 |
(let ((@x1950 (unit-resolution @x1146 (unit-resolution @x639 (lemma @x1939 $x288) $x636) $x661))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2257 |
(let ((@x1951 (unit-resolution ((_ th-lemma arith assign-bounds 2 -1) (or $x780 $x389 $x957)) @x1672 @x1610 $x780))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2258 |
(let ((@x1954 (unit-resolution (unit-resolution @x1592 @x1951 (or $x654 $x903 $x1262 $x733 $x860)) @x1950 @x1886 @x1922 (unit-resolution @x1117 @x1929 $x667) $x654))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2259 |
(let ((@x1957 (unit-resolution @x755 (unit-resolution @x569 (unit-resolution @x1306 @x1954 @x1948 $x91) $x583) $x766))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2260 |
(let ((@x1958 (unit-resolution (unit-resolution @x1619 @x1538 @x1617 (or $x313 $x1141 $x1198 $x439)) @x1945 @x1920 @x1930 $x313))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2261 |
(let ((@x1963 (unit-resolution ((_ th-lemma arith assign-bounds 2 -1) (or $x1249 $x314 $x1532)) (unit-resolution @x1438 (unit-resolution @x647 @x1958 $x644) $x1381) @x1958 $x1249))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2262 |
(let ((@x1966 (unit-resolution (unit-resolution @x1264 @x1951 (or $x657 $x707 $x1261 $x1262 $x733 $x903 $x860)) @x1963 @x1886 (unit-resolution @x1117 @x1929 $x667) @x1950 @x1922 @x1957 $x707))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2263 |
(let ((@x1968 (unit-resolution @x1534 @x853 @x703 @x1138 @x1258 @x1951 @x832 @x1254 (or $x657 $x1531 $x1532 $x903 $x1262 $x1141)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2264 |
(let ((@x1969 (unit-resolution @x1968 (unit-resolution @x1438 (unit-resolution @x647 @x1958 $x644) $x1381) @x1886 @x1922 @x1945 @x1957 $x1531))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2265 |
(let ((@x1972 (unit-resolution @x623 (unit-resolution @x625 (unit-resolution @x1804 @x1969 $x823) $x363) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2266 |
(unit-resolution @x926 @x1972 @x1966 false)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2267 |
|
73389 | 2268 |
acc0a8679fada55f807fa45c47b89f2dc4f0cc19 20 0 |
73382 | 2269 |
unsat |
2270 |
((set-logic AUFLIRA) |
|
2271 |
(proof |
|
2272 |
(let ((?x30 (* 2.0 x$))) |
|
2273 |
(let ((?x32 (+ ?x30 1.0))) |
|
2274 |
(let ((?x28 (+ x$ x$))) |
|
2275 |
(let (($x33 (< ?x28 ?x32))) |
|
2276 |
(let (($x34 (or false $x33))) |
|
2277 |
(let (($x35 (or $x33 $x34))) |
|
2278 |
(let (($x36 (not $x35))) |
|
2279 |
(let ((@x67 (monotonicity (rewrite (= (< ?x30 (+ 1.0 ?x30)) true)) (= (not (< ?x30 (+ 1.0 ?x30))) (not true))))) |
|
2280 |
(let ((@x71 (trans @x67 (rewrite (= (not true) false)) (= (not (< ?x30 (+ 1.0 ?x30))) false)))) |
|
2281 |
(let ((?x40 (+ 1.0 ?x30))) |
|
2282 |
(let (($x43 (< ?x30 ?x40))) |
|
2283 |
(let ((@x45 (monotonicity (rewrite (= ?x28 ?x30)) (rewrite (= ?x32 ?x40)) (= $x33 $x43)))) |
|
2284 |
(let ((@x52 (trans (monotonicity @x45 (= $x34 (or false $x43))) (rewrite (= (or false $x43) $x43)) (= $x34 $x43)))) |
|
2285 |
(let ((@x59 (trans (monotonicity @x45 @x52 (= $x35 (or $x43 $x43))) (rewrite (= (or $x43 $x43) $x43)) (= $x35 $x43)))) |
|
2286 |
(let ((@x62 (monotonicity @x59 (= $x36 (not $x43))))) |
|
2287 |
(mp (asserted $x36) (trans @x62 @x71 (= $x36 false)) false)))))))))))))))))) |
|
2288 |
||
73389 | 2289 |
f2ecc8d02c730cd119d0a8be84bc5bf03ed0f98b 113 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2290 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2291 |
((set-logic <null>) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2292 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2293 |
(let ((?x228 (mod x$ 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2294 |
(let ((?x262 (* (- 1) ?x228))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2295 |
(let ((?x31 (modulo$ x$ 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2296 |
(let ((?x263 (+ ?x31 ?x262))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2297 |
(let (($x280 (>= ?x263 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2298 |
(let (($x264 (= ?x263 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2299 |
(let (($x205 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x136 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2300 |
(let ((?x93 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2301 |
(let ((?x90 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2302 |
(let ((?x144 (mod ?x90 ?x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2303 |
(let ((?x150 (* (- 1) ?x144))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2304 |
(let (($x111 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2305 |
(let ((?x170 (ite $x111 ?x150 ?x136))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2306 |
(let (($x78 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2307 |
(let ((?x175 (ite $x78 ?v0 ?x170))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2308 |
(let ((?x135 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2309 |
(= ?x135 ?x175))))))))))) :pattern ( (modulo$ ?v0 ?v1) ) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2310 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2311 |
(let (($x181 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x136 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2312 |
(let ((?x93 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2313 |
(let ((?x90 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2314 |
(let ((?x144 (mod ?x90 ?x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2315 |
(let ((?x150 (* (- 1) ?x144))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2316 |
(let (($x111 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2317 |
(let ((?x170 (ite $x111 ?x150 ?x136))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2318 |
(let (($x78 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2319 |
(let ((?x175 (ite $x78 ?v0 ?x170))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2320 |
(let ((?x135 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2321 |
(= ?x135 ?x175))))))))))) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2322 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2323 |
(let ((?x136 (mod ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2324 |
(let ((?x93 (* (- 1) ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2325 |
(let ((?x90 (* (- 1) ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2326 |
(let ((?x144 (mod ?x90 ?x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2327 |
(let ((?x150 (* (- 1) ?x144))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2328 |
(let (($x111 (<= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2329 |
(let ((?x170 (ite $x111 ?x150 ?x136))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2330 |
(let (($x78 (= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2331 |
(let ((?x175 (ite $x78 ?1 ?x170))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2332 |
(let ((?x135 (modulo$ ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2333 |
(let (($x178 (= ?x135 ?x175))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2334 |
(let (($x142 (forall ((?v0 Int) (?v1 Int) )(! (let (($x78 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2335 |
(let ((?x140 (ite $x78 ?v0 (ite (< 0 ?v1) (mod ?v0 ?v1) (- (mod (- ?v0) (- ?v1))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2336 |
(let ((?x135 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2337 |
(= ?x135 ?x140)))) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2338 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2339 |
(let (($x164 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x93 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2340 |
(let ((?x90 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2341 |
(let ((?x144 (mod ?x90 ?x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2342 |
(let ((?x150 (* (- 1) ?x144))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2343 |
(let ((?x136 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2344 |
(let (($x79 (< 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2345 |
(let ((?x155 (ite $x79 ?x136 ?x150))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2346 |
(let (($x78 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2347 |
(let ((?x158 (ite $x78 ?v0 ?x155))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2348 |
(let ((?x135 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2349 |
(= ?x135 ?x158))))))))))) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2350 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2351 |
(let ((@x169 (monotonicity (rewrite (= (< 0 ?0) (not $x111))) (= (ite (< 0 ?0) ?x136 ?x150) (ite (not $x111) ?x136 ?x150))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2352 |
(let ((@x174 (trans @x169 (rewrite (= (ite (not $x111) ?x136 ?x150) ?x170)) (= (ite (< 0 ?0) ?x136 ?x150) ?x170)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2353 |
(let ((@x177 (monotonicity @x174 (= (ite $x78 ?1 (ite (< 0 ?0) ?x136 ?x150)) ?x175)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2354 |
(let ((@x180 (monotonicity @x177 (= (= ?x135 (ite $x78 ?1 (ite (< 0 ?0) ?x136 ?x150))) $x178)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2355 |
(let (($x79 (< 0 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2356 |
(let ((?x155 (ite $x79 ?x136 ?x150))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2357 |
(let ((?x158 (ite $x78 ?1 ?x155))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2358 |
(let (($x161 (= ?x135 ?x158))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2359 |
(let (($x162 (= (= ?x135 (ite $x78 ?1 (ite $x79 ?x136 (- (mod (- ?1) (- ?0)))))) $x161))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2360 |
(let ((@x146 (monotonicity (rewrite (= (- ?1) ?x90)) (rewrite (= (- ?0) ?x93)) (= (mod (- ?1) (- ?0)) ?x144)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2361 |
(let ((@x154 (trans (monotonicity @x146 (= (- (mod (- ?1) (- ?0))) (- ?x144))) (rewrite (= (- ?x144) ?x150)) (= (- (mod (- ?1) (- ?0))) ?x150)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2362 |
(let ((@x157 (monotonicity @x154 (= (ite $x79 ?x136 (- (mod (- ?1) (- ?0)))) ?x155)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2363 |
(let ((@x160 (monotonicity @x157 (= (ite $x78 ?1 (ite $x79 ?x136 (- (mod (- ?1) (- ?0))))) ?x158)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2364 |
(let ((@x185 (trans (quant-intro (monotonicity @x160 $x162) (= $x142 $x164)) (quant-intro @x180 (= $x164 $x181)) (= $x142 $x181)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2365 |
(let ((@x196 (mp~ (mp (asserted $x142) @x185 $x181) (nnf-pos (refl (~ $x178 $x178)) (~ $x181 $x181)) $x181))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2366 |
(let ((@x210 (mp @x196 (quant-intro (refl (= $x178 $x178)) (= $x181 $x205)) $x205))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2367 |
(let (($x270 (or (not $x205) $x264))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2368 |
(let ((?x225 (* (- 1) 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2369 |
(let ((?x224 (* (- 1) x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2370 |
(let ((?x226 (mod ?x224 ?x225))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2371 |
(let ((?x227 (* (- 1) ?x226))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2372 |
(let (($x223 (<= 2 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2373 |
(let ((?x229 (ite $x223 ?x227 ?x228))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2374 |
(let (($x222 (= 2 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2375 |
(let ((?x230 (ite $x222 x$ ?x229))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2376 |
(let (($x231 (= ?x31 ?x230))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2377 |
(let ((@x244 (monotonicity (monotonicity (rewrite (= ?x225 (- 2))) (= ?x226 (mod ?x224 (- 2)))) (= ?x227 (* (- 1) (mod ?x224 (- 2))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2378 |
(let ((@x247 (monotonicity (rewrite (= $x223 false)) @x244 (= ?x229 (ite false (* (- 1) (mod ?x224 (- 2))) ?x228))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2379 |
(let ((@x251 (trans @x247 (rewrite (= (ite false (* (- 1) (mod ?x224 (- 2))) ?x228) ?x228)) (= ?x229 ?x228)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2380 |
(let ((@x254 (monotonicity (rewrite (= $x222 false)) @x251 (= ?x230 (ite false x$ ?x228))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2381 |
(let ((@x261 (monotonicity (trans @x254 (rewrite (= (ite false x$ ?x228) ?x228)) (= ?x230 ?x228)) (= $x231 (= ?x31 ?x228))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2382 |
(let ((@x274 (monotonicity (trans @x261 (rewrite (= (= ?x31 ?x228) $x264)) (= $x231 $x264)) (= (or (not $x205) $x231) $x270)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2383 |
(let ((@x277 (trans @x274 (rewrite (= $x270 $x270)) (= (or (not $x205) $x231) $x270)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2384 |
(let ((@x278 (mp ((_ quant-inst x$ 2) (or (not $x205) $x231)) @x277 $x270))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2385 |
(let ((@x332 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x264) $x280)) (unit-resolution @x278 @x210 $x264) $x280))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2386 |
(let (($x305 (>= ?x228 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2387 |
(let (($x64 (>= ?x31 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2388 |
(let (($x67 (not $x64))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2389 |
(let (($x36 (not (<= (+ x$ 1) (+ x$ (+ (* 2 ?x31) 1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2390 |
(let ((@x69 (monotonicity (rewrite (= (>= (* 2 ?x31) 0) $x64)) (= (not (>= (* 2 ?x31) 0)) $x67)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2391 |
(let ((?x32 (* 2 ?x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2392 |
(let ((?x47 (+ 1 x$ ?x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2393 |
(let (($x52 (<= (+ 1 x$) ?x47))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2394 |
(let (($x55 (not $x52))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2395 |
(let ((@x63 (monotonicity (rewrite (= $x52 (>= ?x32 0))) (= $x55 (not (>= ?x32 0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2396 |
(let ((@x46 (monotonicity (rewrite (= (+ ?x32 1) (+ 1 ?x32))) (= (+ x$ (+ ?x32 1)) (+ x$ (+ 1 ?x32)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2397 |
(let ((@x51 (trans @x46 (rewrite (= (+ x$ (+ 1 ?x32)) ?x47)) (= (+ x$ (+ ?x32 1)) ?x47)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2398 |
(let ((@x54 (monotonicity (rewrite (= (+ x$ 1) (+ 1 x$))) @x51 (= (<= (+ x$ 1) (+ x$ (+ ?x32 1))) $x52)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2399 |
(let ((@x73 (trans (monotonicity @x54 (= $x36 $x55)) (trans @x63 @x69 (= $x55 $x67)) (= $x36 $x67)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2400 |
(let ((@x74 (mp (asserted $x36) @x73 $x67))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2401 |
((_ th-lemma arith farkas -1 1 1) @x74 (unit-resolution ((_ th-lemma arith) (or false $x305)) (true-axiom true) $x305) @x332 false)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2402 |
|
73389 | 2403 |
2b90909cb79318775a857f179e3de90ebc09360b 112 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2404 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2405 |
((set-logic <null>) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2406 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2407 |
(let ((?x224 (mod x$ 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2408 |
(let (($x318 (>= ?x224 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2409 |
(let (($x319 (not $x318))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2410 |
(let ((?x258 (* (- 1) ?x224))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2411 |
(let ((?x29 (modulo$ x$ 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2412 |
(let ((?x259 (+ ?x29 ?x258))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2413 |
(let (($x275 (<= ?x259 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2414 |
(let (($x260 (= ?x259 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2415 |
(let (($x201 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x132 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2416 |
(let ((?x89 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2417 |
(let ((?x86 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2418 |
(let ((?x140 (mod ?x86 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2419 |
(let ((?x146 (* (- 1) ?x140))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2420 |
(let (($x107 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2421 |
(let ((?x166 (ite $x107 ?x146 ?x132))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2422 |
(let (($x74 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2423 |
(let ((?x171 (ite $x74 ?v0 ?x166))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2424 |
(let ((?x131 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2425 |
(= ?x131 ?x171))))))))))) :pattern ( (modulo$ ?v0 ?v1) ) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2426 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2427 |
(let (($x177 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x132 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2428 |
(let ((?x89 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2429 |
(let ((?x86 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2430 |
(let ((?x140 (mod ?x86 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2431 |
(let ((?x146 (* (- 1) ?x140))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2432 |
(let (($x107 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2433 |
(let ((?x166 (ite $x107 ?x146 ?x132))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2434 |
(let (($x74 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2435 |
(let ((?x171 (ite $x74 ?v0 ?x166))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2436 |
(let ((?x131 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2437 |
(= ?x131 ?x171))))))))))) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2438 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2439 |
(let ((?x132 (mod ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2440 |
(let ((?x89 (* (- 1) ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2441 |
(let ((?x86 (* (- 1) ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2442 |
(let ((?x140 (mod ?x86 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2443 |
(let ((?x146 (* (- 1) ?x140))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2444 |
(let (($x107 (<= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2445 |
(let ((?x166 (ite $x107 ?x146 ?x132))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2446 |
(let (($x74 (= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2447 |
(let ((?x171 (ite $x74 ?1 ?x166))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2448 |
(let ((?x131 (modulo$ ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2449 |
(let (($x174 (= ?x131 ?x171))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2450 |
(let (($x138 (forall ((?v0 Int) (?v1 Int) )(! (let (($x74 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2451 |
(let ((?x136 (ite $x74 ?v0 (ite (< 0 ?v1) (mod ?v0 ?v1) (- (mod (- ?v0) (- ?v1))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2452 |
(let ((?x131 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2453 |
(= ?x131 ?x136)))) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2454 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2455 |
(let (($x160 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x89 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2456 |
(let ((?x86 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2457 |
(let ((?x140 (mod ?x86 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2458 |
(let ((?x146 (* (- 1) ?x140))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2459 |
(let ((?x132 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2460 |
(let (($x75 (< 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2461 |
(let ((?x151 (ite $x75 ?x132 ?x146))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2462 |
(let (($x74 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2463 |
(let ((?x154 (ite $x74 ?v0 ?x151))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2464 |
(let ((?x131 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2465 |
(= ?x131 ?x154))))))))))) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2466 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2467 |
(let ((@x165 (monotonicity (rewrite (= (< 0 ?0) (not $x107))) (= (ite (< 0 ?0) ?x132 ?x146) (ite (not $x107) ?x132 ?x146))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2468 |
(let ((@x170 (trans @x165 (rewrite (= (ite (not $x107) ?x132 ?x146) ?x166)) (= (ite (< 0 ?0) ?x132 ?x146) ?x166)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2469 |
(let ((@x173 (monotonicity @x170 (= (ite $x74 ?1 (ite (< 0 ?0) ?x132 ?x146)) ?x171)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2470 |
(let ((@x176 (monotonicity @x173 (= (= ?x131 (ite $x74 ?1 (ite (< 0 ?0) ?x132 ?x146))) $x174)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2471 |
(let (($x75 (< 0 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2472 |
(let ((?x151 (ite $x75 ?x132 ?x146))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2473 |
(let ((?x154 (ite $x74 ?1 ?x151))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2474 |
(let (($x157 (= ?x131 ?x154))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2475 |
(let (($x158 (= (= ?x131 (ite $x74 ?1 (ite $x75 ?x132 (- (mod (- ?1) (- ?0)))))) $x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2476 |
(let ((@x142 (monotonicity (rewrite (= (- ?1) ?x86)) (rewrite (= (- ?0) ?x89)) (= (mod (- ?1) (- ?0)) ?x140)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2477 |
(let ((@x150 (trans (monotonicity @x142 (= (- (mod (- ?1) (- ?0))) (- ?x140))) (rewrite (= (- ?x140) ?x146)) (= (- (mod (- ?1) (- ?0))) ?x146)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2478 |
(let ((@x153 (monotonicity @x150 (= (ite $x75 ?x132 (- (mod (- ?1) (- ?0)))) ?x151)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2479 |
(let ((@x156 (monotonicity @x153 (= (ite $x74 ?1 (ite $x75 ?x132 (- (mod (- ?1) (- ?0))))) ?x154)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2480 |
(let ((@x181 (trans (quant-intro (monotonicity @x156 $x158) (= $x138 $x160)) (quant-intro @x176 (= $x160 $x177)) (= $x138 $x177)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2481 |
(let ((@x192 (mp~ (mp (asserted $x138) @x181 $x177) (nnf-pos (refl (~ $x174 $x174)) (~ $x177 $x177)) $x177))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2482 |
(let ((@x206 (mp @x192 (quant-intro (refl (= $x174 $x174)) (= $x177 $x201)) $x201))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2483 |
(let (($x266 (or (not $x201) $x260))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2484 |
(let ((?x221 (* (- 1) 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2485 |
(let ((?x220 (* (- 1) x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2486 |
(let ((?x222 (mod ?x220 ?x221))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2487 |
(let ((?x223 (* (- 1) ?x222))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2488 |
(let (($x219 (<= 2 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2489 |
(let ((?x225 (ite $x219 ?x223 ?x224))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2490 |
(let (($x218 (= 2 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2491 |
(let ((?x226 (ite $x218 x$ ?x225))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2492 |
(let (($x227 (= ?x29 ?x226))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2493 |
(let ((@x240 (monotonicity (monotonicity (rewrite (= ?x221 (- 2))) (= ?x222 (mod ?x220 (- 2)))) (= ?x223 (* (- 1) (mod ?x220 (- 2))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2494 |
(let ((@x243 (monotonicity (rewrite (= $x219 false)) @x240 (= ?x225 (ite false (* (- 1) (mod ?x220 (- 2))) ?x224))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2495 |
(let ((@x247 (trans @x243 (rewrite (= (ite false (* (- 1) (mod ?x220 (- 2))) ?x224) ?x224)) (= ?x225 ?x224)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2496 |
(let ((@x250 (monotonicity (rewrite (= $x218 false)) @x247 (= ?x226 (ite false x$ ?x224))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2497 |
(let ((@x257 (monotonicity (trans @x250 (rewrite (= (ite false x$ ?x224) ?x224)) (= ?x226 ?x224)) (= $x227 (= ?x29 ?x224))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2498 |
(let ((@x270 (monotonicity (trans @x257 (rewrite (= (= ?x29 ?x224) $x260)) (= $x227 $x260)) (= (or (not $x201) $x227) $x266)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2499 |
(let ((@x273 (trans @x270 (rewrite (= $x266 $x266)) (= (or (not $x201) $x227) $x266)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2500 |
(let ((@x274 (mp ((_ quant-inst x$ 2) (or (not $x201) $x227)) @x273 $x266))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2501 |
(let ((@x331 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x260) $x275)) (unit-resolution @x274 @x206 $x260) $x275))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2502 |
(let (($x63 (>= ?x29 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2503 |
(let ((?x37 (* 2 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2504 |
(let (($x56 (>= ?x37 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2505 |
(let (($x46 (< (+ x$ ?x37) (+ 3 x$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2506 |
(let (($x49 (not $x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2507 |
(let ((@x58 (monotonicity (rewrite (= $x46 (not $x56))) (= $x49 (not (not $x56)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2508 |
(let ((@x67 (trans (trans @x58 (rewrite (= (not (not $x56)) $x56)) (= $x49 $x56)) (rewrite (= $x56 $x63)) (= $x49 $x63)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2509 |
(let ((@x42 (monotonicity (rewrite (= (+ ?x29 ?x29) ?x37)) (= (+ x$ (+ ?x29 ?x29)) (+ x$ ?x37))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2510 |
(let ((@x48 (monotonicity @x42 (rewrite (= (+ x$ 3) (+ 3 x$))) (= (< (+ x$ (+ ?x29 ?x29)) (+ x$ 3)) $x46)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2511 |
(let ((@x51 (monotonicity @x48 (= (not (< (+ x$ (+ ?x29 ?x29)) (+ x$ 3))) $x49)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2512 |
(let ((@x69 (trans @x51 @x67 (= (not (< (+ x$ (+ ?x29 ?x29)) (+ x$ 3))) $x63)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2513 |
(let ((@x70 (mp (asserted (not (< (+ x$ (+ ?x29 ?x29)) (+ x$ 3)))) @x69 $x63))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2514 |
((_ th-lemma arith farkas -1 1 1) @x70 @x331 (unit-resolution ((_ th-lemma arith) (or false $x319)) (true-axiom true) $x319) false))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2515 |
|
73389 | 2516 |
9e8bd1ccee1598c51f1f67ef729241282bee8975 32 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2517 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2518 |
((set-logic <null>) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2519 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2520 |
(let (($x28 (= x$ 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2521 |
(let (($x29 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2522 |
(let ((@x30 (asserted $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2523 |
(let (($x101 (<= x$ 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2524 |
(let ((?x47 (* 2.0 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2525 |
(let (($x99 (<= ?x47 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2526 |
(let (($x95 (= ?x47 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2527 |
(let (($x36 (< 1.0 (ite (< x$ 0.0) (- x$) x$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2528 |
(let (($x38 (or $x36 (not $x36)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2529 |
(let ((?x41 (ite $x38 4.0 2.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2530 |
(let (($x45 (not (not (= (+ x$ x$) (* ?x41 x$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2531 |
(let ((@x90 (rewrite (= (not (not (= ?x47 (* 4.0 x$)))) (= ?x47 (* 4.0 x$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2532 |
(let (($x84 (= (not (= (+ x$ x$) (* ?x41 x$))) (not (= ?x47 (* 4.0 x$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2533 |
(let (($x57 (< 1.0 (ite (< x$ 0.0) (* (- 1.0) x$) x$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2534 |
(let (($x55 (= (ite (< x$ 0.0) (- x$) x$) (ite (< x$ 0.0) (* (- 1.0) x$) x$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2535 |
(let ((@x59 (monotonicity (monotonicity (rewrite (= (- x$) (* (- 1.0) x$))) $x55) (= $x36 $x57)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2536 |
(let ((@x65 (monotonicity @x59 (monotonicity @x59 (= (not $x36) (not $x57))) (= $x38 (or $x57 (not $x57)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2537 |
(let ((@x69 (trans @x65 (rewrite (= (or $x57 (not $x57)) true)) (= $x38 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2538 |
(let ((@x76 (trans (monotonicity @x69 (= ?x41 (ite true 4.0 2.0))) (rewrite (= (ite true 4.0 2.0) 4.0)) (= ?x41 4.0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2539 |
(let ((@x82 (monotonicity (rewrite (= (+ x$ x$) ?x47)) (monotonicity @x76 (= (* ?x41 x$) (* 4.0 x$))) (= (= (+ x$ x$) (* ?x41 x$)) (= ?x47 (* 4.0 x$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2540 |
(let ((@x88 (monotonicity (monotonicity @x82 $x84) (= $x45 (not (not (= ?x47 (* 4.0 x$)))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2541 |
(let ((@x97 (trans (trans @x88 @x90 (= $x45 (= ?x47 (* 4.0 x$)))) (rewrite (= (= ?x47 (* 4.0 x$)) $x95)) (= $x45 $x95)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2542 |
(let ((@x98 (mp (asserted $x45) @x97 $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2543 |
(let ((@x110 (unit-resolution ((_ th-lemma arith assign-bounds 1) (or $x101 (not $x99))) (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x95) $x99)) @x98 $x99) $x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2544 |
(let (($x102 (>= x$ 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2545 |
(let (($x100 (>= ?x47 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2546 |
(let ((@x117 (unit-resolution ((_ th-lemma arith assign-bounds 1) (or $x102 (not $x100))) (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x95) $x100)) @x98 $x100) $x102))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2547 |
(unit-resolution ((_ th-lemma arith triangle-eq) (or $x28 (not $x101) (not $x102))) @x117 @x110 @x30 false)))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2548 |
|
73389 | 2549 |
e975f8a0748f1ab04103c4bce1c336d67c9ddc7f 12 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2550 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2551 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2552 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2553 |
(let (($x28 (exists ((?v0 Int) )(! false :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2554 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2555 |
(let (($x27 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2556 |
(let (($x29 (not $x27))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2557 |
(let ((@x35 (monotonicity (elim-unused (= $x28 false)) (= $x27 (not false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2558 |
(let ((@x42 (monotonicity (trans @x35 (rewrite (= (not false) true)) (= $x27 true)) (= $x29 (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2559 |
(let ((@x46 (trans @x42 (rewrite (= (not true) false)) (= $x29 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2560 |
(mp (asserted $x29) @x46 false))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2561 |
|
73389 | 2562 |
693a453fa295b294a12bfe4fc2548b88f93af81d 12 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2563 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2564 |
((set-logic AUFLIRA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2565 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2566 |
(let (($x27 (exists ((?v0 Real) )(! false :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2567 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2568 |
(let (($x28 (not $x27))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2569 |
(let (($x29 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2570 |
(let ((@x35 (monotonicity (elim-unused (= $x27 false)) (= $x28 (not false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2571 |
(let ((@x42 (monotonicity (trans @x35 (rewrite (= (not false) true)) (= $x28 true)) (= $x29 (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2572 |
(let ((@x46 (trans @x42 (rewrite (= (not true) false)) (= $x29 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2573 |
(mp (asserted $x29) @x46 false))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2574 |
|
73389 | 2575 |
da9745bea43c7d7581f4f1a982ea54a4f665c150 22 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2576 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2577 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2578 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2579 |
(let (($x52 (forall ((?v0 Int) )(! (<= ?v0 0) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2580 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2581 |
(let (($x46 (forall ((?v0 Int) )(! (let (($x34 (<= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2582 |
(let (($x35 (not $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2583 |
(not $x35))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2584 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2585 |
(let ((@x54 (quant-intro (rewrite (= (not (not (<= ?0 0))) (<= ?0 0))) (= $x46 $x52)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2586 |
(let (($x38 (exists ((?v0 Int) )(! (let (($x34 (<= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2587 |
(not $x34)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2588 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2589 |
(let (($x41 (not $x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2590 |
(let ((@x48 (nnf-neg (refl (~ (not (not (<= ?0 0))) (not (not (<= ?0 0))))) (~ $x41 $x46)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2591 |
(let (($x29 (exists ((?v0 Int) )(! (< 0 ?v0) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2592 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2593 |
(let (($x30 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2594 |
(let ((@x40 (quant-intro (rewrite (= (< 0 ?0) (not (<= ?0 0)))) (= $x29 $x38)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2595 |
(let ((@x49 (mp~ (mp (asserted $x30) (monotonicity @x40 (= $x30 $x41)) $x41) @x48 $x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2596 |
(mp (mp @x49 @x54 $x52) (rewrite (= $x52 false)) false))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2597 |
|
73389 | 2598 |
d1b4498be99afb5671326f37a46458328653a778 22 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2599 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2600 |
((set-logic AUFLIRA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2601 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2602 |
(let (($x51 (forall ((?v0 Real) )(! (<= ?v0 0.0) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2603 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2604 |
(let (($x45 (forall ((?v0 Real) )(! (let (($x33 (<= ?v0 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2605 |
(let (($x34 (not $x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2606 |
(not $x34))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2607 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2608 |
(let ((@x53 (quant-intro (rewrite (= (not (not (<= ?0 0.0))) (<= ?0 0.0))) (= $x45 $x51)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2609 |
(let (($x37 (exists ((?v0 Real) )(! (let (($x33 (<= ?v0 0.0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2610 |
(not $x33)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2611 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2612 |
(let (($x40 (not $x37))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2613 |
(let ((@x47 (nnf-neg (refl (~ (not (not (<= ?0 0.0))) (not (not (<= ?0 0.0))))) (~ $x40 $x45)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2614 |
(let (($x28 (exists ((?v0 Real) )(! (< 0.0 ?v0) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2615 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2616 |
(let (($x29 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2617 |
(let ((@x39 (quant-intro (rewrite (= (< 0.0 ?0) (not (<= ?0 0.0)))) (= $x28 $x37)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2618 |
(let ((@x48 (mp~ (mp (asserted $x29) (monotonicity @x39 (= $x29 $x40)) $x40) @x47 $x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2619 |
(mp (mp @x48 @x53 $x51) (rewrite (= $x51 false)) false))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2620 |
|
73389 | 2621 |
47b866c871f79f79347596e68e9f0a6717e9f9ae 31 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2622 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2623 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2624 |
(declare-fun ?v0!0 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2625 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2626 |
(let (($x71 (forall ((?v1 Int) )(! (<= (+ ?v1 (* (- 1) ?v0!0)) 0) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2627 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2628 |
(let (($x63 (forall ((?v1 Int) )(! (not (not (<= (+ ?v1 (* (- 1) ?v0!0)) 0))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2629 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2630 |
(let (($x54 (<= (+ ?0 (* (- 1) ?v0!0)) 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2631 |
(let (($x60 (not (not $x54)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2632 |
(let (($x46 (forall ((?v0 Int) )(! (exists ((?v1 Int) )(! (not (<= (+ ?v1 (* (- 1) ?v0)) 0)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2633 |
:qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2634 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2635 |
(let (($x49 (not $x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2636 |
(let (($x56 (exists ((?v1 Int) )(! (let (($x54 (<= (+ ?v1 (* (- 1) ?v0!0)) 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2637 |
(not $x54)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2638 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2639 |
(let ((@x67 (trans (sk (~ $x49 (not $x56))) (nnf-neg (refl (~ $x60 $x60)) (~ (not $x56) $x63)) (~ $x49 $x63)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2640 |
(let (($x31 (forall ((?v0 Int) )(! (exists ((?v1 Int) )(! (< ?v0 ?v1) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2641 |
:qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2642 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2643 |
(let (($x32 (not $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2644 |
(let (($x43 (exists ((?v1 Int) )(! (not (<= (+ ?v1 (* (- 1) ?0)) 0)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2645 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2646 |
(let (($x30 (exists ((?v1 Int) )(! (< ?0 ?v1) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2647 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2648 |
(let ((@x42 (rewrite (= (< ?1 ?0) (not (<= (+ ?0 (* (- 1) ?1)) 0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2649 |
(let ((@x51 (monotonicity (quant-intro (quant-intro @x42 (= $x30 $x43)) (= $x31 $x46)) (= $x32 $x49)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2650 |
(let ((@x74 (mp (mp~ (mp (asserted $x32) @x51 $x49) @x67 $x63) (quant-intro (rewrite (= $x60 $x54)) (= $x63 $x71)) $x71))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2651 |
(mp @x74 (rewrite (= $x71 false)) false)))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2652 |
|
73389 | 2653 |
f8895baf351fb020e98a9589d9032cb37daead5c 22 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2654 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2655 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2656 |
(declare-fun ?v1!0 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2657 |
(declare-fun ?v0!1 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2658 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2659 |
(let (($x53 (= ?v1!0 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2660 |
(let (($x59 (not (or (not (and (= ?v0!1 0) $x53)) (not (= ?v0!1 ?v1!0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2661 |
(let (($x43 (forall ((?v0 Int) (?v1 Int) )(! (or (not (and (= ?v0 0) (= ?v1 1))) (not (= ?v0 ?v1))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2662 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2663 |
(let (($x46 (not $x43))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2664 |
(let (($x36 (forall ((?v0 Int) (?v1 Int) )(! (=> (and (= ?v0 0) (= ?v1 1)) (not (= ?v0 ?v1))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2665 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2666 |
(let (($x37 (not $x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2667 |
(let (($x41 (= (=> (and (= ?1 0) (= ?0 1)) (not (= ?1 ?0))) (or (not (and (= ?1 0) (= ?0 1))) (not (= ?1 ?0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2668 |
(let ((@x48 (monotonicity (quant-intro (rewrite $x41) (= $x36 $x43)) (= $x37 $x46)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2669 |
(let ((@x65 (not-or-elim (mp~ (mp (asserted $x37) @x48 $x46) (sk (~ $x46 $x59)) $x59) (and (= ?v0!1 0) $x53)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2670 |
(let ((@x67 (and-elim @x65 $x53))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2671 |
(let (($x56 (= ?v0!1 ?v1!0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2672 |
(let ((@x68 (not-or-elim (mp~ (mp (asserted $x37) @x48 $x46) (sk (~ $x46 $x59)) $x59) $x56))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2673 |
(let ((@x70 (trans (symm (and-elim @x65 (= ?v0!1 0)) (= 0 ?v0!1)) @x68 (= 0 ?v1!0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2674 |
(mp (trans @x70 @x67 (= 0 1)) (rewrite (= (= 0 1) false)) false)))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2675 |
|
73389 | 2676 |
c6ae686b0a4faf5664648d4de310ae4c5a1de7ec 55 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2677 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2678 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2679 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2680 |
(let (($x35 (exists ((?v0 Int) )(! (forall ((?v1 Int) )(! (let (($x31 (<= 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2681 |
(let (($x30 (< ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2682 |
(let (($x32 (or $x30 $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2683 |
(let (($x29 (< ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2684 |
(=> $x29 $x32))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2685 |
:qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2686 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2687 |
(let (($x36 (not $x35))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2688 |
(let (($x45 (exists ((?v0 Int) )(! (forall ((?v1 Int) )(! (let (($x31 (<= 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2689 |
(let (($x30 (< ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2690 |
(let (($x32 (or $x30 $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2691 |
(let (($x29 (< ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2692 |
(let (($x38 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2693 |
(or $x38 $x32)))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2694 |
:qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2695 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2696 |
(let (($x48 (not $x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2697 |
(let (($x88 (exists ((?v0 Int) )(! true :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2698 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2699 |
(let (($x42 (forall ((?v1 Int) )(! (let (($x31 (<= 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2700 |
(let (($x30 (< ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2701 |
(let (($x32 (or $x30 $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2702 |
(let (($x29 (< ?0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2703 |
(let (($x38 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2704 |
(or $x38 $x32)))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2705 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2706 |
(let (($x81 (forall ((?v1 Int) )(! true :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2707 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2708 |
(let (($x31 (<= 0 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2709 |
(let (($x30 (< ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2710 |
(let (($x32 (or $x30 $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2711 |
(let (($x29 (< ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2712 |
(let (($x38 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2713 |
(let (($x39 (or $x38 $x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2714 |
(let (($x60 (<= (+ ?0 (* (- 1) ?1)) 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2715 |
(let ((@x78 (rewrite (= (or $x60 (or (not (>= ?0 0)) (>= ?0 0))) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2716 |
(let ((@x73 (monotonicity (rewrite (= $x30 (not (>= ?0 0)))) (rewrite (= $x31 (>= ?0 0))) (= $x32 (or (not (>= ?0 0)) (>= ?0 0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2717 |
(let ((@x66 (monotonicity (rewrite (= $x29 (not $x60))) (= $x38 (not (not $x60)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2718 |
(let ((@x76 (monotonicity (trans @x66 (rewrite (= (not (not $x60)) $x60)) (= $x38 $x60)) @x73 (= $x39 (or $x60 (or (not (>= ?0 0)) (>= ?0 0))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2719 |
(let ((@x87 (trans (quant-intro (trans @x76 @x78 (= $x39 true)) (= $x42 $x81)) (elim-unused (= $x81 true)) (= $x42 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2720 |
(let ((@x94 (trans (quant-intro @x87 (= $x45 $x88)) (elim-unused (= $x88 true)) (= $x45 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2721 |
(let ((@x101 (trans (monotonicity @x94 (= $x48 (not true))) (rewrite (= (not true) false)) (= $x48 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2722 |
(let (($x34 (forall ((?v1 Int) )(! (let (($x31 (<= 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2723 |
(let (($x30 (< ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2724 |
(let (($x32 (or $x30 $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2725 |
(let (($x29 (< ?0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2726 |
(=> $x29 $x32))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2727 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2728 |
(let ((@x47 (quant-intro (quant-intro (rewrite (= (=> $x29 $x32) $x39)) (= $x34 $x42)) (= $x35 $x45)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2729 |
(let ((@x50 (monotonicity @x47 (= $x36 $x48)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2730 |
(mp (asserted $x36) (trans @x50 @x101 (= $x36 false)) false))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2731 |
|
73389 | 2732 |
326e4de3d7358a1ce81c3b38c63746b57dca63fa 42 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2733 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2734 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2735 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2736 |
(let (($x37 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x34 (* 2 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2737 |
(let ((?x31 (* 2 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2738 |
(let ((?x33 (+ ?x31 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2739 |
(let (($x35 (< ?x33 ?x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2740 |
(let (($x29 (< ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2741 |
(=> $x29 $x35)))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2742 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2743 |
(let (($x38 (not $x37))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2744 |
(let (($x55 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x34 (* 2 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2745 |
(let ((?x31 (* 2 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2746 |
(let ((?x40 (+ 1 ?x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2747 |
(let (($x43 (< ?x40 ?x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2748 |
(let (($x29 (< ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2749 |
(let (($x49 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2750 |
(or $x49 $x43))))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2751 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2752 |
(let (($x58 (not $x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2753 |
(let (($x84 (forall ((?v0 Int) (?v1 Int) )(! true :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2754 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2755 |
(let ((?x34 (* 2 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2756 |
(let ((?x31 (* 2 ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2757 |
(let ((?x40 (+ 1 ?x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2758 |
(let (($x43 (< ?x40 ?x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2759 |
(let (($x29 (< ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2760 |
(let (($x49 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2761 |
(let (($x50 (or $x49 $x43))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2762 |
(let (($x63 (>= (+ ?1 (* (- 1) ?0)) 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2763 |
(let (($x62 (not $x63))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2764 |
(let ((@x74 (trans (monotonicity (rewrite (= $x29 $x62)) (= $x49 (not $x62))) (rewrite (= (not $x62) $x63)) (= $x49 $x63)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2765 |
(let ((@x79 (monotonicity @x74 (rewrite (= $x43 $x62)) (= $x50 (or $x63 $x62))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2766 |
(let ((@x86 (quant-intro (trans @x79 (rewrite (= (or $x63 $x62) true)) (= $x50 true)) (= $x55 $x84)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2767 |
(let ((@x93 (monotonicity (trans @x86 (elim-unused (= $x84 true)) (= $x55 true)) (= $x58 (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2768 |
(let ((@x97 (trans @x93 (rewrite (= (not true) false)) (= $x58 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2769 |
(let ((@x45 (monotonicity (rewrite (= (+ ?x31 1) ?x40)) (= (< (+ ?x31 1) ?x34) $x43)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2770 |
(let ((@x48 (monotonicity @x45 (= (=> $x29 (< (+ ?x31 1) ?x34)) (=> $x29 $x43))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2771 |
(let ((@x54 (trans @x48 (rewrite (= (=> $x29 $x43) $x50)) (= (=> $x29 (< (+ ?x31 1) ?x34)) $x50)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2772 |
(let ((@x60 (monotonicity (quant-intro @x54 (= $x37 $x55)) (= $x38 $x58)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2773 |
(mp (asserted $x38) (trans @x60 @x97 (= $x38 false)) false)))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2774 |
|
73389 | 2775 |
8948c34be010e83eefa29947fdeb482617c77a6d 32 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2776 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2777 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2778 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2779 |
(let (($x36 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x33 (* 2 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2780 |
(let ((?x30 (* 2 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2781 |
(let ((?x32 (+ ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2782 |
(let (($x34 (= ?x32 ?x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2783 |
(not $x34))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2784 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2785 |
(let (($x37 (not $x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2786 |
(let (($x48 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x33 (* 2 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2787 |
(let ((?x30 (* 2 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2788 |
(let ((?x39 (+ 1 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2789 |
(let (($x42 (= ?x39 ?x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2790 |
(not $x42))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2791 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2792 |
(let (($x51 (not $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2793 |
(let (($x63 (forall ((?v0 Int) (?v1 Int) )(! true :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2794 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2795 |
(let ((?x33 (* 2 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2796 |
(let ((?x30 (* 2 ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2797 |
(let ((?x39 (+ 1 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2798 |
(let (($x42 (= ?x39 ?x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2799 |
(let (($x45 (not $x42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2800 |
(let ((@x62 (trans (monotonicity (rewrite (= $x42 false)) (= $x45 (not false))) (rewrite (= (not false) true)) (= $x45 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2801 |
(let ((@x69 (trans (quant-intro @x62 (= $x48 $x63)) (elim-unused (= $x63 true)) (= $x48 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2802 |
(let ((@x76 (trans (monotonicity @x69 (= $x51 (not true))) (rewrite (= (not true) false)) (= $x51 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2803 |
(let ((@x44 (monotonicity (rewrite (= (+ ?x30 1) ?x39)) (= (= (+ ?x30 1) ?x33) $x42)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2804 |
(let ((@x50 (quant-intro (monotonicity @x44 (= (not (= (+ ?x30 1) ?x33)) $x45)) (= $x36 $x48)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2805 |
(let ((@x53 (monotonicity @x50 (= $x37 $x51)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2806 |
(mp (asserted $x37) (trans @x53 @x76 (= $x37 false)) false))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2807 |
|
73389 | 2808 |
933b139b2a650c91137f9f7c9b004c8f0d9521d1 43 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2809 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2810 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2811 |
(declare-fun ?v0!1 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2812 |
(declare-fun ?v1!0 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2813 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2814 |
(let ((?x78 (+ ?v1!0 ?v0!1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2815 |
(let (($x90 (>= ?x78 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2816 |
(let (($x93 (not $x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2817 |
(let (($x87 (= ?x78 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2818 |
(let (($x81 (<= ?x78 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2819 |
(let (($x84 (not $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2820 |
(let (($x73 (or (not (<= (+ ?v0!1 ?v1!0) 2)) (= (+ ?v0!1 ?v1!0) 2) (not (>= (+ ?v0!1 ?v1!0) 2))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2821 |
(let (($x74 (not $x73))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2822 |
(let ((@x80 (rewrite (= (+ ?v0!1 ?v1!0) ?x78)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2823 |
(let ((@x95 (monotonicity (monotonicity @x80 (= (>= (+ ?v0!1 ?v1!0) 2) $x90)) (= (not (>= (+ ?v0!1 ?v1!0) 2)) $x93)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2824 |
(let ((@x86 (monotonicity (monotonicity @x80 (= (<= (+ ?v0!1 ?v1!0) 2) $x81)) (= (not (<= (+ ?v0!1 ?v1!0) 2)) $x84)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2825 |
(let ((@x98 (monotonicity @x86 (monotonicity @x80 (= (= (+ ?v0!1 ?v1!0) 2) $x87)) @x95 (= $x73 (or $x84 $x87 $x93))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2826 |
(let (($x60 (forall ((?v0 Int) (?v1 Int) )(! (let (($x41 (not (>= (+ ?v0 ?v1) 2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2827 |
(let ((?x30 (+ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2828 |
(let (($x32 (= ?x30 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2829 |
(let (($x46 (not (<= ?x30 2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2830 |
(or $x46 $x32 $x41))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2831 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2832 |
(let (($x63 (not $x60))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2833 |
(let (($x36 (forall ((?v0 Int) (?v1 Int) )(! (or (< 2 (+ ?v0 ?v1)) (or (= (+ ?v0 ?v1) 2) (< (+ ?v0 ?v1) 2))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2834 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2835 |
(let (($x37 (not $x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2836 |
(let (($x41 (not (>= (+ ?1 ?0) 2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2837 |
(let ((?x30 (+ ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2838 |
(let (($x32 (= ?x30 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2839 |
(let (($x46 (not (<= ?x30 2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2840 |
(let (($x55 (or $x46 $x32 $x41))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2841 |
(let (($x35 (or (< 2 ?x30) (or $x32 (< ?x30 2))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2842 |
(let ((@x51 (monotonicity (rewrite (= (< ?x30 2) $x41)) (= (or $x32 (< ?x30 2)) (or $x32 $x41))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2843 |
(let ((@x54 (monotonicity (rewrite (= (< 2 ?x30) $x46)) @x51 (= $x35 (or $x46 (or $x32 $x41)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2844 |
(let ((@x59 (trans @x54 (rewrite (= (or $x46 (or $x32 $x41)) $x55)) (= $x35 $x55)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2845 |
(let ((@x66 (mp (asserted $x37) (monotonicity (quant-intro @x59 (= $x36 $x60)) (= $x37 $x63)) $x63))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2846 |
(let ((@x102 (mp (mp~ @x66 (sk (~ $x63 $x74)) $x74) (monotonicity @x98 (= $x74 (not (or $x84 $x87 $x93)))) (not (or $x84 $x87 $x93))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2847 |
(let ((@x105 (not-or-elim @x102 (not $x87)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2848 |
(let ((@x106 (not-or-elim @x102 $x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2849 |
(let ((@x103 (not-or-elim @x102 $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2850 |
(unit-resolution (unit-resolution ((_ th-lemma arith triangle-eq) (or $x87 $x84 $x93)) @x103 (or $x87 $x93)) @x106 @x105 false))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2851 |
|
73389 | 2852 |
b488c2ec223d613631144f2dcdf7e5867fbbb258 46 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2853 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2854 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2855 |
(declare-fun ?v0!0 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2856 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2857 |
(let (($x86 (<= ?v0!0 (- 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2858 |
(let (($x87 (not $x86))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2859 |
(let (($x84 (>= ?v0!0 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2860 |
(let (($x83 (<= ?v0!0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2861 |
(let (($x93 (not $x83))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2862 |
(let (($x85 (not $x84))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2863 |
(let (($x88 (ite $x83 $x85 $x87))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2864 |
(let (($x89 (not $x88))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2865 |
(let (($x73 (forall ((?v0 Int) )(! (let (($x58 (not (<= ?v0 (- 1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2866 |
(let (($x61 (not (>= ?v0 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2867 |
(ite (<= ?v0 0) $x61 $x58))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2868 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2869 |
(let (($x76 (not $x73))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2870 |
(let (($x34 (forall ((?v0 Int) )(! (let (($x32 (< ?v0 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2871 |
(let (($x28 (< 0 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2872 |
(ite $x28 (< 0 (+ ?v0 1)) $x32))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2873 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2874 |
(let (($x35 (not $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2875 |
(let (($x46 (forall ((?v0 Int) )(! (let (($x32 (< ?v0 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2876 |
(let (($x40 (< 0 (+ 1 ?v0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2877 |
(let (($x28 (< 0 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2878 |
(ite $x28 $x40 $x32)))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2879 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2880 |
(let (($x58 (not (<= ?0 (- 1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2881 |
(let (($x61 (not (>= ?0 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2882 |
(let (($x68 (ite (<= ?0 0) $x61 $x58))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2883 |
(let (($x32 (< ?0 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2884 |
(let (($x40 (< 0 (+ 1 ?0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2885 |
(let (($x28 (< 0 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2886 |
(let (($x43 (ite $x28 $x40 $x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2887 |
(let ((@x67 (monotonicity (rewrite (= $x28 (not (<= ?0 0)))) (rewrite (= $x40 $x58)) (rewrite (= $x32 $x61)) (= $x43 (ite (not (<= ?0 0)) $x58 $x61))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2888 |
(let ((@x72 (trans @x67 (rewrite (= (ite (not (<= ?0 0)) $x58 $x61) $x68)) (= $x43 $x68)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2889 |
(let ((@x78 (monotonicity (quant-intro @x72 (= $x46 $x73)) (= (not $x46) $x76)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2890 |
(let ((@x42 (monotonicity (rewrite (= (+ ?0 1) (+ 1 ?0))) (= (< 0 (+ ?0 1)) $x40)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2891 |
(let ((@x45 (monotonicity @x42 (= (ite $x28 (< 0 (+ ?0 1)) $x32) $x43)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2892 |
(let ((@x51 (monotonicity (quant-intro @x45 (= $x34 $x46)) (= $x35 (not $x46))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2893 |
(let ((@x92 (mp~ (mp (asserted $x35) (trans @x51 @x78 (= $x35 $x76)) $x76) (sk (~ $x76 $x89)) $x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2894 |
(let ((@x105 (unit-resolution (unit-resolution (def-axiom (or $x88 $x93 $x84)) @x92 (or $x93 $x84)) (hypothesis $x85) $x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2895 |
(let ((@x108 (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x83 $x84)) @x105 (hypothesis $x85) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2896 |
(let ((@x109 (lemma @x108 $x84))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2897 |
(unit-resolution (unit-resolution (def-axiom (or $x88 $x83 $x86)) @x92 (or $x83 $x86)) (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x93 $x85)) @x109 $x93) (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x87 $x85)) @x109 $x87) false))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2898 |
|
73389 | 2899 |
da417520952f17eeef46bee85072a2ecad83fc46 31 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2900 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2901 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2902 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2903 |
(let (($x56 (forall ((?v0 Int) )(! (let (($x50 (not (<= ?v0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2904 |
(let (($x45 (not (>= ?v0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2905 |
(or $x45 $x50))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2906 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2907 |
(let (($x458 (not $x56))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2908 |
(let (($x153 (<= 0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2909 |
(let (($x68 (not $x153))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2910 |
(let (($x158 (>= 0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2911 |
(let (($x143 (not $x158))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2912 |
(let (($x154 (or $x143 $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2913 |
(let (($x119 (or $x458 $x154))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2914 |
(let ((@x137 (trans (monotonicity (rewrite (= $x153 true)) (= $x68 (not true))) (rewrite (= (not true) false)) (= $x68 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2915 |
(let ((@x261 (trans (monotonicity (rewrite (= $x158 true)) (= $x143 (not true))) (rewrite (= (not true) false)) (= $x143 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2916 |
(let ((@x116 (trans (monotonicity @x261 @x137 (= $x154 (or false false))) (rewrite (= (or false false) false)) (= $x154 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2917 |
(let ((@x463 (trans (monotonicity @x116 (= $x119 (or $x458 false))) (rewrite (= (or $x458 false) $x458)) (= $x119 $x458)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2918 |
(let ((@x464 (mp ((_ quant-inst 0) $x119) @x463 $x458))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2919 |
(let (($x50 (not (<= ?0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2920 |
(let (($x45 (not (>= ?0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2921 |
(let (($x53 (or $x45 $x50))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2922 |
(let (($x31 (forall ((?v0 Int) )(! (or (< ?v0 0) (< 0 ?v0)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2923 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2924 |
(let (($x33 (not (ite $x31 false true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2925 |
(let ((@x55 (monotonicity (rewrite (= (< ?0 0) $x45)) (rewrite (= (< 0 ?0) $x50)) (= (or (< ?0 0) (< 0 ?0)) $x53)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2926 |
(let ((@x40 (monotonicity (rewrite (= (ite $x31 false true) (not $x31))) (= $x33 (not (not $x31)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2927 |
(let ((@x60 (trans (trans @x40 (rewrite (= (not (not $x31)) $x31)) (= $x33 $x31)) (quant-intro @x55 (= $x31 $x56)) (= $x33 $x56)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2928 |
(let ((@x66 (mp~ (mp (asserted $x33) @x60 $x56) (nnf-pos (refl (~ $x53 $x53)) (~ $x56 $x56)) $x56))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2929 |
(unit-resolution @x66 @x464 false))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2930 |
|
73389 | 2931 |
623edcfe9613936b08dbdc0269a0746af35c83aa 62 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2932 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2933 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2934 |
(declare-fun ?v0!1 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2935 |
(declare-fun z3name!0 () Bool) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2936 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2937 |
(let ((?x96 (ite z3name!0 (- 1) 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2938 |
(let (($x99 (<= ?x96 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2939 |
(let (($x62 (forall ((?v0 Int) )(! (let (($x56 (not (<= ?v0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2940 |
(let (($x51 (not (>= ?v0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2941 |
(or $x51 $x56))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2942 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2943 |
(let ((?x65 (ite $x62 (- 1) 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2944 |
(let (($x71 (<= ?x65 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2945 |
(let ((@x93 (intro-def (and (or (not z3name!0) $x62) (or z3name!0 (not $x62)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2946 |
(let ((@x101 (monotonicity (monotonicity (apply-def @x93 (~ $x62 z3name!0)) (= ?x65 ?x96)) (= $x71 $x99)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2947 |
(let (($x31 (forall ((?v0 Int) )(! (or (< ?v0 0) (< 0 ?v0)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2948 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2949 |
(let (($x37 (not (< 0 (ite $x31 (- 1) 3))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2950 |
(let (($x56 (not (<= ?0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2951 |
(let (($x51 (not (>= ?0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2952 |
(let (($x59 (or $x51 $x56))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2953 |
(let ((@x61 (monotonicity (rewrite (= (< ?0 0) $x51)) (rewrite (= (< 0 ?0) $x56)) (= (or (< ?0 0) (< 0 ?0)) $x59)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2954 |
(let ((@x67 (monotonicity (quant-intro @x61 (= $x31 $x62)) (= (ite $x31 (- 1) 3) ?x65)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2955 |
(let ((@x70 (monotonicity @x67 (= (< 0 (ite $x31 (- 1) 3)) (< 0 ?x65))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2956 |
(let ((@x76 (trans @x70 (rewrite (= (< 0 ?x65) (not $x71))) (= (< 0 (ite $x31 (- 1) 3)) (not $x71))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2957 |
(let ((@x79 (monotonicity @x76 (= (not (< 0 (ite $x31 (- 1) 3))) (not (not $x71)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2958 |
(let ((@x83 (trans @x79 (rewrite (= (not (not $x71)) $x71)) (= (not (< 0 (ite $x31 (- 1) 3))) $x71)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2959 |
(let ((?x42 (ite $x31 (- 1) 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2960 |
(let (($x45 (< 0 ?x42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2961 |
(let ((@x44 (monotonicity (rewrite (= (- 1) (- 1))) (= (ite $x31 (- 1) 3) ?x42)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2962 |
(let ((@x50 (monotonicity (monotonicity @x44 (= (< 0 (ite $x31 (- 1) 3)) $x45)) (= $x37 (not $x45))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2963 |
(let ((@x128 (mp (mp (asserted $x37) (trans @x50 @x83 (= $x37 $x71)) $x71) @x101 $x99))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2964 |
(let ((@x245 (unit-resolution ((_ th-lemma arith farkas 1 1) (or (not (>= ?x96 3)) (not $x99))) @x128 (not (>= ?x96 3))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2965 |
(let (($x220 (= ?x96 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2966 |
(let (($x88 (not z3name!0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2967 |
(let (($x90 (not $x62))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2968 |
(let (($x323 (<= 0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2969 |
(let (($x533 (not $x323))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2970 |
(let (($x542 (>= 0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2971 |
(let (($x179 (not $x542))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2972 |
(let (($x206 (or $x179 $x533))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2973 |
(let (($x529 (or $x90 $x206))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2974 |
(let ((@x527 (trans (monotonicity (rewrite (= $x323 true)) (= $x533 (not true))) (rewrite (= (not true) false)) (= $x533 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2975 |
(let ((@x200 (trans (monotonicity (rewrite (= $x542 true)) (= $x179 (not true))) (rewrite (= (not true) false)) (= $x179 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2976 |
(let ((@x528 (trans (monotonicity @x200 @x527 (= $x206 (or false false))) (rewrite (= (or false false) false)) (= $x206 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2977 |
(let ((@x237 (trans (monotonicity @x528 (= $x529 (or $x90 false))) (rewrite (= (or $x90 false) $x90)) (= $x529 $x90)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2978 |
(let ((@x238 (mp ((_ quant-inst 0) $x529) @x237 $x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2979 |
(let (($x89 (or $x88 $x62))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2980 |
(let (($x115 (<= ?v0!1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2981 |
(let (($x116 (not $x115))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2982 |
(let (($x113 (>= ?v0!1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2983 |
(let (($x114 (not $x113))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2984 |
(let (($x117 (or $x114 $x116))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2985 |
(let (($x118 (not $x117))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2986 |
(let (($x121 (or z3name!0 $x118))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2987 |
(let ((@x123 (monotonicity (refl (~ z3name!0 z3name!0)) (sk (~ $x90 $x118)) (~ (or z3name!0 $x90) $x121)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2988 |
(let ((@x109 (monotonicity (refl (~ $x88 $x88)) (nnf-pos (refl (~ $x59 $x59)) (~ $x62 $x62)) (~ $x89 $x89)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2989 |
(let ((@x126 (monotonicity @x109 @x123 (~ (and $x89 (or z3name!0 $x90)) (and $x89 $x121))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2990 |
(let ((@x131 (and-elim (mp~ @x93 @x126 (and $x89 $x121)) $x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2991 |
(let ((@x515 (unit-resolution (def-axiom (or z3name!0 $x220)) (unit-resolution @x131 @x238 $x88) $x220))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2992 |
(unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x220) (>= ?x96 3))) @x515 @x245 false)))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2993 |
|
73389 | 2994 |
42b10c0c66daf8181b08c93c22f4ecaa3220e964 39 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2995 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2996 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2997 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2998 |
(let (($x38 (exists ((?v0 Int) (?v1 Int) (?v2 Int) )(! (let ((?x33 (- 6))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
2999 |
(let ((?x34 (* ?x33 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3000 |
(let ((?x31 (* 4 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3001 |
(let ((?x35 (+ ?x31 ?x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3002 |
(= ?x35 1))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3003 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3004 |
(let (($x29 (not $x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3005 |
(let (($x39 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3006 |
(let (($x61 (exists ((?v0 Int) (?v1 Int) )(! (let ((?x58 (* (- 6) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3007 |
(let ((?x57 (* 4 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3008 |
(let ((?x59 (+ ?x57 ?x58))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3009 |
(= ?x59 1)))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3010 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3011 |
(let (($x77 (exists ((?v0 Int) (?v1 Int) )(! false :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3012 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3013 |
(let ((@x81 (quant-intro (rewrite (= (= (+ (* 4 ?1) (* (- 6) ?0)) 1) false)) (= $x61 $x77)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3014 |
(let ((@x85 (trans @x81 (elim-unused (= $x77 false)) (= $x61 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3015 |
(let (($x53 (exists ((?v0 Int) (?v1 Int) (?v2 Int) )(! (let ((?x44 (* (- 6) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3016 |
(let ((?x31 (* 4 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3017 |
(let ((?x47 (+ ?x31 ?x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3018 |
(= ?x47 1)))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3019 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3020 |
(let ((?x44 (* (- 6) ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3021 |
(let ((?x31 (* 4 ?2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3022 |
(let ((?x47 (+ ?x31 ?x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3023 |
(let (($x50 (= ?x47 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3024 |
(let ((?x33 (- 6))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3025 |
(let ((?x34 (* ?x33 ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3026 |
(let ((?x35 (+ ?x31 ?x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3027 |
(let (($x37 (= ?x35 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3028 |
(let ((@x49 (monotonicity (monotonicity (rewrite (= ?x33 (- 6))) (= ?x34 ?x44)) (= ?x35 ?x47)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3029 |
(let ((@x65 (trans (quant-intro (monotonicity @x49 (= $x37 $x50)) (= $x38 $x53)) (elim-unused (= $x53 $x61)) (= $x38 $x61)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3030 |
(let ((@x71 (monotonicity (monotonicity @x65 (= $x29 (not $x61))) (= $x39 (not (not $x61)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3031 |
(let ((@x75 (trans @x71 (rewrite (= (not (not $x61)) $x61)) (= $x39 $x61)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3032 |
(mp (asserted $x39) (trans @x75 @x85 (= $x39 false)) false))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3033 |
|
73389 | 3034 |
a32c06c0a3798bb49bc988f268a9de26ca0e273b 52 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3035 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3036 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3037 |
(declare-fun ?v1!1 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3038 |
(declare-fun ?v2!0 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3039 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3040 |
(let ((?x105 (+ ?v2!0 ?v1!1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3041 |
(let (($x106 (<= ?x105 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3042 |
(let (($x108 (or (not (and (not (<= ?v1!1 0)) (not (<= ?v2!0 0)))) (not $x106)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3043 |
(let (($x88 (forall ((?v1 Int) (?v2 Int) )(! (or (not (and (not (<= ?v1 0)) (not (<= ?v2 0)))) (not (<= (+ ?v2 ?v1) 0))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3044 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3045 |
(let (($x91 (not $x88))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3046 |
(let (($x36 (exists ((?v0 Int) )(! (forall ((?v1 Int) (?v2 Int) )(! (let (($x31 (and (< 0 ?v1) (< 0 ?v2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3047 |
(=> $x31 (< 0 (+ ?v1 ?v2)))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3048 |
:qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3049 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3050 |
(let (($x37 (not $x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3051 |
(let (($x54 (forall ((?v1 Int) (?v2 Int) )(! (let ((?x39 (+ ?v2 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3052 |
(let (($x42 (< 0 ?x39))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3053 |
(or (not (and (< 0 ?v1) (< 0 ?v2))) $x42))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3054 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3055 |
(let (($x85 (or (not (and (not (<= ?1 0)) (not (<= ?0 0)))) (not (<= (+ ?0 ?1) 0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3056 |
(let ((?x39 (+ ?0 ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3057 |
(let (($x42 (< 0 ?x39))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3058 |
(let (($x49 (or (not (and (< 0 ?1) (< 0 ?0))) $x42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3059 |
(let (($x79 (= (not (and (< 0 ?1) (< 0 ?0))) (not (and (not (<= ?1 0)) (not (<= ?0 0))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3060 |
(let (($x31 (and (< 0 ?1) (< 0 ?0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3061 |
(let ((@x77 (monotonicity (rewrite (= (< 0 ?1) (not (<= ?1 0)))) (rewrite (= (< 0 ?0) (not (<= ?0 0)))) (= $x31 (and (not (<= ?1 0)) (not (<= ?0 0))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3062 |
(let ((@x87 (monotonicity (monotonicity @x77 $x79) (rewrite (= $x42 (not (<= ?x39 0)))) (= $x49 $x85)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3063 |
(let ((@x93 (monotonicity (quant-intro @x87 (= $x54 $x88)) (= (not $x54) $x91)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3064 |
(let (($x57 (exists ((?v0 Int) )(! (forall ((?v1 Int) (?v2 Int) )(! (let ((?x39 (+ ?v2 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3065 |
(let (($x42 (< 0 ?x39))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3066 |
(or (not (and (< 0 ?v1) (< 0 ?v2))) $x42))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3067 |
:qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3068 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3069 |
(let (($x35 (forall ((?v1 Int) (?v2 Int) )(! (let (($x31 (and (< 0 ?v1) (< 0 ?v2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3070 |
(=> $x31 (< 0 (+ ?v1 ?v2)))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3071 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3072 |
(let ((@x44 (monotonicity (rewrite (= (+ ?1 ?0) ?x39)) (= (< 0 (+ ?1 ?0)) $x42)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3073 |
(let ((@x47 (monotonicity @x44 (= (=> $x31 (< 0 (+ ?1 ?0))) (=> $x31 $x42))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3074 |
(let ((@x53 (trans @x47 (rewrite (= (=> $x31 $x42) $x49)) (= (=> $x31 (< 0 (+ ?1 ?0))) $x49)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3075 |
(let ((@x63 (trans (quant-intro (quant-intro @x53 (= $x35 $x54)) (= $x36 $x57)) (elim-unused (= $x57 $x54)) (= $x36 $x54)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3076 |
(let ((@x95 (trans (monotonicity @x63 (= $x37 (not $x54))) @x93 (= $x37 $x91)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3077 |
(let ((@x112 (mp~ (mp (asserted $x37) @x95 $x91) (sk (~ $x91 (not $x108))) (not $x108)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3078 |
(let ((@x118 (not-or-elim @x112 $x106))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3079 |
(let (($x99 (<= ?v1!1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3080 |
(let (($x100 (not $x99))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3081 |
(let ((@x116 (and-elim (not-or-elim @x112 (and $x100 (not (<= ?v2!0 0)))) $x100))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3082 |
(let (($x101 (<= ?v2!0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3083 |
(let (($x102 (not $x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3084 |
(let ((@x117 (and-elim (not-or-elim @x112 (and $x100 $x102)) $x102))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3085 |
((_ th-lemma arith farkas 1 1 1) @x117 @x116 @x118 false))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3086 |
|
73389 | 3087 |
dd6dcae1cf0d709ea38f21e7928a94234cce9953 45 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3088 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3089 |
((set-logic AUFLIRA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3090 |
(declare-fun ?v1!1 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3091 |
(declare-fun ?v2!0 () Real) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3092 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3093 |
(let (($x105 (<= ?v1!1 (- 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3094 |
(let (($x107 (or (not (and (not (<= ?v1!1 0)) (not (<= ?v2!0 0.0)))) (not $x105)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3095 |
(let (($x88 (forall ((?v1 Int) (?v2 Real) )(! (or (not (and (not (<= ?v1 0)) (not (<= ?v2 0.0)))) (not (<= ?v1 (- 1)))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3096 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3097 |
(let (($x91 (not $x88))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3098 |
(let (($x37 (exists ((?v0 Int) )(! (forall ((?v1 Int) (?v2 Real) )(! (let (($x31 (and (< 0 ?v1) (< 0.0 ?v2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3099 |
(=> $x31 (< (- 1) ?v1))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3100 |
:qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3101 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3102 |
(let (($x27 (not $x37))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3103 |
(let (($x54 (forall ((?v1 Int) (?v2 Real) )(! (let (($x42 (< (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3104 |
(or (not (and (< 0 ?v1) (< 0.0 ?v2))) $x42)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3105 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3106 |
(let (($x85 (or (not (and (not (<= ?1 0)) (not (<= ?0 0.0)))) (not (<= ?1 (- 1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3107 |
(let (($x42 (< (- 1) ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3108 |
(let (($x49 (or (not (and (< 0 ?1) (< 0.0 ?0))) $x42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3109 |
(let (($x79 (= (not (and (< 0 ?1) (< 0.0 ?0))) (not (and (not (<= ?1 0)) (not (<= ?0 0.0))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3110 |
(let (($x31 (and (< 0 ?1) (< 0.0 ?0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3111 |
(let ((@x77 (monotonicity (rewrite (= (< 0 ?1) (not (<= ?1 0)))) (rewrite (= (< 0.0 ?0) (not (<= ?0 0.0)))) (= $x31 (and (not (<= ?1 0)) (not (<= ?0 0.0))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3112 |
(let ((@x87 (monotonicity (monotonicity @x77 $x79) (rewrite (= $x42 (not (<= ?1 (- 1))))) (= $x49 $x85)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3113 |
(let ((@x93 (monotonicity (quant-intro @x87 (= $x54 $x88)) (= (not $x54) $x91)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3114 |
(let (($x57 (exists ((?v0 Int) )(! (forall ((?v1 Int) (?v2 Real) )(! (let (($x42 (< (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3115 |
(or (not (and (< 0 ?v1) (< 0.0 ?v2))) $x42)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3116 |
:qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3117 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3118 |
(let (($x36 (forall ((?v1 Int) (?v2 Real) )(! (let (($x31 (and (< 0 ?v1) (< 0.0 ?v2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3119 |
(=> $x31 (< (- 1) ?v1))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3120 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3121 |
(let ((@x44 (monotonicity (rewrite (= (- 1) (- 1))) (= (< (- 1) ?1) $x42)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3122 |
(let ((@x47 (monotonicity @x44 (= (=> $x31 (< (- 1) ?1)) (=> $x31 $x42))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3123 |
(let ((@x53 (trans @x47 (rewrite (= (=> $x31 $x42) $x49)) (= (=> $x31 (< (- 1) ?1)) $x49)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3124 |
(let ((@x63 (trans (quant-intro (quant-intro @x53 (= $x36 $x54)) (= $x37 $x57)) (elim-unused (= $x57 $x54)) (= $x37 $x54)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3125 |
(let ((@x95 (trans (monotonicity @x63 (= $x27 (not $x54))) @x93 (= $x27 $x91)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3126 |
(let ((@x111 (mp~ (mp (asserted $x27) @x95 $x91) (sk (~ $x91 (not $x107))) (not $x107)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3127 |
(let ((@x117 (not-or-elim @x111 $x105))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3128 |
(let (($x99 (<= ?v1!1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3129 |
(let (($x100 (not $x99))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3130 |
(let ((@x115 (and-elim (not-or-elim @x111 (and $x100 (not (<= ?v2!0 0.0)))) $x100))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3131 |
(unit-resolution ((_ th-lemma arith farkas 1 1) (or (not $x105) $x99)) @x115 @x117 false)))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3132 |
|
73389 | 3133 |
3eba422177cb1a37290b37910c836f326aae81a7 110 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3134 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3135 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3136 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3137 |
(let (($x152 (forall ((?v0 Int) )(! (let (($x68 (<= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3138 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3139 |
(let (($x143 (not false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3140 |
(let (($x146 (or $x143 $x69))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3141 |
(not $x146))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3142 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3143 |
(let (($x174 (forall ((?v0 Int) )(! false :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3144 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3145 |
(let (($x68 (<= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3146 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3147 |
(let (($x143 (not false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3148 |
(let (($x146 (or $x143 $x69))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3149 |
(let ((@x166 (trans (monotonicity (rewrite (= $x143 true)) (= $x146 (or true $x69))) (rewrite (= (or true $x69) true)) (= $x146 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3150 |
(let ((@x173 (trans (monotonicity @x166 (= (not $x146) (not true))) (rewrite (= (not true) false)) (= (not $x146) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3151 |
(let ((@x180 (trans (quant-intro @x173 (= $x152 $x174)) (elim-unused (= $x174 false)) (= $x152 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3152 |
(let (($x122 (forall ((?v0 Int) )(! (let (($x68 (<= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3153 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3154 |
(let (($x75 (forall ((?v1 Int) )(! (let (($x68 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3155 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3156 |
(or (not (>= (+ ?v1 (* (- 1) ?v0)) 0)) $x69))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3157 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3158 |
(let (($x78 (not $x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3159 |
(let (($x81 (or $x78 $x69))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3160 |
(not $x81)))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3161 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3162 |
(let (($x138 (forall ((?v0 Int) )(! (let (($x68 (<= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3163 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3164 |
(let (($x126 (forall ((?v1 Int) )(! (let (($x68 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3165 |
(not $x68)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3166 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3167 |
(not (or (not $x126) $x69))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3168 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3169 |
(let ((@x156 (trans (rewrite (= $x122 $x138)) (rewrite (= $x138 $x152)) (= $x122 $x152)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3170 |
(let (($x116 (forall ((?v0 Int) )(! (let (($x68 (<= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3171 |
(let (($x75 (forall ((?v1 Int) )(! (let (($x68 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3172 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3173 |
(or (not (>= (+ ?v1 (* (- 1) ?v0)) 0)) $x69))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3174 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3175 |
(and $x75 $x68))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3176 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3177 |
(let (($x75 (forall ((?v1 Int) )(! (let (($x68 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3178 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3179 |
(or (not (>= (+ ?v1 (* (- 1) ?0)) 0)) $x69))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3180 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3181 |
(let (($x78 (not $x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3182 |
(let (($x81 (or $x78 $x69))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3183 |
(let (($x104 (not $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3184 |
(let (($x113 (and $x75 $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3185 |
(let (($x107 (forall ((?v0 Int) )(! (let (($x68 (<= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3186 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3187 |
(let (($x100 (not $x69))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3188 |
(let (($x75 (forall ((?v1 Int) )(! (let (($x68 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3189 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3190 |
(or (not (>= (+ ?v1 (* (- 1) ?v0)) 0)) $x69))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3191 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3192 |
(and $x75 $x100))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3193 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3194 |
(let ((@x115 (monotonicity (rewrite (= (not $x69) $x68)) (= (and $x75 (not $x69)) $x113)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3195 |
(let (($x84 (exists ((?v0 Int) )(! (let (($x68 (<= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3196 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3197 |
(let (($x75 (forall ((?v1 Int) )(! (let (($x68 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3198 |
(let (($x69 (not $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3199 |
(or (not (>= (+ ?v1 (* (- 1) ?v0)) 0)) $x69))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3200 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3201 |
(let (($x78 (not $x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3202 |
(or $x78 $x69))))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3203 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3204 |
(let (($x87 (not $x84))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3205 |
(let (($x72 (or (not (>= (+ ?0 (* (- 1) ?1)) 0)) $x69))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3206 |
(let ((@x99 (nnf-neg (nnf-pos (refl (~ $x72 $x72)) (~ $x75 $x75)) (~ (not $x78) $x75)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3207 |
(let ((@x106 (nnf-neg @x99 (refl (~ (not $x69) (not $x69))) (~ $x104 (and $x75 (not $x69)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3208 |
(let (($x34 (exists ((?v0 Int) )(! (let (($x30 (< 0 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3209 |
(let (($x32 (forall ((?v1 Int) )(! (let (($x30 (< 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3210 |
(let (($x29 (<= ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3211 |
(=> $x29 $x30))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3212 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3213 |
(=> $x32 $x30))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3214 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3215 |
(let (($x35 (not $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3216 |
(let (($x53 (exists ((?v0 Int) )(! (let (($x30 (< 0 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3217 |
(let (($x41 (forall ((?v1 Int) )(! (let (($x30 (< 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3218 |
(or (not (<= ?v0 ?v1)) $x30)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3219 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3220 |
(or (not $x41) $x30))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3221 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3222 |
(let (($x30 (< 0 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3223 |
(let (($x41 (forall ((?v1 Int) )(! (let (($x30 (< 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3224 |
(or (not (<= ?0 ?v1)) $x30)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3225 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3226 |
(let (($x48 (or (not $x41) $x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3227 |
(let ((@x67 (monotonicity (rewrite (= (<= ?1 ?0) (>= (+ ?0 (* (- 1) ?1)) 0))) (= (not (<= ?1 ?0)) (not (>= (+ ?0 (* (- 1) ?1)) 0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3228 |
(let ((@x74 (monotonicity @x67 (rewrite (= $x30 $x69)) (= (or (not (<= ?1 ?0)) $x30) $x72)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3229 |
(let ((@x80 (monotonicity (quant-intro @x74 (= $x41 $x75)) (= (not $x41) $x78)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3230 |
(let ((@x86 (quant-intro (monotonicity @x80 (rewrite (= $x30 $x69)) (= $x48 $x81)) (= $x53 $x84)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3231 |
(let (($x32 (forall ((?v1 Int) )(! (let (($x30 (< 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3232 |
(let (($x29 (<= ?0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3233 |
(=> $x29 $x30))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3234 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3235 |
(let (($x33 (=> $x32 $x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3236 |
(let ((@x40 (rewrite (= (=> (<= ?1 ?0) $x30) (or (not (<= ?1 ?0)) $x30))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3237 |
(let ((@x46 (monotonicity (quant-intro @x40 (= $x32 $x41)) (= $x33 (=> $x41 $x30))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3238 |
(let ((@x55 (quant-intro (trans @x46 (rewrite (= (=> $x41 $x30) $x48)) (= $x33 $x48)) (= $x34 $x53)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3239 |
(let ((@x91 (trans (monotonicity @x55 (= $x35 (not $x53))) (monotonicity @x86 (= (not $x53) $x87)) (= $x35 $x87)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3240 |
(let ((@x110 (mp~ (mp (asserted $x35) @x91 $x87) (nnf-neg @x106 (~ $x87 $x107)) $x107))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3241 |
(let ((@x125 (mp (mp @x110 (quant-intro @x115 (= $x107 $x116)) $x116) (quant-intro (rewrite (= $x113 $x104)) (= $x116 $x122)) $x122))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3242 |
(mp (mp @x125 @x156 $x152) @x180 false)))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3243 |
|
73389 | 3244 |
cf55ed5d5e3fbc48182cb17ef320bda064703b0c 23 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3245 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3246 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3247 |
(declare-fun ?v1!0 () Int) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3248 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3249 |
(let (($x64 (>= ?v1!0 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3250 |
(let (($x52 (forall ((?v1 Int) )(! (or (not (<= ?v1 0)) (not (>= ?v1 1))) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3251 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3252 |
(let (($x55 (not $x52))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3253 |
(let (($x33 (forall ((?v0 Int) (?v1 Int) )(! (or (< 0 ?v1) (< ?v1 1)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3254 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3255 |
(let (($x27 (not $x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3256 |
(let (($x35 (forall ((?v1 Int) )(! (or (< 0 ?v1) (< ?v1 1)) :qid k!4)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3257 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3258 |
(let (($x32 (or (< 0 ?0) (< ?0 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3259 |
(let ((@x51 (monotonicity (rewrite (= (< 0 ?0) (not (<= ?0 0)))) (rewrite (= (< ?0 1) (not (>= ?0 1)))) (= $x32 (or (not (<= ?0 0)) (not (>= ?0 1))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3260 |
(let ((@x57 (monotonicity (quant-intro @x51 (= $x35 $x52)) (= (not $x35) $x55)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3261 |
(let ((@x59 (trans (monotonicity (elim-unused (= $x33 $x35)) (= $x27 (not $x35))) @x57 (= $x27 $x55)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3262 |
(let ((@x70 (mp~ (mp (asserted $x27) @x59 $x55) (sk (~ $x55 (not (or (not (<= ?v1!0 0)) (not $x64))))) (not (or (not (<= ?v1!0 0)) (not $x64)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3263 |
(let ((@x74 (not-or-elim @x70 $x64))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3264 |
(let (($x62 (<= ?v1!0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3265 |
(let ((@x73 (not-or-elim @x70 $x62))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3266 |
(unit-resolution ((_ th-lemma arith farkas 1 1) (or (not $x62) (not $x64))) @x73 @x74 false))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3267 |
|
73389 | 3268 |
47c99edbec21b5ca2d3944c6aeff150e7def6e0b 26 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3269 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3270 |
((set-logic <null>) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3271 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3272 |
(let (($x58 (<= b$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3273 |
(let (($x62 (or (not (and (not (<= a$ 0)) (not (<= (* a$ b$) 0)))) (not $x58)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3274 |
(let (($x65 (not $x62))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3275 |
(let (($x35 (not (=> (and (< 0 a$) (< 0 (* a$ b$))) (< 0 b$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3276 |
(let (($x33 (< 0 b$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3277 |
(let (($x38 (or (not (and (< 0 a$) (< 0 (* a$ b$)))) $x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3278 |
(let (($x56 (= (not (and (< 0 a$) (< 0 (* a$ b$)))) (not (and (not (<= a$ 0)) (not (<= (* a$ b$) 0))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3279 |
(let ((?x30 (* a$ b$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3280 |
(let (($x48 (<= ?x30 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3281 |
(let (($x49 (not $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3282 |
(let (($x44 (<= a$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3283 |
(let (($x45 (not $x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3284 |
(let (($x52 (and $x45 $x49))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3285 |
(let (($x32 (and (< 0 a$) (< 0 ?x30)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3286 |
(let ((@x54 (monotonicity (rewrite (= (< 0 a$) $x45)) (rewrite (= (< 0 ?x30) $x49)) (= $x32 $x52)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3287 |
(let ((@x64 (monotonicity (monotonicity @x54 $x56) (rewrite (= $x33 (not $x58))) (= $x38 $x62)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3288 |
(let ((@x43 (monotonicity (rewrite (= (=> $x32 $x33) $x38)) (= $x35 (not $x38))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3289 |
(let ((@x69 (trans @x43 (monotonicity @x64 (= (not $x38) $x65)) (= $x35 $x65)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3290 |
(let ((@x74 (not-or-elim (mp (asserted $x35) @x69 $x65) $x58))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3291 |
(let ((@x72 (and-elim (not-or-elim (mp (asserted $x35) @x69 $x65) $x52) $x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3292 |
(let ((@x73 (and-elim (not-or-elim (mp (asserted $x35) @x69 $x65) $x52) $x49))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3293 |
((_ th-lemma arith farkas 1 1 1) @x73 @x72 @x74 false)))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3294 |
|
73389 | 3295 |
d19214170f32152ce058c34f982fe481da9e80ff 26 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3296 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3297 |
((set-logic <null>) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3298 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3299 |
(let ((?x35 (+ y$ 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3300 |
(let ((?x36 (* a$ ?x35))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3301 |
(let ((?x34 (* a$ x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3302 |
(let ((?x37 (+ ?x34 ?x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3303 |
(let ((?x30 (+ x$ 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3304 |
(let ((?x32 (+ ?x30 y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3305 |
(let ((?x33 (* a$ ?x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3306 |
(let (($x38 (= ?x33 ?x37))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3307 |
(let (($x39 (not $x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3308 |
(let (($x82 (= (= (+ a$ ?x34 (* a$ y$)) (+ a$ ?x34 (* a$ y$))) true))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3309 |
(let (($x80 (= $x38 (= (+ a$ ?x34 (* a$ y$)) (+ a$ ?x34 (* a$ y$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3310 |
(let ((@x76 (rewrite (= (+ ?x34 (+ a$ (* a$ y$))) (+ a$ ?x34 (* a$ y$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3311 |
(let ((@x66 (monotonicity (rewrite (= ?x35 (+ 1 y$))) (= ?x36 (* a$ (+ 1 y$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3312 |
(let ((@x71 (trans @x66 (rewrite (= (* a$ (+ 1 y$)) (+ a$ (* a$ y$)))) (= ?x36 (+ a$ (* a$ y$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3313 |
(let ((@x78 (trans (monotonicity @x71 (= ?x37 (+ ?x34 (+ a$ (* a$ y$))))) @x76 (= ?x37 (+ a$ ?x34 (* a$ y$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3314 |
(let ((@x58 (rewrite (= (* a$ (+ 1 x$ y$)) (+ a$ ?x34 (* a$ y$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3315 |
(let ((@x46 (monotonicity (rewrite (= ?x30 (+ 1 x$))) (= ?x32 (+ (+ 1 x$) y$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3316 |
(let ((@x51 (trans @x46 (rewrite (= (+ (+ 1 x$) y$) (+ 1 x$ y$))) (= ?x32 (+ 1 x$ y$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3317 |
(let ((@x60 (trans (monotonicity @x51 (= ?x33 (* a$ (+ 1 x$ y$)))) @x58 (= ?x33 (+ a$ ?x34 (* a$ y$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3318 |
(let ((@x88 (monotonicity (trans (monotonicity @x60 @x78 $x80) (rewrite $x82) (= $x38 true)) (= $x39 (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3319 |
(let ((@x92 (trans @x88 (rewrite (= (not true) false)) (= $x39 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3320 |
(mp (asserted $x39) @x92 false)))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3321 |
|
73389 | 3322 |
6338e51142f708a9900dc576fef69c89a46c7f58 23 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3323 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3324 |
((set-logic <null>) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3325 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3326 |
(let ((?x36 (* 2.0 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3327 |
(let ((?x37 (* ?x36 y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3328 |
(let ((?x32 (- 1.0 y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3329 |
(let ((?x33 (* x$ ?x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3330 |
(let ((?x30 (+ 1.0 y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3331 |
(let ((?x31 (* x$ ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3332 |
(let ((?x34 (- ?x31 ?x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3333 |
(let (($x38 (= ?x34 ?x37))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3334 |
(let (($x39 (not $x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3335 |
(let ((@x73 (rewrite (= (= (* 2.0 (* x$ y$)) (* 2.0 (* x$ y$))) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3336 |
(let ((?x41 (* x$ y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3337 |
(let ((?x63 (* 2.0 ?x41))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3338 |
(let ((@x56 (rewrite (= (* x$ (+ 1.0 (* (- 1.0) y$))) (+ x$ (* (- 1.0) ?x41)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3339 |
(let ((@x52 (monotonicity (rewrite (= ?x32 (+ 1.0 (* (- 1.0) y$)))) (= ?x33 (* x$ (+ 1.0 (* (- 1.0) y$))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3340 |
(let ((@x61 (monotonicity (rewrite (= ?x31 (+ x$ ?x41))) (trans @x52 @x56 (= ?x33 (+ x$ (* (- 1.0) ?x41)))) (= ?x34 (- (+ x$ ?x41) (+ x$ (* (- 1.0) ?x41))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3341 |
(let ((@x66 (trans @x61 (rewrite (= (- (+ x$ ?x41) (+ x$ (* (- 1.0) ?x41))) ?x63)) (= ?x34 ?x63)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3342 |
(let ((@x75 (trans (monotonicity @x66 (rewrite (= ?x37 ?x63)) (= $x38 (= ?x63 ?x63))) @x73 (= $x38 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3343 |
(let ((@x82 (trans (monotonicity @x75 (= $x39 (not true))) (rewrite (= (not true) false)) (= $x39 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3344 |
(mp (asserted $x39) @x82 false))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3345 |
|
73389 | 3346 |
760eefae5bab2da16eec8daa0cc978ac4329de62 51 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3347 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3348 |
((set-logic <null>) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3349 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3350 |
(let ((?x47 (+ b$ d$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3351 |
(let ((?x48 (+ ?x47 e$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3352 |
(let ((?x30 (+ 1 p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3353 |
(let ((?x49 (* ?x30 ?x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3354 |
(let ((?x44 (* d$ p$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3355 |
(let ((?x42 (* ?x30 d$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3356 |
(let ((?x33 (+ b$ e$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3357 |
(let ((?x40 (* 2 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3358 |
(let ((?x41 (* ?x40 ?x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3359 |
(let ((?x43 (+ ?x41 ?x42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3360 |
(let ((?x45 (+ ?x43 ?x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3361 |
(let ((?x46 (+ u$ ?x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3362 |
(let ((?x50 (- ?x46 ?x49))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3363 |
(let ((?x37 (* p$ d$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3364 |
(let ((?x34 (* ?x30 ?x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3365 |
(let ((?x35 (+ u$ ?x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3366 |
(let ((?x38 (+ ?x35 ?x37))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3367 |
(let (($x51 (= ?x38 ?x50))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3368 |
(let (($x52 (not $x51))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3369 |
(let ((?x55 (* p$ e$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3370 |
(let ((?x54 (* p$ b$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3371 |
(let ((?x70 (+ u$ b$ e$ ?x37 ?x54 ?x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3372 |
(let ((?x127 (+ b$ e$ d$ ?x37 ?x54 ?x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3373 |
(let ((?x85 (* 2 ?x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3374 |
(let ((?x83 (* 2 ?x54))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3375 |
(let ((?x84 (* 2 e$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3376 |
(let ((?x82 (* 2 b$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3377 |
(let ((?x116 (+ u$ ?x82 ?x84 d$ (* 2 ?x37) ?x83 ?x85))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3378 |
(let ((@x126 (monotonicity (rewrite (= ?x48 (+ b$ e$ d$))) (= ?x49 (* ?x30 (+ b$ e$ d$)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3379 |
(let ((@x131 (trans @x126 (rewrite (= (* ?x30 (+ b$ e$ d$)) ?x127)) (= ?x49 ?x127)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3380 |
(let ((@x118 (rewrite (= (+ u$ (+ ?x82 ?x84 d$ (* 2 ?x37) ?x83 ?x85)) ?x116)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3381 |
(let ((?x108 (+ ?x82 ?x84 d$ (* 2 ?x37) ?x83 ?x85))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3382 |
(let ((?x97 (+ ?x82 ?x84 d$ ?x37 ?x83 ?x85))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3383 |
(let ((@x88 (rewrite (= (* (+ 2 (* 2 p$)) ?x33) (+ ?x82 ?x84 ?x83 ?x85))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3384 |
(let ((@x81 (monotonicity (rewrite (= ?x40 (+ 2 (* 2 p$)))) (= ?x41 (* (+ 2 (* 2 p$)) ?x33))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3385 |
(let ((@x96 (monotonicity (trans @x81 @x88 (= ?x41 (+ ?x82 ?x84 ?x83 ?x85))) (rewrite (= ?x42 (+ d$ ?x37))) (= ?x43 (+ (+ ?x82 ?x84 ?x83 ?x85) (+ d$ ?x37)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3386 |
(let ((@x101 (trans @x96 (rewrite (= (+ (+ ?x82 ?x84 ?x83 ?x85) (+ d$ ?x37)) ?x97)) (= ?x43 ?x97)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3387 |
(let ((@x112 (trans (monotonicity @x101 (rewrite (= ?x44 ?x37)) (= ?x45 (+ ?x97 ?x37))) (rewrite (= (+ ?x97 ?x37) ?x108)) (= ?x45 ?x108)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3388 |
(let ((@x120 (trans (monotonicity @x112 (= ?x46 (+ u$ ?x108))) @x118 (= ?x46 ?x116)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3389 |
(let ((@x139 (trans (monotonicity @x120 @x131 (= ?x50 (- ?x116 ?x127))) (rewrite (= (- ?x116 ?x127) ?x70)) (= ?x50 ?x70)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3390 |
(let ((@x64 (rewrite (= (+ u$ (+ b$ e$ ?x54 ?x55)) (+ u$ b$ e$ ?x54 ?x55))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3391 |
(let ((@x61 (monotonicity (rewrite (= ?x34 (+ b$ e$ ?x54 ?x55))) (= ?x35 (+ u$ (+ b$ e$ ?x54 ?x55)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3392 |
(let ((@x69 (monotonicity (trans @x61 @x64 (= ?x35 (+ u$ b$ e$ ?x54 ?x55))) (= ?x38 (+ (+ u$ b$ e$ ?x54 ?x55) ?x37))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3393 |
(let ((@x74 (trans @x69 (rewrite (= (+ (+ u$ b$ e$ ?x54 ?x55) ?x37) ?x70)) (= ?x38 ?x70)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3394 |
(let ((@x145 (trans (monotonicity @x74 @x139 (= $x51 (= ?x70 ?x70))) (rewrite (= (= ?x70 ?x70) true)) (= $x51 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3395 |
(let ((@x152 (trans (monotonicity @x145 (= $x52 (not true))) (rewrite (= (not true) false)) (= $x52 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3396 |
(mp (asserted $x52) @x152 false))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3397 |
|
73389 | 3398 |
12dc1d685081b4234b95f046bcf34da3681d7c1e 12 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3399 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3400 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3401 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3402 |
(let ((@x39 (rewrite (= (= (* 2 (of_nat$ x$)) 1) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3403 |
(let ((?x29 (of_nat$ x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3404 |
(let ((?x30 (* 2 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3405 |
(let (($x32 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3406 |
(let (($x33 (not $x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3407 |
(let (($x34 (not $x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3408 |
(let ((@x37 (rewrite (= $x34 $x32)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3409 |
(mp (asserted $x34) (trans @x37 @x39 (= $x34 false)) false)))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3410 |
|
73389 | 3411 |
f2f21091bf9deb3a38832129de5449a872415f16 23 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3412 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3413 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3414 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3415 |
(let ((?x28 (of_nat$ a$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3416 |
(let (($x57 (>= ?x28 4))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3417 |
(let (($x47 (>= ?x28 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3418 |
(let (($x61 (or $x47 (not $x57)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3419 |
(let (($x64 (not $x61))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3420 |
(let ((@x51 (monotonicity (rewrite (= (< ?x28 3) (not $x47))) (= (not (< ?x28 3)) (not (not $x47)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3421 |
(let ((@x55 (trans @x51 (rewrite (= (not (not $x47)) $x47)) (= (not (< ?x28 3)) $x47)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3422 |
(let ((@x63 (monotonicity @x55 (rewrite (= (< (* 2 ?x28) 7) (not $x57))) (= (or (not (< ?x28 3)) (< (* 2 ?x28) 7)) $x61)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3423 |
(let ((@x66 (monotonicity @x63 (= (not (or (not (< ?x28 3)) (< (* 2 ?x28) 7))) $x64)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3424 |
(let (($x36 (not (=> (< ?x28 3) (< (* 2 ?x28) 7))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3425 |
(let (($x34 (< (* 2 ?x28) 7))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3426 |
(let (($x30 (< ?x28 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3427 |
(let (($x38 (not $x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3428 |
(let (($x39 (or $x38 $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3429 |
(let ((@x44 (monotonicity (rewrite (= (=> $x30 $x34) $x39)) (= $x36 (not $x39))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3430 |
(let ((@x71 (not-or-elim (mp (asserted $x36) (trans @x44 @x66 (= $x36 $x64)) $x64) $x57))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3431 |
(let (($x45 (not $x47))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3432 |
(let ((@x70 (not-or-elim (mp (asserted $x36) (trans @x44 @x66 (= $x36 $x64)) $x64) $x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3433 |
(unit-resolution ((_ th-lemma arith farkas 1 1) $x61) @x70 @x71 false))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3434 |
|
73389 | 3435 |
dbe03d888710bfc170c0322723b6fe3d138c2de7 22 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3436 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3437 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3438 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3439 |
(let ((?x29 (of_nat$ y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3440 |
(let ((?x30 (+ 1 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3441 |
(let ((?x33 (- ?x30 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3442 |
(let (($x32 (< ?x30 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3443 |
(let ((?x34 (ite $x32 0 ?x33))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3444 |
(let ((?x31 (* 0 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3445 |
(let (($x35 (< ?x31 ?x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3446 |
(let (($x36 (not $x35))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3447 |
(let ((@x55 (monotonicity (rewrite (= $x32 false)) (= (ite $x32 0 1) (ite false 0 1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3448 |
(let ((@x59 (trans @x55 (rewrite (= (ite false 0 1) 1)) (= (ite $x32 0 1) 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3449 |
(let ((@x62 (monotonicity @x59 (= (< 0 (ite $x32 0 1)) (< 0 1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3450 |
(let ((@x66 (trans @x62 (rewrite (= (< 0 1) true)) (= (< 0 (ite $x32 0 1)) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3451 |
(let ((@x69 (monotonicity @x66 (= (not (< 0 (ite $x32 0 1))) (not true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3452 |
(let ((@x73 (trans @x69 (rewrite (= (not true) false)) (= (not (< 0 (ite $x32 0 1))) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3453 |
(let ((@x44 (monotonicity (rewrite (= ?x33 1)) (= ?x34 (ite $x32 0 1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3454 |
(let ((@x47 (monotonicity (rewrite (= ?x31 0)) @x44 (= $x35 (< 0 (ite $x32 0 1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3455 |
(let ((@x50 (monotonicity @x47 (= $x36 (not (< 0 (ite $x32 0 1))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3456 |
(mp (asserted $x36) (trans @x50 @x73 (= $x36 false)) false)))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3457 |
|
73389 | 3458 |
30cc2762602a7a30eb3ec186f081112e21381d17 37 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3459 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3460 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3461 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3462 |
(let ((?x29 (of_nat$ y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3463 |
(let (($x91 (>= ?x29 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3464 |
(let ((@x126 (mp (asserted (<= 0 ?x29)) (rewrite (= (<= 0 ?x29) $x91)) $x91))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3465 |
(let (($x86 (<= ?x29 (- 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3466 |
(let (($x111 (not (or (= (not $x86) (= (ite $x91 ?x29 0) ?x29)) (not $x86))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3467 |
(let (($x39 (=> (not (ite (< 0 (+ 1 ?x29)) true false)) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3468 |
(let (($x36 (= (ite (< (+ 1 ?x29) 1) 0 (- (+ 1 ?x29) 1)) ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3469 |
(let ((?x30 (+ 1 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3470 |
(let (($x31 (< 0 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3471 |
(let (($x32 (ite $x31 true false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3472 |
(let (($x37 (= $x32 $x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3473 |
(let (($x41 (or false (or $x37 $x39)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3474 |
(let (($x42 (not $x41))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3475 |
(let (($x112 (= (not (or (= $x31 (= (ite (< ?x30 1) 0 ?x29) ?x29)) $x31)) $x111))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3476 |
(let (($x33 (< ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3477 |
(let ((?x48 (ite $x33 0 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3478 |
(let (($x51 (= ?x48 ?x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3479 |
(let (($x57 (= $x31 $x51))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3480 |
(let (($x72 (or $x57 $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3481 |
(let (($x109 (= $x72 (or (= (not $x86) (= (ite $x91 ?x29 0) ?x29)) (not $x86))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3482 |
(let ((@x96 (monotonicity (rewrite (= $x33 (not $x91))) (= ?x48 (ite (not $x91) 0 ?x29))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3483 |
(let ((@x101 (trans @x96 (rewrite (= (ite (not $x91) 0 ?x29) (ite $x91 ?x29 0))) (= ?x48 (ite $x91 ?x29 0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3484 |
(let ((@x107 (monotonicity (rewrite (= $x31 (not $x86))) (monotonicity @x101 (= $x51 (= (ite $x91 ?x29 0) ?x29))) (= $x57 (= (not $x86) (= (ite $x91 ?x29 0) ?x29)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3485 |
(let ((@x113 (monotonicity (monotonicity @x107 (rewrite (= $x31 (not $x86))) $x109) $x112))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3486 |
(let ((@x67 (monotonicity (monotonicity (rewrite (= $x32 $x31)) (= (not $x32) (not $x31))) (= $x39 (=> (not $x31) false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3487 |
(let ((@x71 (trans @x67 (rewrite (= (=> (not $x31) false) $x31)) (= $x39 $x31)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3488 |
(let ((@x50 (monotonicity (rewrite (= (- ?x30 1) ?x29)) (= (ite $x33 0 (- ?x30 1)) ?x48)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3489 |
(let ((@x56 (monotonicity (rewrite (= $x32 $x31)) (monotonicity @x50 (= $x36 $x51)) (= $x37 (= $x31 $x51))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3490 |
(let ((@x74 (monotonicity (trans @x56 (rewrite (= (= $x31 $x51) $x57)) (= $x37 $x57)) @x71 (= (or $x37 $x39) $x72)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3491 |
(let ((@x81 (trans (monotonicity @x74 (= $x41 (or false $x72))) (rewrite (= (or false $x72) $x72)) (= $x41 $x72)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3492 |
(let ((@x115 (trans (monotonicity @x81 (= $x42 (not $x72))) @x113 (= $x42 $x111)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3493 |
(let ((@x119 (not-or-elim (mp (asserted $x42) @x115 $x111) $x86))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3494 |
(unit-resolution ((_ th-lemma arith farkas 1 1) (or (not $x86) (not $x91))) @x119 @x126 false))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3495 |
|
73389 | 3496 |
093b4bdc35e8040f16c5dca022c87a6f58a6b797 64 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3497 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3498 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3499 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3500 |
(let ((?x58 (* (- 1) x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3501 |
(let (($x76 (>= x$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3502 |
(let ((?x83 (ite $x76 x$ ?x58))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3503 |
(let ((?x536 (* (- 1) ?x83))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3504 |
(let ((?x539 (+ ?x58 ?x536))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3505 |
(let (($x237 (<= ?x539 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3506 |
(let (($x229 (= ?x58 ?x83))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3507 |
(let (($x77 (not $x76))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3508 |
(let (($x143 (= x$ ?x83))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3509 |
(let ((@x182 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x143) (<= (+ x$ ?x536) 0))) (unit-resolution (def-axiom (or $x77 $x143)) (hypothesis $x76) $x143) (<= (+ x$ ?x536) 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3510 |
(let (($x232 (>= ?x83 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3511 |
(let (($x337 (not $x232))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3512 |
(let ((?x88 (nat$ ?x83))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3513 |
(let ((?x91 (of_nat$ ?x88))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3514 |
(let (($x233 (= ?x91 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3515 |
(let (($x94 (= ?x91 ?x83))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3516 |
(let (($x234 (ite $x232 $x94 $x233))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3517 |
(let (($x560 (forall ((?v0 Int) )(! (let (($x39 (>= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3518 |
(ite $x39 (= (of_nat$ (nat$ ?v0)) ?v0) (= (of_nat$ (nat$ ?v0)) 0))) :pattern ( (nat$ ?v0) ) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3519 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3520 |
(let (($x139 (forall ((?v0 Int) )(! (let (($x39 (>= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3521 |
(ite $x39 (= (of_nat$ (nat$ ?v0)) ?v0) (= (of_nat$ (nat$ ?v0)) 0))) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3522 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3523 |
(let (($x39 (>= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3524 |
(let (($x136 (ite $x39 (= (of_nat$ (nat$ ?0)) ?0) (= (of_nat$ (nat$ ?0)) 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3525 |
(let (($x46 (forall ((?v0 Int) )(! (let ((?x29 (of_nat$ (nat$ ?v0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3526 |
(= ?x29 (ite (>= ?v0 0) ?v0 0))) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3527 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3528 |
(let ((@x141 (quant-intro (rewrite (= (= (of_nat$ (nat$ ?0)) (ite $x39 ?0 0)) $x136)) (= $x46 $x139)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3529 |
(let ((?x29 (of_nat$ (nat$ ?0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3530 |
(let (($x43 (= ?x29 (ite $x39 ?0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3531 |
(let (($x33 (forall ((?v0 Int) )(! (let ((?x29 (of_nat$ (nat$ ?v0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3532 |
(= ?x29 (ite (<= 0 ?v0) ?v0 0))) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3533 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3534 |
(let ((@x42 (monotonicity (rewrite (= (<= 0 ?0) $x39)) (= (ite (<= 0 ?0) ?0 0) (ite $x39 ?0 0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3535 |
(let ((@x45 (monotonicity @x42 (= (= ?x29 (ite (<= 0 ?0) ?0 0)) $x43)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3536 |
(let ((@x122 (mp~ (mp (asserted $x33) (quant-intro @x45 (= $x33 $x46)) $x46) (nnf-pos (refl (~ $x43 $x43)) (~ $x46 $x46)) $x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3537 |
(let ((@x565 (mp (mp @x122 @x141 $x139) (quant-intro (refl (= $x136 $x136)) (= $x139 $x560)) $x560))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3538 |
(let (($x551 (or (not $x560) $x234))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3539 |
(let ((@x552 ((_ quant-inst (ite $x76 x$ ?x58)) $x551))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3540 |
(let (($x97 (not $x94))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3541 |
(let (($x36 (< x$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3542 |
(let ((?x51 (ite $x36 (- x$) x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3543 |
(let (($x55 (not (= (of_nat$ (nat$ ?x51)) ?x51)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3544 |
(let (($x98 (= (not (= (of_nat$ (nat$ (ite $x36 ?x58 x$))) (ite $x36 ?x58 x$))) $x97))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3545 |
(let ((?x61 (ite $x36 ?x58 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3546 |
(let ((?x64 (nat$ ?x61))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3547 |
(let ((?x67 (of_nat$ ?x64))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3548 |
(let (($x70 (= ?x67 ?x61))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3549 |
(let ((@x87 (trans (monotonicity (rewrite (= $x36 $x77)) (= ?x61 (ite $x77 ?x58 x$))) (rewrite (= (ite $x77 ?x58 x$) ?x83)) (= ?x61 ?x83)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3550 |
(let ((@x96 (monotonicity (monotonicity (monotonicity @x87 (= ?x64 ?x88)) (= ?x67 ?x91)) @x87 (= $x70 $x94)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3551 |
(let ((@x66 (monotonicity (monotonicity (rewrite (= (- x$) ?x58)) (= ?x51 ?x61)) (= (nat$ ?x51) ?x64)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3552 |
(let ((@x72 (monotonicity (monotonicity @x66 (= (of_nat$ (nat$ ?x51)) ?x67)) (monotonicity (rewrite (= (- x$) ?x58)) (= ?x51 ?x61)) (= (= (of_nat$ (nat$ ?x51)) ?x51) $x70)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3553 |
(let ((@x101 (trans (monotonicity @x72 (= $x55 (not $x70))) (monotonicity @x96 $x98) (= $x55 $x97)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3554 |
(let ((@x102 (mp (asserted $x55) @x101 $x97))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3555 |
(let ((@x545 (unit-resolution (def-axiom (or (not $x234) $x337 $x94)) @x102 (or (not $x234) $x337)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3556 |
(let ((@x532 ((_ th-lemma arith farkas -1 1 1) (hypothesis $x76) (unit-resolution @x545 (unit-resolution @x552 @x565 $x234) $x337) @x182 false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3557 |
(let ((@x533 (lemma @x532 $x77))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3558 |
(let ((@x526 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x229) $x237)) (unit-resolution (def-axiom (or $x76 $x229)) @x533 $x229) $x237))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3559 |
((_ th-lemma arith farkas 1 1 1) (unit-resolution @x545 (unit-resolution @x552 @x565 $x234) $x337) @x533 @x526 false)))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3560 |
|
73389 | 3561 |
c03c5a5464afed237861dfdc891e37969d566ebb 264 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3562 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3563 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3564 |
(declare-fun ?v1!0 (Nat$) Nat$) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3565 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3566 |
(let ((?x89 (of_nat$ m$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3567 |
(let ((?x90 (* 4 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3568 |
(let ((?x98 (+ 1 ?x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3569 |
(let ((?x101 (nat$ ?x98))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3570 |
(let ((?x276 (of_nat$ ?x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3571 |
(let ((?x581 (* (- 1) ?x276))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3572 |
(let ((?x582 (+ ?x90 ?x581))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3573 |
(let (($x555 (>= ?x582 (- 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3574 |
(let (($x580 (= ?x582 (- 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3575 |
(let (($x574 (= ?x276 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3576 |
(let (($x622 (>= ?x89 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3577 |
(let (($x583 (ite $x622 $x580 $x574))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3578 |
(let (($x737 (forall ((?v0 Int) )(! (let (($x160 (>= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3579 |
(ite $x160 (= (of_nat$ (nat$ ?v0)) ?v0) (= (of_nat$ (nat$ ?v0)) 0))) :pattern ( (nat$ ?v0) ) :qid k!14)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3580 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3581 |
(let (($x271 (forall ((?v0 Int) )(! (let (($x160 (>= ?v0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3582 |
(ite $x160 (= (of_nat$ (nat$ ?v0)) ?v0) (= (of_nat$ (nat$ ?v0)) 0))) :qid k!14)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3583 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3584 |
(let (($x160 (>= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3585 |
(let (($x268 (ite $x160 (= (of_nat$ (nat$ ?0)) ?0) (= (of_nat$ (nat$ ?0)) 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3586 |
(let (($x167 (forall ((?v0 Int) )(! (let ((?x149 (nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3587 |
(let ((?x150 (of_nat$ ?x149))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3588 |
(= ?x150 (ite (>= ?v0 0) ?v0 0)))) :qid k!14)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3589 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3590 |
(let ((@x273 (quant-intro (rewrite (= (= (of_nat$ (nat$ ?0)) (ite $x160 ?0 0)) $x268)) (= $x167 $x271)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3591 |
(let ((?x149 (nat$ ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3592 |
(let ((?x150 (of_nat$ ?x149))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3593 |
(let (($x164 (= ?x150 (ite $x160 ?0 0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3594 |
(let (($x154 (forall ((?v0 Int) )(! (let ((?x149 (nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3595 |
(let ((?x150 (of_nat$ ?x149))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3596 |
(= ?x150 (ite (<= 0 ?v0) ?v0 0)))) :qid k!14)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3597 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3598 |
(let ((@x163 (monotonicity (rewrite (= (<= 0 ?0) $x160)) (= (ite (<= 0 ?0) ?0 0) (ite $x160 ?0 0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3599 |
(let ((@x166 (monotonicity @x163 (= (= ?x150 (ite (<= 0 ?0) ?0 0)) $x164)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3600 |
(let ((@x243 (mp~ (mp (asserted $x154) (quant-intro @x166 (= $x154 $x167)) $x167) (nnf-pos (refl (~ $x164 $x164)) (~ $x167 $x167)) $x167))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3601 |
(let ((@x742 (mp (mp @x243 @x273 $x271) (quant-intro (refl (= $x268 $x268)) (= $x271 $x737)) $x737))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3602 |
(let (($x587 (or (not $x737) $x583))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3603 |
(let ((@x585 (monotonicity (rewrite (= (>= ?x98 0) $x622)) (rewrite (= (= ?x276 ?x98) $x580)) (= (ite (>= ?x98 0) (= ?x276 ?x98) $x574) $x583)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3604 |
(let ((@x568 (monotonicity @x585 (= (or (not $x737) (ite (>= ?x98 0) (= ?x276 ?x98) $x574)) $x587)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3605 |
(let ((@x571 (trans @x568 (rewrite (= $x587 $x587)) (= (or (not $x737) (ite (>= ?x98 0) (= ?x276 ?x98) $x574)) $x587)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3606 |
(let ((@x572 (mp ((_ quant-inst (+ 1 ?x90)) (or (not $x737) (ite (>= ?x98 0) (= ?x276 ?x98) $x574))) @x571 $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3607 |
(let (($x723 (forall ((?v0 Nat$) )(! (let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3608 |
(>= ?x30 0)) :pattern ( (of_nat$ ?v0) ) :qid k!12)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3609 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3610 |
(let (($x142 (forall ((?v0 Nat$) )(! (let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3611 |
(>= ?x30 0)) :qid k!12)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3612 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3613 |
(let ((@x727 (quant-intro (refl (= (>= (of_nat$ ?0) 0) (>= (of_nat$ ?0) 0))) (= $x142 $x723)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3614 |
(let ((@x232 (nnf-pos (refl (~ (>= (of_nat$ ?0) 0) (>= (of_nat$ ?0) 0))) (~ $x142 $x142)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3615 |
(let (($x135 (forall ((?v0 Nat$) )(! (let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3616 |
(<= 0 ?x30)) :qid k!12)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3617 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3618 |
(let ((@x144 (quant-intro (rewrite (= (<= 0 (of_nat$ ?0)) (>= (of_nat$ ?0) 0))) (= $x135 $x142)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3619 |
(let ((@x728 (mp (mp~ (mp (asserted $x135) @x144 $x142) @x232 $x142) @x727 $x723))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3620 |
(let (($x593 (or (not $x723) $x622))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3621 |
(let ((@x594 ((_ quant-inst m$) $x593))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3622 |
(let ((@x547 (unit-resolution (def-axiom (or (not $x583) (not $x622) $x580)) (unit-resolution @x594 @x728 $x622) (or (not $x583) $x580)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3623 |
(let ((@x551 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x580) $x555)) (unit-resolution @x547 (unit-resolution @x572 @x742 $x583) $x580) $x555))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3624 |
(let (($x361 (<= ?x276 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3625 |
(let (($x668 (not $x361))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3626 |
(let (($x346 (forall ((?v1 Nat$) )(! (let ((?x89 (of_nat$ m$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3627 |
(let ((?x90 (* 4 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3628 |
(let ((?x98 (+ 1 ?x90))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3629 |
(let ((?x101 (nat$ ?x98))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3630 |
(let ((?x276 (of_nat$ ?x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3631 |
(let ((?x30 (of_nat$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3632 |
(let (($x363 (= ?x30 ?x276))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3633 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3634 |
(let (($x362 (dvd$ ?v1 ?x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3635 |
(let (($x352 (not $x362))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3636 |
(or $x352 $x34 $x363))))))))))) :pattern ( (dvd$ ?v1 (nat$ (+ 1 (* 4 (of_nat$ m$))))) ) :pattern ( (of_nat$ ?v1) ) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3637 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3638 |
(let (($x682 (not $x346))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3639 |
(let (($x683 (or $x361 $x682))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3640 |
(let (($x338 (not $x683))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3641 |
(let (($x104 (prime_nat$ ?x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3642 |
(let (($x110 (not $x104))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3643 |
(let (($x468 (or $x110 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3644 |
(let ((?x351 (?v1!0 ?x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3645 |
(let ((?x686 (of_nat$ ?x351))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3646 |
(let (($x688 (= ?x686 ?x276))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3647 |
(let (($x687 (= ?x686 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3648 |
(let (($x684 (dvd$ ?x351 ?x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3649 |
(let (($x685 (not $x684))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3650 |
(let (($x689 (or $x685 $x687 $x688))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3651 |
(let (($x679 (not $x689))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3652 |
(let (($x344 (or $x104 $x361 $x679))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3653 |
(let (($x681 (not $x344))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3654 |
(let (($x678 (not $x468))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3655 |
(let (($x323 (or $x678 $x681))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3656 |
(let (($x665 (not $x323))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3657 |
(let (($x719 (forall ((?v0 Nat$) )(! (let (($x191 (or (not (dvd$ (?v1!0 ?v0) ?v0)) (= (of_nat$ (?v1!0 ?v0)) 1) (= (of_nat$ (?v1!0 ?v0)) (of_nat$ ?v0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3658 |
(let (($x192 (not $x191))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3659 |
(let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3660 |
(let (($x65 (<= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3661 |
(let (($x28 (prime_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3662 |
(let (($x217 (or $x28 $x65 $x192))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3663 |
(let (($x692 (forall ((?v1 Nat$) )(! (let ((?x30 (of_nat$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3664 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3665 |
(or (not (dvd$ ?v1 ?v0)) $x34 (= ?x30 (of_nat$ ?v0))))) :pattern ( (dvd$ ?v1 ?v0) ) :pattern ( (of_nat$ ?v1) ) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3666 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3667 |
(let (($x177 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3668 |
(not (or (not (or $x177 (not (or $x65 (not $x692))))) (not $x217))))))))))) :pattern ( (prime_nat$ ?v0) ) :pattern ( (of_nat$ ?v0) ) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3669 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3670 |
(let (($x262 (forall ((?v0 Nat$) )(! (let (($x191 (or (not (dvd$ (?v1!0 ?v0) ?v0)) (= (of_nat$ (?v1!0 ?v0)) 1) (= (of_nat$ (?v1!0 ?v0)) (of_nat$ ?v0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3671 |
(let (($x192 (not $x191))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3672 |
(let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3673 |
(let (($x65 (<= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3674 |
(let (($x28 (prime_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3675 |
(let (($x217 (or $x28 $x65 $x192))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3676 |
(let (($x72 (forall ((?v1 Nat$) )(! (let ((?x30 (of_nat$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3677 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3678 |
(or (not (dvd$ ?v1 ?v0)) $x34 (= ?x30 (of_nat$ ?v0))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3679 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3680 |
(let (($x193 (not $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3681 |
(let (($x245 (not (or $x65 $x193)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3682 |
(let (($x177 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3683 |
(let (($x248 (or $x177 $x245))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3684 |
(not (or (not $x248) (not $x217)))))))))))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3685 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3686 |
(let (($x191 (or (not (dvd$ (?v1!0 ?0) ?0)) (= (of_nat$ (?v1!0 ?0)) 1) (= (of_nat$ (?v1!0 ?0)) (of_nat$ ?0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3687 |
(let (($x192 (not $x191))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3688 |
(let ((?x30 (of_nat$ ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3689 |
(let (($x65 (<= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3690 |
(let (($x28 (prime_nat$ ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3691 |
(let (($x217 (or $x28 $x65 $x192))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3692 |
(let (($x692 (forall ((?v1 Nat$) )(! (let ((?x30 (of_nat$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3693 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3694 |
(or (not (dvd$ ?v1 ?0)) $x34 (= ?x30 (of_nat$ ?0))))) :pattern ( (dvd$ ?v1 ?0) ) :pattern ( (of_nat$ ?v1) ) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3695 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3696 |
(let (($x177 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3697 |
(let (($x72 (forall ((?v1 Nat$) )(! (let ((?x30 (of_nat$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3698 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3699 |
(or (not (dvd$ ?v1 ?0)) $x34 (= ?x30 (of_nat$ ?0))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3700 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3701 |
(let (($x193 (not $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3702 |
(let (($x245 (not (or $x65 $x193)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3703 |
(let (($x248 (or $x177 $x245))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3704 |
(let (($x257 (not (or (not $x248) (not $x217))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3705 |
(let (($x716 (= $x257 (not (or (not (or $x177 (not (or $x65 (not $x692))))) (not $x217)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3706 |
(let (($x713 (= (or (not $x248) (not $x217)) (or (not (or $x177 (not (or $x65 (not $x692))))) (not $x217))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3707 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3708 |
(let (($x69 (or (not (dvd$ ?0 ?1)) $x34 (= ?x30 (of_nat$ ?1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3709 |
(let ((@x699 (monotonicity (quant-intro (refl (= $x69 $x69)) (= $x72 $x692)) (= $x193 (not $x692))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3710 |
(let ((@x705 (monotonicity (monotonicity @x699 (= (or $x65 $x193) (or $x65 (not $x692)))) (= $x245 (not (or $x65 (not $x692))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3711 |
(let ((@x711 (monotonicity (monotonicity @x705 (= $x248 (or $x177 (not (or $x65 (not $x692)))))) (= (not $x248) (not (or $x177 (not (or $x65 (not $x692))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3712 |
(let ((@x721 (quant-intro (monotonicity (monotonicity @x711 $x713) $x716) (= $x262 $x719)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3713 |
(let (($x225 (forall ((?v0 Nat$) )(! (let (($x191 (or (not (dvd$ (?v1!0 ?v0) ?v0)) (= (of_nat$ (?v1!0 ?v0)) 1) (= (of_nat$ (?v1!0 ?v0)) (of_nat$ ?v0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3714 |
(let (($x192 (not $x191))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3715 |
(let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3716 |
(let (($x65 (<= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3717 |
(let (($x28 (prime_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3718 |
(let (($x217 (or $x28 $x65 $x192))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3719 |
(let (($x72 (forall ((?v1 Nat$) )(! (let ((?x30 (of_nat$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3720 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3721 |
(or (not (dvd$ ?v1 ?v0)) $x34 (= ?x30 (of_nat$ ?v0))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3722 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3723 |
(let (($x66 (not $x65))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3724 |
(let (($x75 (and $x66 $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3725 |
(let (($x177 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3726 |
(let (($x201 (or $x177 $x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3727 |
(and $x201 $x217)))))))))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3728 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3729 |
(let ((@x250 (monotonicity (rewrite (= (and (not $x65) $x72) $x245)) (= (or $x177 (and (not $x65) $x72)) $x248)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3730 |
(let ((@x253 (monotonicity @x250 (= (and (or $x177 (and (not $x65) $x72)) $x217) (and $x248 $x217))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3731 |
(let ((@x261 (trans @x253 (rewrite (= (and $x248 $x217) $x257)) (= (and (or $x177 (and (not $x65) $x72)) $x217) $x257)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3732 |
(let (($x205 (forall ((?v0 Nat$) )(! (let (($x191 (or (not (dvd$ (?v1!0 ?v0) ?v0)) (= (of_nat$ (?v1!0 ?v0)) 1) (= (of_nat$ (?v1!0 ?v0)) (of_nat$ ?v0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3733 |
(let (($x192 (not $x191))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3734 |
(let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3735 |
(let (($x65 (<= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3736 |
(let (($x66 (not $x65))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3737 |
(let (($x182 (not $x66))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3738 |
(let (($x196 (or $x182 $x192))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3739 |
(let (($x28 (prime_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3740 |
(let (($x200 (or $x28 $x196))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3741 |
(let (($x72 (forall ((?v1 Nat$) )(! (let ((?x30 (of_nat$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3742 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3743 |
(or (not (dvd$ ?v1 ?v0)) $x34 (= ?x30 (of_nat$ ?v0))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3744 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3745 |
(let (($x75 (and $x66 $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3746 |
(let (($x177 (not $x28))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3747 |
(let (($x201 (or $x177 $x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3748 |
(and $x201 $x200)))))))))))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3749 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3750 |
(let (($x66 (not $x65))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3751 |
(let (($x75 (and $x66 $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3752 |
(let (($x201 (or $x177 $x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3753 |
(let (($x222 (and $x201 $x217))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3754 |
(let (($x182 (not $x66))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3755 |
(let (($x196 (or $x182 $x192))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3756 |
(let (($x200 (or $x28 $x196))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3757 |
(let (($x202 (and $x201 $x200))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3758 |
(let ((@x216 (monotonicity (monotonicity (rewrite (= $x182 $x65)) (= $x196 (or $x65 $x192))) (= $x200 (or $x28 (or $x65 $x192)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3759 |
(let ((@x221 (trans @x216 (rewrite (= (or $x28 (or $x65 $x192)) $x217)) (= $x200 $x217)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3760 |
(let (($x81 (forall ((?v0 Nat$) )(! (let (($x72 (forall ((?v1 Nat$) )(! (let ((?x30 (of_nat$ ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3761 |
(let (($x34 (= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3762 |
(or (not (dvd$ ?v1 ?v0)) $x34 (= ?x30 (of_nat$ ?v0))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3763 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3764 |
(let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3765 |
(let (($x65 (<= ?x30 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3766 |
(let (($x66 (not $x65))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3767 |
(let (($x75 (and $x66 $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3768 |
(let (($x28 (prime_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3769 |
(= $x28 $x75))))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3770 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3771 |
(let ((@x199 (nnf-neg (refl (~ $x182 $x182)) (sk (~ $x193 $x192)) (~ (not $x75) $x196)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3772 |
(let ((@x181 (monotonicity (refl (~ $x66 $x66)) (nnf-pos (refl (~ $x69 $x69)) (~ $x72 $x72)) (~ $x75 $x75)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3773 |
(let ((@x204 (nnf-pos (refl (~ $x28 $x28)) (refl (~ $x177 $x177)) @x181 @x199 (~ (= $x28 $x75) $x202)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3774 |
(let (($x42 (forall ((?v0 Nat$) )(! (let (($x39 (forall ((?v1 Nat$) )(! (let (($x33 (dvd$ ?v1 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3775 |
(=> $x33 (or (= (of_nat$ ?v1) 1) (= (of_nat$ ?v1) (of_nat$ ?v0))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3776 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3777 |
(let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3778 |
(let (($x31 (< 1 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3779 |
(let (($x28 (prime_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3780 |
(= $x28 (and $x31 $x39)))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3781 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3782 |
(let (($x62 (forall ((?v0 Nat$) )(! (let (($x48 (forall ((?v1 Nat$) )(! (or (not (dvd$ ?v1 ?v0)) (or (= (of_nat$ ?v1) 1) (= (of_nat$ ?v1) (of_nat$ ?v0)))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3783 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3784 |
(let ((?x30 (of_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3785 |
(let (($x31 (< 1 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3786 |
(let (($x51 (and $x31 $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3787 |
(let (($x28 (prime_nat$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3788 |
(= $x28 $x51)))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3789 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3790 |
(let (($x78 (= $x28 $x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3791 |
(let (($x48 (forall ((?v1 Nat$) )(! (or (not (dvd$ ?v1 ?0)) (or (= (of_nat$ ?v1) 1) (= (of_nat$ ?v1) (of_nat$ ?0)))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3792 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3793 |
(let (($x31 (< 1 ?x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3794 |
(let (($x51 (and $x31 $x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3795 |
(let (($x57 (= $x28 $x51))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3796 |
(let (($x45 (or (not (dvd$ ?0 ?1)) (or $x34 (= ?x30 (of_nat$ ?1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3797 |
(let ((@x77 (monotonicity (rewrite (= $x31 $x66)) (quant-intro (rewrite (= $x45 $x69)) (= $x48 $x72)) (= $x51 $x75)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3798 |
(let (($x39 (forall ((?v1 Nat$) )(! (let (($x33 (dvd$ ?v1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3799 |
(=> $x33 (or (= (of_nat$ ?v1) 1) (= (of_nat$ ?v1) (of_nat$ ?0))))) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3800 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3801 |
(let (($x41 (= $x28 (and $x31 $x39)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3802 |
(let ((@x47 (rewrite (= (=> (dvd$ ?0 ?1) (or $x34 (= ?x30 (of_nat$ ?1)))) $x45)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3803 |
(let ((@x53 (monotonicity (quant-intro @x47 (= $x39 $x48)) (= (and $x31 $x39) $x51)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3804 |
(let ((@x61 (trans (monotonicity @x53 (= $x41 (= $x28 $x51))) (rewrite (= (= $x28 $x51) $x57)) (= $x41 $x57)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3805 |
(let ((@x85 (trans (quant-intro @x61 (= $x42 $x62)) (quant-intro (monotonicity @x77 (= $x57 $x78)) (= $x62 $x81)) (= $x42 $x81)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3806 |
(let ((@x208 (mp~ (mp (asserted $x42) @x85 $x81) (nnf-pos @x204 (~ $x81 $x205)) $x205))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3807 |
(let ((@x228 (mp @x208 (quant-intro (monotonicity @x221 (= $x202 $x222)) (= $x205 $x225)) $x225))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3808 |
(let ((@x722 (mp (mp @x228 (quant-intro @x261 (= $x225 $x262)) $x262) @x721 $x719))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3809 |
(let (($x329 (or (not $x719) $x665))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3810 |
(let ((@x667 ((_ quant-inst (nat$ ?x98)) $x329))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3811 |
(let ((@x553 (unit-resolution (def-axiom (or $x323 $x468)) (unit-resolution @x667 @x722 $x665) $x468))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3812 |
(let (($x125 (not (or $x110 (>= ?x89 1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3813 |
(let (($x94 (<= 1 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3814 |
(let (($x95 (=> (prime_nat$ (nat$ (+ ?x90 1))) $x94))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3815 |
(let (($x96 (not $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3816 |
(let ((@x124 (monotonicity (rewrite (= $x94 (>= ?x89 1))) (= (or $x110 $x94) (or $x110 (>= ?x89 1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3817 |
(let ((@x103 (monotonicity (rewrite (= (+ ?x90 1) ?x98)) (= (nat$ (+ ?x90 1)) ?x101)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3818 |
(let ((@x109 (monotonicity (monotonicity @x103 (= (prime_nat$ (nat$ (+ ?x90 1))) $x104)) (= $x95 (=> $x104 $x94))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3819 |
(let ((@x115 (trans @x109 (rewrite (= (=> $x104 $x94) (or $x110 $x94))) (= $x95 (or $x110 $x94))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3820 |
(let ((@x129 (trans (monotonicity @x115 (= $x96 (not (or $x110 $x94)))) (monotonicity @x124 (= (not (or $x110 $x94)) $x125)) (= $x96 $x125)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3821 |
(let ((@x131 (not-or-elim (mp (asserted $x96) @x129 $x125) $x104))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3822 |
(let ((@x479 (unit-resolution (unit-resolution (def-axiom (or $x678 $x110 $x338)) @x131 (or $x678 $x338)) @x553 $x338))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3823 |
(let ((@x133 (not-or-elim (mp (asserted $x96) @x129 $x125) (not (>= ?x89 1))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3824 |
((_ th-lemma arith farkas -4 1 1) @x133 (unit-resolution (def-axiom (or $x683 $x668)) @x479 $x668) @x551 false)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3825 |
|
73389 | 3826 |
60d94e0cd230c2f830228f101b7544d16a19dfd6 23 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3827 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3828 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3829 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3830 |
(let (($x40 (= x$ a$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3831 |
(let ((?x36 (pair$ x$ y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3832 |
(let ((?x37 (fst$ ?x36))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3833 |
(let (($x39 (= ?x37 a$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3834 |
(let ((@x50 (monotonicity (rewrite (= (=> $x39 $x40) (or (not $x39) $x40))) (= (not (=> $x39 $x40)) (not (or (not $x39) $x40)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3835 |
(let ((@x51 (not-or-elim (mp (asserted (not (=> $x39 $x40))) @x50 (not (or (not $x39) $x40))) $x39))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3836 |
(let (($x56 (= ?x37 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3837 |
(let (($x478 (forall ((?v0 A$) (?v1 B$) )(! (= (fst$ (pair$ ?v0 ?v1)) ?v0) :pattern ( (pair$ ?v0 ?v1) ) :qid k!12)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3838 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3839 |
(let (($x32 (forall ((?v0 A$) (?v1 B$) )(! (= (fst$ (pair$ ?v0 ?v1)) ?v0) :qid k!12)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3840 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3841 |
(let (($x31 (= (fst$ (pair$ ?1 ?0)) ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3842 |
(let ((@x55 (mp~ (asserted $x32) (nnf-pos (refl (~ $x31 $x31)) (~ $x32 $x32)) $x32))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3843 |
(let ((@x483 (mp @x55 (quant-intro (refl (= $x31 $x31)) (= $x32 $x478)) $x478))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3844 |
(let (($x62 (or (not $x478) $x56))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3845 |
(let ((@x149 ((_ quant-inst x$ y$) $x62))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3846 |
(let ((@x150 (trans (symm (unit-resolution @x149 @x483 $x56) (= x$ ?x37)) @x51 $x40))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3847 |
(let ((@x54 (not-or-elim (mp (asserted (not (=> $x39 $x40))) @x50 (not (or (not $x39) $x40))) (not $x40)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3848 |
(unit-resolution @x54 @x150 false))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3849 |
|
73389 | 3850 |
abc6aef55894d3d204d52d3df341120d4c77014e 42 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3851 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3852 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3853 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3854 |
(let ((?x59 (snd$a p2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3855 |
(let ((?x58 (fst$a p1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3856 |
(let (($x60 (= ?x58 ?x59))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3857 |
(let ((?x55 (pair$ y$ x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3858 |
(let (($x56 (= p2$ ?x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3859 |
(let ((?x52 (pair$a x$ y$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3860 |
(let (($x53 (= p1$ ?x52))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3861 |
(let (($x57 (and $x53 $x56))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3862 |
(let ((@x70 (monotonicity (rewrite (= (=> $x57 $x60) (or (not $x57) $x60))) (= (not (=> $x57 $x60)) (not (or (not $x57) $x60)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3863 |
(let ((@x71 (not-or-elim (mp (asserted (not (=> $x57 $x60))) @x70 (not (or (not $x57) $x60))) $x57))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3864 |
(let ((@x74 (and-elim @x71 $x56))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3865 |
(let ((@x504 (symm (monotonicity @x74 (= ?x59 (snd$a ?x55))) (= (snd$a ?x55) ?x59)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3866 |
(let ((?x100 (snd$a ?x55))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3867 |
(let (($x185 (= ?x100 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3868 |
(let (($x534 (forall ((?v0 B$) (?v1 A$) )(! (= (snd$a (pair$ ?v0 ?v1)) ?v1) :pattern ( (pair$ ?v0 ?v1) ) :qid k!21)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3869 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3870 |
(let (($x47 (forall ((?v0 B$) (?v1 A$) )(! (= (snd$a (pair$ ?v0 ?v1)) ?v1) :qid k!21)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3871 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3872 |
(let (($x46 (= (snd$a (pair$ ?1 ?0)) ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3873 |
(let ((@x96 (mp~ (asserted $x47) (nnf-pos (refl (~ $x46 $x46)) (~ $x47 $x47)) $x47))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3874 |
(let ((@x539 (mp @x96 (quant-intro (refl (= $x46 $x46)) (= $x47 $x534)) $x534))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3875 |
(let (($x190 (or (not $x534) $x185))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3876 |
(let ((@x191 ((_ quant-inst y$ x$) $x190))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3877 |
(let ((?x187 (fst$a ?x52))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3878 |
(let (($x188 (= ?x187 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3879 |
(let (($x522 (forall ((?v0 A$) (?v1 B$) )(! (= (fst$a (pair$a ?v0 ?v1)) ?v0) :pattern ( (pair$a ?v0 ?v1) ) :qid k!19)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3880 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3881 |
(let (($x39 (forall ((?v0 A$) (?v1 B$) )(! (= (fst$a (pair$a ?v0 ?v1)) ?v0) :qid k!19)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3882 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3883 |
(let (($x38 (= (fst$a (pair$a ?1 ?0)) ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3884 |
(let ((@x90 (mp~ (asserted $x39) (nnf-pos (refl (~ $x38 $x38)) (~ $x39 $x39)) $x39))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3885 |
(let ((@x527 (mp @x90 (quant-intro (refl (= $x38 $x38)) (= $x39 $x522)) $x522))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3886 |
(let (($x162 (or (not $x522) $x188))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3887 |
(let ((@x292 ((_ quant-inst x$ y$) $x162))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3888 |
(let ((@x505 (trans (monotonicity (and-elim @x71 $x53) (= ?x58 ?x187)) (unit-resolution @x292 @x527 $x188) (= ?x58 x$)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3889 |
(let ((@x489 (trans @x505 (symm (unit-resolution @x191 @x539 $x185) (= x$ ?x100)) (= ?x58 ?x100)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3890 |
(let ((@x76 (not-or-elim (mp (asserted (not (=> $x57 $x60))) @x70 (not (or (not $x57) $x60))) (not $x60)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3891 |
(unit-resolution @x76 (trans @x489 @x504 $x60) false)))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3892 |
|
73389 | 3893 |
d251f21fb3589ab6ed61bce83e553bbcd5ee429c 51 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3894 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3895 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3896 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3897 |
(let ((?x61 (fun_app$ f$ i$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3898 |
(let ((?x57 (fun_upd$ f$ i1$ v1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3899 |
(let ((?x59 (fun_upd$ ?x57 i2$ v2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3900 |
(let ((?x60 (fun_app$ ?x59 i$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3901 |
(let (($x62 (= ?x60 ?x61))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3902 |
(let ((?x189 (fun_app$ ?x57 i$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3903 |
(let (($x197 (= ?x189 ?x61))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3904 |
(let (($x196 (= ?x189 v1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3905 |
(let (($x49 (= i$ i1$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3906 |
(let (($x476 (ite $x49 $x196 $x197))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3907 |
(let (($x524 (forall ((?v0 A_b_fun$) (?v1 A$) (?v2 B$) (?v3 A$) )(! (let (($x41 (= ?v3 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3908 |
(ite $x41 (= (fun_app$ (fun_upd$ ?v0 ?v1 ?v2) ?v3) ?v2) (= (fun_app$ (fun_upd$ ?v0 ?v1 ?v2) ?v3) (fun_app$ ?v0 ?v3)))) :pattern ( (fun_app$ (fun_upd$ ?v0 ?v1 ?v2) ?v3) ) :qid k!16)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3909 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3910 |
(let (($x94 (forall ((?v0 A_b_fun$) (?v1 A$) (?v2 B$) (?v3 A$) )(! (let (($x41 (= ?v3 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3911 |
(ite $x41 (= (fun_app$ (fun_upd$ ?v0 ?v1 ?v2) ?v3) ?v2) (= (fun_app$ (fun_upd$ ?v0 ?v1 ?v2) ?v3) (fun_app$ ?v0 ?v3)))) :qid k!16)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3912 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3913 |
(let (($x41 (= ?0 ?2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3914 |
(let (($x89 (ite $x41 (= (fun_app$ (fun_upd$ ?3 ?2 ?1) ?0) ?1) (= (fun_app$ (fun_upd$ ?3 ?2 ?1) ?0) (fun_app$ ?3 ?0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3915 |
(let (($x45 (forall ((?v0 A_b_fun$) (?v1 A$) (?v2 B$) (?v3 A$) )(! (let ((?x40 (fun_app$ (fun_upd$ ?v0 ?v1 ?v2) ?v3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3916 |
(= ?x40 (ite (= ?v3 ?v1) ?v2 (fun_app$ ?v0 ?v3)))) :qid k!16)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3917 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3918 |
(let ((?x40 (fun_app$ (fun_upd$ ?3 ?2 ?1) ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3919 |
(let (($x44 (= ?x40 (ite $x41 ?1 (fun_app$ ?3 ?0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3920 |
(let ((@x82 (mp~ (asserted $x45) (nnf-pos (refl (~ $x44 $x44)) (~ $x45 $x45)) $x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3921 |
(let ((@x97 (mp @x82 (quant-intro (rewrite (= $x44 $x89)) (= $x45 $x94)) $x94))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3922 |
(let ((@x529 (mp @x97 (quant-intro (refl (= $x89 $x89)) (= $x94 $x524)) $x524))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3923 |
(let (($x163 (not $x524))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3924 |
(let (($x478 (or $x163 $x476))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3925 |
(let ((@x479 ((_ quant-inst f$ i1$ v1$ i$) $x478))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3926 |
(let (($x50 (not $x49))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3927 |
(let (($x52 (= i$ i2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3928 |
(let (($x53 (not $x52))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3929 |
(let (($x54 (and $x50 $x53))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3930 |
(let ((@x72 (monotonicity (rewrite (= (=> $x54 $x62) (or (not $x54) $x62))) (= (not (=> $x54 $x62)) (not (or (not $x54) $x62)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3931 |
(let ((@x73 (not-or-elim (mp (asserted (not (=> $x54 $x62))) @x72 (not (or (not $x54) $x62))) $x54))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3932 |
(let ((@x74 (and-elim @x73 $x50))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3933 |
(let ((@x313 (unit-resolution (def-axiom (or (not $x476) $x49 $x197)) @x74 (or (not $x476) $x197)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3934 |
(let (($x192 (= ?x60 ?x189))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3935 |
(let (($x188 (= ?x60 v2$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3936 |
(let (($x171 (ite $x52 $x188 $x192))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3937 |
(let (($x293 (or $x163 $x171))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3938 |
(let ((@x503 ((_ quant-inst (fun_upd$ f$ i1$ v1$) i2$ v2$ i$) $x293))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3939 |
(let ((@x76 (and-elim @x73 $x53))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3940 |
(let ((@x458 (unit-resolution (def-axiom (or (not $x171) $x52 $x192)) @x76 (or (not $x171) $x192)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3941 |
(let ((@x462 (trans (unit-resolution @x458 (unit-resolution @x503 @x529 $x171) $x192) (unit-resolution @x313 (unit-resolution @x479 @x529 $x476) $x197) $x62))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3942 |
(let ((@x78 (not-or-elim (mp (asserted (not (=> $x54 $x62))) @x72 (not (or (not $x54) $x62))) (not $x62)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3943 |
(unit-resolution @x78 @x462 false))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3944 |
|
73389 | 3945 |
481375169802669da2461e9c7ce3d0e407b7bc16 24 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3946 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3947 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3948 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3949 |
(let (($x29 (f$ g$ x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3950 |
(let (($x73 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3951 |
(let (($x65 (not (or (= $x29 (fun_app$ g$ x$)) $x29 (fun_app$ g$ x$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3952 |
(let (($x32 (= $x29 (and (fun_app$ g$ x$) true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3953 |
(let (($x37 (not (or $x32 (or (= $x29 true) (= (fun_app$ g$ x$) true)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3954 |
(let (($x30 (fun_app$ g$ x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3955 |
(let (($x44 (= $x29 $x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3956 |
(let (($x56 (or $x44 (or $x29 $x30)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3957 |
(let ((@x67 (monotonicity (rewrite (= $x56 (or $x44 $x29 $x30))) (= (not $x56) $x65)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3958 |
(let ((@x55 (monotonicity (rewrite (= (= $x29 true) $x29)) (rewrite (= (= $x30 true) $x30)) (= (or (= $x29 true) (= $x30 true)) (or $x29 $x30))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3959 |
(let ((@x43 (monotonicity (rewrite (= (and $x30 true) $x30)) (= $x32 (= $x29 $x30))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3960 |
(let ((@x58 (monotonicity (trans @x43 (rewrite (= (= $x29 $x30) $x44)) (= $x32 $x44)) @x55 (= (or $x32 (or (= $x29 true) (= $x30 true))) $x56)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3961 |
(let ((@x69 (trans (monotonicity @x58 (= $x37 (not $x56))) @x67 (= $x37 $x65)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3962 |
(let ((@x70 (mp (asserted $x37) @x69 $x65))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3963 |
(let ((@x87 (monotonicity (iff-false (not-or-elim @x70 (not $x30)) (= $x30 false)) (= (= $x73 $x30) (= $x73 false))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3964 |
(let ((@x91 (trans @x87 (rewrite (= (= $x73 false) $x29)) (= (= $x73 $x30) $x29)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3965 |
(let ((@x93 (trans @x91 (iff-false (not-or-elim @x70 $x73) (= $x29 false)) (= (= $x73 $x30) false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3966 |
(let (($x77 (= $x73 $x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3967 |
(let ((@x80 (mp (not-or-elim @x70 (not $x44)) (rewrite (= (not $x44) $x77)) $x77))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3968 |
(mp @x80 @x93 false)))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3969 |
|
73389 | 3970 |
847a42093e0c7ebac5b356b94c79945004bf96e9 45 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3971 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3972 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3973 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3974 |
(let ((?x44 (id$ x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3975 |
(let (($x46 (= ?x44 x$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3976 |
(let (($x73 (not $x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3977 |
(let (($x47 (id$a true))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3978 |
(let (($x510 (forall ((?v0 Bool) )(! (let (($x33 (id$a ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3979 |
(= $x33 ?v0)) :pattern ( (id$a ?v0) ) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3980 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3981 |
(let (($x40 (forall ((?v0 Bool) )(! (let (($x33 (id$a ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3982 |
(= $x33 ?v0)) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3983 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3984 |
(let ((@x514 (quant-intro (refl (= (= (id$a ?0) ?0) (= (id$a ?0) ?0))) (= $x40 $x510)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3985 |
(let ((@x69 (nnf-pos (refl (~ (= (id$a ?0) ?0) (= (id$a ?0) ?0))) (~ $x40 $x40)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3986 |
(let (($x35 (forall ((?v0 Bool) )(! (let (($x33 (id$a ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3987 |
(= $x33 ?v0)) :qid k!9)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3988 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3989 |
(let ((@x42 (quant-intro (rewrite (= (= (id$a ?0) ?0) (= (id$a ?0) ?0))) (= $x35 $x40)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3990 |
(let ((@x515 (mp (mp~ (mp (asserted $x35) @x42 $x40) @x69 $x40) @x514 $x510))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3991 |
(let (($x87 (or (not $x510) $x47))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3992 |
(let ((@x176 (monotonicity (rewrite (= (= $x47 true) $x47)) (= (or (not $x510) (= $x47 true)) $x87)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3993 |
(let ((@x179 (trans @x176 (rewrite (= $x87 $x87)) (= (or (not $x510) (= $x47 true)) $x87)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3994 |
(let ((@x495 (unit-resolution (mp ((_ quant-inst true) (or (not $x510) (= $x47 true))) @x179 $x87) @x515 (hypothesis (not $x47)) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3995 |
(let (($x71 (or $x73 (not $x47)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3996 |
(let ((@x79 (monotonicity (rewrite (= (and $x46 $x47) (not $x71))) (= (not (and $x46 $x47)) (not (not $x71)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3997 |
(let ((@x83 (trans @x79 (rewrite (= (not (not $x71)) $x71)) (= (not (and $x46 $x47)) $x71)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3998 |
(let (($x54 (and $x46 $x47))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
3999 |
(let (($x57 (not $x54))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4000 |
(let ((@x56 (monotonicity (rewrite (= (= $x47 true) $x47)) (= (and $x46 (= $x47 true)) $x54)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4001 |
(let ((@x62 (mp (asserted (not (and $x46 (= $x47 true)))) (monotonicity @x56 (= (not (and $x46 (= $x47 true))) $x57)) $x57))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4002 |
(let ((@x84 (mp @x62 @x83 $x71))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4003 |
(let (($x503 (forall ((?v0 A$) )(! (let ((?x28 (id$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4004 |
(= ?x28 ?v0)) :pattern ( (id$ ?v0) ) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4005 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4006 |
(let (($x30 (forall ((?v0 A$) )(! (let ((?x28 (id$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4007 |
(= ?x28 ?v0)) :qid k!8)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4008 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4009 |
(let ((@x507 (quant-intro (refl (= (= (id$ ?0) ?0) (= (id$ ?0) ?0))) (= $x30 $x503)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4010 |
(let ((@x64 (nnf-pos (refl (~ (= (id$ ?0) ?0) (= (id$ ?0) ?0))) (~ $x30 $x30)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4011 |
(let ((@x508 (mp (mp~ (asserted $x30) @x64 $x30) @x507 $x503))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4012 |
(let (($x163 (or (not $x503) $x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4013 |
(let ((@x496 ((_ quant-inst x$) $x163))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4014 |
(unit-resolution @x496 @x508 (unit-resolution @x84 (lemma @x495 $x47) $x73) false))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4015 |
|
73389 | 4016 |
7db89748bff125dc0b538776ae3b570548832266 11 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4017 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4018 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4019 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4020 |
(let (($x29 (exists ((?v0 A$) )(! (g$ ?v0) :qid k!7)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4021 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4022 |
(let (($x30 (f$ $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4023 |
(let (($x31 (=> $x30 true))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4024 |
(let (($x32 (not $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4025 |
(let ((@x42 (trans (monotonicity (rewrite (= $x31 true)) (= $x32 (not true))) (rewrite (= (not true) false)) (= $x32 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4026 |
(mp (asserted $x32) @x42 false)))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4027 |
|
73389 | 4028 |
f60c850fda8f88ddfddcac265e198fed2855c01b 11 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4029 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4030 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4031 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4032 |
(let (($x29 (forall ((?v0 A$) )(! (g$ ?v0) :qid k!7)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4033 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4034 |
(let (($x30 (f$ $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4035 |
(let (($x31 (=> $x30 true))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4036 |
(let (($x32 (not $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4037 |
(let ((@x42 (trans (monotonicity (rewrite (= $x31 true)) (= $x32 (not true))) (rewrite (= (not true) false)) (= $x32 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4038 |
(mp (asserted $x32) @x42 false)))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4039 |
|
73389 | 4040 |
f9e10e513fd0588f5d6c281610f4889bb0668a34 46 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4041 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4042 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4043 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4044 |
(let ((?x61 (fun_app$a le$ 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4045 |
(let (($x63 (fun_app$ ?x61 42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4046 |
(let (($x75 (not $x63))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4047 |
(let (($x59 (= le$ uu$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4048 |
(let ((@x73 (monotonicity (rewrite (= (=> $x59 $x63) (or (not $x59) $x63))) (= (not (=> $x59 $x63)) (not (or (not $x59) $x63)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4049 |
(let ((@x74 (not-or-elim (mp (asserted (not (=> $x59 $x63))) @x73 (not (or (not $x59) $x63))) $x59))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4050 |
(let ((@x482 (monotonicity (symm @x74 (= uu$ le$)) (= (fun_app$a uu$ 3) ?x61)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4051 |
(let ((@x484 (symm (monotonicity @x482 (= (fun_app$ (fun_app$a uu$ 3) 42) $x63)) (= $x63 (fun_app$ (fun_app$a uu$ 3) 42))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4052 |
(let ((@x472 (monotonicity @x484 (= $x75 (not (fun_app$ (fun_app$a uu$ 3) 42)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4053 |
(let ((@x77 (not-or-elim (mp (asserted (not (=> $x59 $x63))) @x73 (not (or (not $x59) $x63))) $x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4054 |
(let ((?x79 (fun_app$a uu$ 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4055 |
(let (($x168 (fun_app$ ?x79 42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4056 |
(let (($x52 (forall ((?v0 Int) (?v1 Int) )(! (let (($x46 (<= (+ ?v0 (* (- 1) ?v1)) 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4057 |
(let (($x31 (fun_app$ (fun_app$a uu$ ?v0) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4058 |
(= $x31 $x46))) :pattern ( (fun_app$ (fun_app$a uu$ ?v0) ?v1) ) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4059 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4060 |
(let (($x46 (<= (+ ?1 (* (- 1) ?0)) 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4061 |
(let (($x31 (fun_app$ (fun_app$a uu$ ?1) ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4062 |
(let (($x49 (= $x31 $x46))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4063 |
(let (($x35 (forall ((?v0 Int) (?v1 Int) )(! (let (($x32 (<= ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4064 |
(let (($x31 (fun_app$ (fun_app$a uu$ ?v0) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4065 |
(= $x31 $x32))) :pattern ( (fun_app$ (fun_app$a uu$ ?v0) ?v1) ) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4066 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4067 |
(let (($x40 (forall ((?v0 Int) (?v1 Int) )(! (let (($x32 (<= ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4068 |
(let (($x31 (fun_app$ (fun_app$a uu$ ?v0) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4069 |
(= $x31 $x32))) :pattern ( (fun_app$ (fun_app$a uu$ ?v0) ?v1) ) :qid k!10)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4070 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4071 |
(let ((@x51 (monotonicity (rewrite (= (<= ?1 ?0) $x46)) (= (= $x31 (<= ?1 ?0)) $x49)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4072 |
(let ((@x42 (quant-intro (rewrite (= (= $x31 (<= ?1 ?0)) (= $x31 (<= ?1 ?0)))) (= $x35 $x40)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4073 |
(let ((@x57 (mp (asserted $x35) (trans @x42 (quant-intro @x51 (= $x40 $x52)) (= $x35 $x52)) $x52))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4074 |
(let ((@x78 (mp~ @x57 (nnf-pos (refl (~ $x49 $x49)) (~ $x52 $x52)) $x52))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4075 |
(let (($x134 (or (not $x52) $x168))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4076 |
(let (($x137 (= (or (not $x52) (= $x168 (<= (+ 3 (* (- 1) 42)) 0))) $x134))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4077 |
(let ((?x169 (* (- 1) 42))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4078 |
(let ((?x170 (+ 3 ?x169))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4079 |
(let (($x160 (<= ?x170 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4080 |
(let (($x171 (= $x168 $x160))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4081 |
(let ((@x158 (trans (monotonicity (rewrite (= ?x169 (- 42))) (= ?x170 (+ 3 (- 42)))) (rewrite (= (+ 3 (- 42)) (- 39))) (= ?x170 (- 39))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4082 |
(let ((@x497 (trans (monotonicity @x158 (= $x160 (<= (- 39) 0))) (rewrite (= (<= (- 39) 0) true)) (= $x160 true)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4083 |
(let ((@x131 (trans (monotonicity @x497 (= $x171 (= $x168 true))) (rewrite (= (= $x168 true) $x168)) (= $x171 $x168)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4084 |
(let ((@x478 (mp ((_ quant-inst 3 42) (or (not $x52) $x171)) (trans (monotonicity @x131 $x137) (rewrite (= $x134 $x134)) $x137) $x134))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4085 |
(unit-resolution (unit-resolution @x478 @x78 $x168) (mp @x77 @x472 (not $x168)) false))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4086 |
|
73389 | 4087 |
88fa92ffd8ea964848bdbb197defe1efa7fdd2e7 75 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4088 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4089 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4090 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4091 |
(let ((?x78 (cons$ 2 nil$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4092 |
(let ((?x79 (cons$ 1 ?x78))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4093 |
(let ((?x74 (cons$ 1 nil$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4094 |
(let ((?x75 (cons$ 0 ?x74))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4095 |
(let ((?x76 (map$ uu$ ?x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4096 |
(let (($x80 (= ?x76 ?x79))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4097 |
(let ((?x185 (map$ uu$ ?x74))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4098 |
(let ((?x189 (map$ uu$ nil$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4099 |
(let ((?x188 (fun_app$ uu$ 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4100 |
(let ((?x160 (cons$ ?x188 ?x189))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4101 |
(let (($x290 (= ?x185 ?x160))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4102 |
(let (($x521 (forall ((?v0 Int_int_fun$) (?v1 Int) (?v2 Int_list$) )(! (= (map$ ?v0 (cons$ ?v1 ?v2)) (cons$ (fun_app$ ?v0 ?v1) (map$ ?v0 ?v2))) :pattern ( (map$ ?v0 (cons$ ?v1 ?v2)) ) :pattern ( (cons$ (fun_app$ ?v0 ?v1) (map$ ?v0 ?v2)) ) :qid k!13)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4103 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4104 |
(let (($x72 (forall ((?v0 Int_int_fun$) (?v1 Int) (?v2 Int_list$) )(! (= (map$ ?v0 (cons$ ?v1 ?v2)) (cons$ (fun_app$ ?v0 ?v1) (map$ ?v0 ?v2))) :qid k!13)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4105 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4106 |
(let (($x71 (= (map$ ?2 (cons$ ?1 ?0)) (cons$ (fun_app$ ?2 ?1) (map$ ?2 ?0))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4107 |
(let ((@x97 (mp~ (asserted $x72) (nnf-pos (refl (~ $x71 $x71)) (~ $x72 $x72)) $x72))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4108 |
(let ((@x526 (mp @x97 (quant-intro (refl (= $x71 $x71)) (= $x72 $x521)) $x521))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4109 |
(let (($x173 (or (not $x521) $x290))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4110 |
(let ((@x506 ((_ quant-inst uu$ 1 nil$) $x173))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4111 |
(let (($x492 (= ?x189 nil$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4112 |
(let (($x513 (forall ((?v0 Int_int_fun$) )(! (= (map$ ?v0 nil$) nil$) :pattern ( (map$ ?v0 nil$) ) :qid k!12)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4113 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4114 |
(let (($x61 (forall ((?v0 Int_int_fun$) )(! (= (map$ ?v0 nil$) nil$) :qid k!12)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4115 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4116 |
(let ((@x515 (refl (= (= (map$ ?0 nil$) nil$) (= (map$ ?0 nil$) nil$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4117 |
(let ((@x83 (refl (~ (= (map$ ?0 nil$) nil$) (= (map$ ?0 nil$) nil$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4118 |
(let ((@x518 (mp (mp~ (asserted $x61) (nnf-pos @x83 (~ $x61 $x61)) $x61) (quant-intro @x515 (= $x61 $x513)) $x513))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4119 |
(let (($x495 (or (not $x513) $x492))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4120 |
(let ((@x496 ((_ quant-inst uu$) $x495))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4121 |
(let (($x136 (= ?x188 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4122 |
(let (($x51 (forall ((?v0 Int) )(! (= (+ ?v0 (* (- 1) (fun_app$ uu$ ?v0))) (- 1)) :pattern ( (fun_app$ uu$ ?v0) ) :qid k!11)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4123 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4124 |
(let (($x47 (= (+ ?0 (* (- 1) (fun_app$ uu$ ?0))) (- 1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4125 |
(let (($x34 (forall ((?v0 Int) )(! (let ((?x29 (fun_app$ uu$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4126 |
(= ?x29 (+ ?v0 1))) :pattern ( (fun_app$ uu$ ?v0) ) :qid k!11)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4127 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4128 |
(let (($x42 (forall ((?v0 Int) )(! (let ((?x29 (fun_app$ uu$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4129 |
(= ?x29 (+ 1 ?v0))) :pattern ( (fun_app$ uu$ ?v0) ) :qid k!11)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4130 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4131 |
(let ((@x53 (quant-intro (rewrite (= (= (fun_app$ uu$ ?0) (+ 1 ?0)) $x47)) (= $x42 $x51)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4132 |
(let ((?x29 (fun_app$ uu$ ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4133 |
(let (($x39 (= ?x29 (+ 1 ?0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4134 |
(let ((@x41 (monotonicity (rewrite (= (+ ?0 1) (+ 1 ?0))) (= (= ?x29 (+ ?0 1)) $x39)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4135 |
(let ((@x56 (mp (asserted $x34) (trans (quant-intro @x41 (= $x34 $x42)) @x53 (= $x34 $x51)) $x51))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4136 |
(let ((@x85 (mp~ @x56 (nnf-pos (refl (~ $x47 $x47)) (~ $x51 $x51)) $x51))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4137 |
(let (($x145 (not $x51))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4138 |
(let (($x499 (or $x145 $x136))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4139 |
(let ((@x498 (rewrite (= (= (+ 1 (* (- 1) ?x188)) (- 1)) $x136)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4140 |
(let ((@x204 (monotonicity @x498 (= (or $x145 (= (+ 1 (* (- 1) ?x188)) (- 1))) $x499)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4141 |
(let ((@x207 (trans @x204 (rewrite (= $x499 $x499)) (= (or $x145 (= (+ 1 (* (- 1) ?x188)) (- 1))) $x499)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4142 |
(let ((@x104 (mp ((_ quant-inst 1) (or $x145 (= (+ 1 (* (- 1) ?x188)) (- 1)))) @x207 $x499))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4143 |
(let ((@x191 (monotonicity (symm (unit-resolution @x104 @x85 $x136) (= 2 ?x188)) (symm (unit-resolution @x496 @x518 $x492) (= nil$ ?x189)) (= ?x78 ?x160)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4144 |
(let ((@x473 (trans @x191 (symm (unit-resolution @x506 @x526 $x290) (= ?x160 ?x185)) (= ?x78 ?x185)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4145 |
(let ((?x182 (fun_app$ uu$ 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4146 |
(let (($x163 (= ?x182 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4147 |
(let (($x487 (or $x145 $x163))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4148 |
(let ((@x501 (monotonicity (rewrite (= (+ 0 (* (- 1) ?x182)) (* (- 1) ?x182))) (= (= (+ 0 (* (- 1) ?x182)) (- 1)) (= (* (- 1) ?x182) (- 1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4149 |
(let ((@x503 (trans @x501 (rewrite (= (= (* (- 1) ?x182) (- 1)) $x163)) (= (= (+ 0 (* (- 1) ?x182)) (- 1)) $x163)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4150 |
(let ((@x151 (monotonicity @x503 (= (or $x145 (= (+ 0 (* (- 1) ?x182)) (- 1))) $x487)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4151 |
(let ((@x490 (trans @x151 (rewrite (= $x487 $x487)) (= (or $x145 (= (+ 0 (* (- 1) ?x182)) (- 1))) $x487)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4152 |
(let ((@x491 (mp ((_ quant-inst 0) (or $x145 (= (+ 0 (* (- 1) ?x182)) (- 1)))) @x490 $x487))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4153 |
(let ((@x478 (monotonicity (symm (unit-resolution @x491 @x85 $x163) (= 1 ?x182)) @x473 (= ?x79 (cons$ ?x182 ?x185))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4154 |
(let ((?x186 (cons$ ?x182 ?x185))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4155 |
(let (($x187 (= ?x76 ?x186))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4156 |
(let (($x504 (or (not $x521) $x187))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4157 |
(let ((@x505 ((_ quant-inst uu$ 0 (cons$ 1 nil$)) $x504))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4158 |
(let ((@x466 (trans (unit-resolution @x505 @x526 $x187) (symm @x478 (= ?x186 ?x79)) $x80))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4159 |
(let (($x81 (not $x80))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4160 |
(let ((@x82 (asserted $x81))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4161 |
(unit-resolution @x82 @x466 false)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4162 |
|
73389 | 4163 |
f06072929c8d142e53379b87462f703ce8c8fca8 11 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4164 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4165 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4166 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4167 |
(let (($x29 (forall ((?v0 A$) )(! (p$ ?v0) :qid k!6)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4168 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4169 |
(let (($x30 (not $x29))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4170 |
(let (($x31 (or $x29 $x30))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4171 |
(let (($x32 (not $x31))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4172 |
(let ((@x42 (trans (monotonicity (rewrite (= $x31 true)) (= $x32 (not true))) (rewrite (= (not true) false)) (= $x32 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4173 |
(mp (asserted $x32) @x42 false)))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4174 |
|
73389 | 4175 |
c36d2d391586c8a6d1e6b8e7a73bd245b4c2def7 109 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4176 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4177 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4178 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4179 |
(let ((?x75 (dec_10$ 4))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4180 |
(let ((?x76 (* 4 ?x75))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4181 |
(let ((?x77 (dec_10$ ?x76))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4182 |
(let (($x79 (= ?x77 6))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4183 |
(let (($x150 (<= ?x75 4))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4184 |
(let (($x174 (= ?x75 4))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4185 |
(let (($x513 (forall ((?v0 Int) )(! (let (($x55 (>= ?v0 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4186 |
(ite $x55 (= (dec_10$ ?v0) (dec_10$ (+ (- 10) ?v0))) (= (dec_10$ ?v0) ?v0))) :pattern ( (dec_10$ ?v0) ) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4187 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4188 |
(let (($x92 (forall ((?v0 Int) )(! (let (($x55 (>= ?v0 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4189 |
(ite $x55 (= (dec_10$ ?v0) (dec_10$ (+ (- 10) ?v0))) (= (dec_10$ ?v0) ?v0))) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4190 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4191 |
(let (($x55 (>= ?0 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4192 |
(let (($x87 (ite $x55 (= (dec_10$ ?0) (dec_10$ (+ (- 10) ?0))) (= (dec_10$ ?0) ?0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4193 |
(let (($x68 (forall ((?v0 Int) )(! (let ((?x38 (+ (- 10) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4194 |
(let ((?x41 (dec_10$ ?x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4195 |
(let (($x55 (>= ?v0 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4196 |
(let ((?x60 (ite $x55 ?x41 ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4197 |
(let ((?x28 (dec_10$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4198 |
(= ?x28 ?x60)))))) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4199 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4200 |
(let ((?x38 (+ (- 10) ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4201 |
(let ((?x41 (dec_10$ ?x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4202 |
(let ((?x60 (ite $x55 ?x41 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4203 |
(let ((?x28 (dec_10$ ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4204 |
(let (($x65 (= ?x28 ?x60))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4205 |
(let (($x35 (forall ((?v0 Int) )(! (let ((?x28 (dec_10$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4206 |
(= ?x28 (ite (< ?v0 10) ?v0 (dec_10$ (- ?v0 10))))) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4207 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4208 |
(let (($x50 (forall ((?v0 Int) )(! (let ((?x38 (+ (- 10) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4209 |
(let ((?x41 (dec_10$ ?x38))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4210 |
(let (($x30 (< ?v0 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4211 |
(let ((?x44 (ite $x30 ?v0 ?x41))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4212 |
(let ((?x28 (dec_10$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4213 |
(= ?x28 ?x44)))))) :qid k!5)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4214 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4215 |
(let ((@x59 (monotonicity (rewrite (= (< ?0 10) (not $x55))) (= (ite (< ?0 10) ?0 ?x41) (ite (not $x55) ?0 ?x41))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4216 |
(let ((@x64 (trans @x59 (rewrite (= (ite (not $x55) ?0 ?x41) ?x60)) (= (ite (< ?0 10) ?0 ?x41) ?x60)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4217 |
(let ((@x67 (monotonicity @x64 (= (= ?x28 (ite (< ?0 10) ?0 ?x41)) $x65)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4218 |
(let (($x30 (< ?0 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4219 |
(let ((?x44 (ite $x30 ?0 ?x41))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4220 |
(let (($x47 (= ?x28 ?x44))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4221 |
(let ((@x43 (monotonicity (rewrite (= (- ?0 10) ?x38)) (= (dec_10$ (- ?0 10)) ?x41)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4222 |
(let ((@x49 (monotonicity (monotonicity @x43 (= (ite $x30 ?0 (dec_10$ (- ?0 10))) ?x44)) (= (= ?x28 (ite $x30 ?0 (dec_10$ (- ?0 10)))) $x47)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4223 |
(let ((@x72 (trans (quant-intro @x49 (= $x35 $x50)) (quant-intro @x67 (= $x50 $x68)) (= $x35 $x68)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4224 |
(let ((@x86 (mp~ (mp (asserted $x35) @x72 $x68) (nnf-pos (refl (~ $x65 $x65)) (~ $x68 $x68)) $x68))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4225 |
(let ((@x95 (mp @x86 (quant-intro (rewrite (= $x65 $x87)) (= $x68 $x92)) $x92))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4226 |
(let ((@x518 (mp @x95 (quant-intro (refl (= $x87 $x87)) (= $x92 $x513)) $x513))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4227 |
(let (($x501 (not $x513))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4228 |
(let (($x163 (or $x501 $x174))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4229 |
(let ((?x97 (+ (- 10) 4))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4230 |
(let ((?x183 (dec_10$ ?x97))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4231 |
(let (($x184 (= ?x75 ?x183))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4232 |
(let (($x96 (>= 4 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4233 |
(let (($x185 (ite $x96 $x184 $x174))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4234 |
(let ((@x172 (monotonicity (monotonicity (rewrite (= ?x97 (- 6))) (= ?x183 (dec_10$ (- 6)))) (= $x184 (= ?x75 (dec_10$ (- 6))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4235 |
(let ((@x507 (monotonicity (rewrite (= $x96 false)) @x172 (= $x185 (ite false (= ?x75 (dec_10$ (- 6))) $x174))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4236 |
(let ((@x511 (trans @x507 (rewrite (= (ite false (= ?x75 (dec_10$ (- 6))) $x174) $x174)) (= $x185 $x174)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4237 |
(let ((@x148 (trans (monotonicity @x511 (= (or $x501 $x185) $x163)) (rewrite (= $x163 $x163)) (= (or $x501 $x185) $x163)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4238 |
(let ((@x149 (mp ((_ quant-inst 4) (or $x501 $x185)) @x148 $x163))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4239 |
(let ((@x438 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x174) $x150)) (unit-resolution @x149 @x518 $x174) $x150))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4240 |
(let (($x151 (>= ?x75 4))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4241 |
(let ((@x428 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x174) $x151)) (unit-resolution @x149 @x518 $x174) $x151))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4242 |
(let ((?x489 (+ (- 10) ?x76))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4243 |
(let ((?x490 (dec_10$ ?x489))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4244 |
(let ((?x448 (* (- 1) ?x490))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4245 |
(let ((?x449 (+ ?x76 ?x448))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4246 |
(let (($x444 (<= ?x449 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4247 |
(let (($x292 (= ?x449 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4248 |
(let ((?x455 (+ (- 20) ?x76))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4249 |
(let ((?x458 (dec_10$ ?x455))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4250 |
(let (($x461 (= ?x490 ?x458))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4251 |
(let (($x310 (>= ?x75 5))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4252 |
(let (($x450 (ite $x310 $x461 $x292))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4253 |
(let (($x453 (or $x501 $x450))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4254 |
(let (($x470 (= ?x490 ?x489))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4255 |
(let ((?x467 (+ (- 10) ?x489))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4256 |
(let ((?x468 (dec_10$ ?x467))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4257 |
(let (($x469 (= ?x490 ?x468))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4258 |
(let (($x466 (>= ?x489 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4259 |
(let (($x471 (ite $x466 $x469 $x470))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4260 |
(let ((@x463 (monotonicity (monotonicity (rewrite (= ?x467 ?x455)) (= ?x468 ?x458)) (= $x469 $x461)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4261 |
(let ((@x452 (monotonicity (rewrite (= $x466 $x310)) @x463 (rewrite (= $x470 $x292)) (= $x471 $x450)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4262 |
(let ((@x442 (trans (monotonicity @x452 (= (or $x501 $x471) $x453)) (rewrite (= $x453 $x453)) (= (or $x501 $x471) $x453)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4263 |
(let ((@x443 (mp ((_ quant-inst (+ (- 10) ?x76)) (or $x501 $x471)) @x442 $x453))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4264 |
(let (($x346 (not $x310))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4265 |
(let ((@x418 (unit-resolution (def-axiom (or (not $x450) $x310 $x292)) (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x346 (not $x150))) @x438 $x346) (or (not $x450) $x292)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4266 |
(let ((@x422 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x292) $x444)) (unit-resolution @x418 (unit-resolution @x443 @x518 $x450) $x292) $x444))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4267 |
(let (($x336 (>= ?x449 10))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4268 |
(let ((@x410 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x292) $x336)) (unit-resolution @x418 (unit-resolution @x443 @x518 $x450) $x292) $x336))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4269 |
(let (($x491 (= ?x77 ?x490))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4270 |
(let ((?x499 (* (- 1) ?x77))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4271 |
(let ((?x485 (+ ?x76 ?x499))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4272 |
(let (($x497 (= ?x485 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4273 |
(let (($x131 (>= ?x75 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4274 |
(let (($x486 (ite $x131 $x491 $x497))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4275 |
(let (($x205 (or $x501 $x486))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4276 |
(let ((@x204 (monotonicity (rewrite (= (>= ?x76 10) $x131)) (rewrite (= (= ?x77 ?x76) $x497)) (= (ite (>= ?x76 10) $x491 (= ?x77 ?x76)) $x486)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4277 |
(let ((@x479 (monotonicity @x204 (= (or $x501 (ite (>= ?x76 10) $x491 (= ?x77 ?x76))) $x205)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4278 |
(let ((@x212 (trans @x479 (rewrite (= $x205 $x205)) (= (or $x501 (ite (>= ?x76 10) $x491 (= ?x77 ?x76))) $x205)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4279 |
(let ((@x481 (mp ((_ quant-inst (* 4 ?x75)) (or $x501 (ite (>= ?x76 10) $x491 (= ?x77 ?x76)))) @x212 $x205))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4280 |
(let ((@x397 (unit-resolution (def-axiom (or (not $x486) (not $x131) $x491)) (unit-resolution ((_ th-lemma arith farkas 1 1) (or $x131 (not $x151))) @x428 $x131) (unit-resolution @x481 @x518 $x486) $x491))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4281 |
(let (($x80 (not $x79))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4282 |
(let ((@x81 (asserted $x80))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4283 |
(unit-resolution @x81 (trans @x397 ((_ th-lemma arith eq-propagate 1 1 -4 -4) @x410 @x422 @x428 @x438 (= ?x490 6)) $x79) false))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4284 |
|
73389 | 4285 |
703387d92be4ef7e4f1bc652b2328a3b33f53830 348 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4286 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4287 |
((set-logic <null>) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4288 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4289 |
(let ((?x96 (map$ uu$ xs$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4290 |
(let ((?x97 (eval_dioph$ ks$ ?x96))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4291 |
(let ((?x424 (+ l$ ?x97))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4292 |
(let ((?x425 (mod ?x424 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4293 |
(let (($x482 (>= ?x425 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4294 |
(let (($x564 (not $x482))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4295 |
(let ((@x26 (true-axiom true))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4296 |
(let ((?x369 (* (- 1) l$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4297 |
(let ((?x93 (eval_dioph$ ks$ xs$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4298 |
(let ((?x678 (+ ?x93 ?x369))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4299 |
(let (($x679 (<= ?x678 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4300 |
(let (($x95 (= ?x93 l$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4301 |
(let ((?x110 (* (- 1) ?x97))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4302 |
(let ((?x111 (+ l$ ?x110))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4303 |
(let ((?x114 (divide$ ?x111 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4304 |
(let ((?x101 (map$ uua$ xs$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4305 |
(let ((?x102 (eval_dioph$ ks$ ?x101))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4306 |
(let (($x117 (= ?x102 ?x114))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4307 |
(let (($x282 (not $x117))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4308 |
(let ((?x99 (modulo$ l$ 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4309 |
(let ((?x98 (modulo$ ?x97 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4310 |
(let (($x100 (= ?x98 ?x99))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4311 |
(let (($x281 (not $x100))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4312 |
(let (($x283 (or $x281 $x282))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4313 |
(let (($x465 (>= ?x425 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4314 |
(let ((?x496 (* (- 2) ?x102))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4315 |
(let ((?x497 (+ ?x93 ?x110 ?x496))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4316 |
(let (($x504 (<= ?x497 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4317 |
(let (($x498 (= ?x497 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4318 |
(let (($x304 (forall ((?v0 Int_list$) (?v1 Int_list$) )(! (let ((?x45 (eval_dioph$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4319 |
(let ((?x83 (+ ?x45 (* (- 1) (eval_dioph$ ?v0 (map$ uu$ ?v1))) (* (- 2) (eval_dioph$ ?v0 (map$ uua$ ?v1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4320 |
(= ?x83 0))) :pattern ( (eval_dioph$ ?v0 (map$ uu$ ?v1)) ) :pattern ( (eval_dioph$ ?v0 (map$ uua$ ?v1)) ) :qid k!19)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4321 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4322 |
(let (($x85 (forall ((?v0 Int_list$) (?v1 Int_list$) )(! (let ((?x45 (eval_dioph$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4323 |
(let ((?x83 (+ ?x45 (* (- 1) (eval_dioph$ ?v0 (map$ uu$ ?v1))) (* (- 2) (eval_dioph$ ?v0 (map$ uua$ ?v1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4324 |
(= ?x83 0))) :qid k!19)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4325 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4326 |
(let ((?x45 (eval_dioph$ ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4327 |
(let ((?x83 (+ ?x45 (* (- 1) (eval_dioph$ ?1 (map$ uu$ ?0))) (* (- 2) (eval_dioph$ ?1 (map$ uua$ ?0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4328 |
(let (($x79 (= ?x83 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4329 |
(let (($x58 (forall ((?v0 Int_list$) (?v1 Int_list$) )(! (let ((?x45 (eval_dioph$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4330 |
(let ((?x48 (eval_dioph$ ?v0 (map$ uu$ ?v1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4331 |
(let ((?x56 (+ (* (eval_dioph$ ?v0 (map$ uua$ ?v1)) 2) ?x48))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4332 |
(= ?x56 ?x45)))) :qid k!19)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4333 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4334 |
(let (($x74 (forall ((?v0 Int_list$) (?v1 Int_list$) )(! (let ((?x45 (eval_dioph$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4335 |
(let ((?x54 (eval_dioph$ ?v0 (map$ uua$ ?v1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4336 |
(let ((?x60 (* 2 ?x54))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4337 |
(let ((?x48 (eval_dioph$ ?v0 (map$ uu$ ?v1)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4338 |
(let ((?x66 (+ ?x48 ?x60))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4339 |
(= ?x66 ?x45)))))) :qid k!19)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4340 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4341 |
(let ((?x54 (eval_dioph$ ?1 (map$ uua$ ?0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4342 |
(let ((?x60 (* 2 ?x54))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4343 |
(let ((?x48 (eval_dioph$ ?1 (map$ uu$ ?0)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4344 |
(let ((?x66 (+ ?x48 ?x60))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4345 |
(let (($x71 (= ?x66 ?x45))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4346 |
(let ((@x65 (monotonicity (rewrite (= (* ?x54 2) ?x60)) (= (+ (* ?x54 2) ?x48) (+ ?x60 ?x48))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4347 |
(let ((@x70 (trans @x65 (rewrite (= (+ ?x60 ?x48) ?x66)) (= (+ (* ?x54 2) ?x48) ?x66)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4348 |
(let ((@x76 (quant-intro (monotonicity @x70 (= (= (+ (* ?x54 2) ?x48) ?x45) $x71)) (= $x58 $x74)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4349 |
(let ((@x89 (trans @x76 (quant-intro (rewrite (= $x71 $x79)) (= $x74 $x85)) (= $x58 $x85)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4350 |
(let ((@x270 (mp~ (mp (asserted $x58) @x89 $x85) (nnf-pos (refl (~ $x79 $x79)) (~ $x85 $x85)) $x85))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4351 |
(let ((@x309 (mp @x270 (quant-intro (refl (= $x79 $x79)) (= $x85 $x304)) $x304))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4352 |
(let (($x502 (or (not $x304) $x498))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4353 |
(let ((@x503 ((_ quant-inst ks$ xs$) $x502))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4354 |
(let ((@x795 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x498) $x504)) (unit-resolution @x503 @x309 $x498) $x504))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4355 |
(let (($x815 (not $x679))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4356 |
(let (($x680 (>= ?x678 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4357 |
(let ((?x592 (mod ?x97 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4358 |
(let ((?x619 (* (- 1) ?x592))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4359 |
(let ((?x511 (mod l$ 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4360 |
(let ((?x538 (* (- 1) ?x511))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4361 |
(let ((?x776 (* (- 1) ?x102))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4362 |
(let ((?x759 (+ l$ ?x98 ?x776 ?x538 (* (- 1) (div l$ 2)) ?x619 (* (- 1) (div ?x97 2))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4363 |
(let (($x760 (>= ?x759 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4364 |
(let (($x747 (not $x760))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4365 |
(let ((?x674 (* (- 1) ?x99))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4366 |
(let ((?x675 (+ ?x98 ?x674))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4367 |
(let (($x676 (<= ?x675 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4368 |
(let (($x284 (not $x283))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4369 |
(let ((@x493 (hypothesis $x284))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4370 |
(let ((@x781 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x281 $x676)) (unit-resolution (def-axiom (or $x283 $x100)) @x493 $x100) $x676))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4371 |
(let ((?x670 (* (- 1) ?x114))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4372 |
(let ((?x671 (+ ?x102 ?x670))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4373 |
(let (($x673 (>= ?x671 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4374 |
(let ((@x787 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x282 $x673)) (unit-resolution (def-axiom (or $x283 $x117)) @x493 $x117) $x673))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4375 |
(let ((?x557 (div l$ 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4376 |
(let ((?x570 (* (- 2) ?x557))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4377 |
(let ((?x571 (+ l$ ?x538 ?x570))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4378 |
(let (($x576 (<= ?x571 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4379 |
(let (($x569 (= ?x571 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4380 |
(let ((@x568 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x569) $x576)) (unit-resolution ((_ th-lemma arith) (or false $x569)) @x26 $x569) $x576))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4381 |
(let ((?x620 (+ ?x98 ?x619))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4382 |
(let (($x635 (<= ?x620 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4383 |
(let (($x621 (= ?x620 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4384 |
(let (($x318 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x200 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4385 |
(let ((?x157 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4386 |
(let ((?x154 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4387 |
(let ((?x208 (mod ?x154 ?x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4388 |
(let ((?x214 (* (- 1) ?x208))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4389 |
(let (($x175 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4390 |
(let ((?x234 (ite $x175 ?x214 ?x200))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4391 |
(let (($x143 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4392 |
(let ((?x239 (ite $x143 ?v0 ?x234))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4393 |
(let ((?x199 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4394 |
(= ?x199 ?x239))))))))))) :pattern ( (modulo$ ?v0 ?v1) ) :qid k!22)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4395 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4396 |
(let (($x245 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x200 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4397 |
(let ((?x157 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4398 |
(let ((?x154 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4399 |
(let ((?x208 (mod ?x154 ?x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4400 |
(let ((?x214 (* (- 1) ?x208))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4401 |
(let (($x175 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4402 |
(let ((?x234 (ite $x175 ?x214 ?x200))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4403 |
(let (($x143 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4404 |
(let ((?x239 (ite $x143 ?v0 ?x234))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4405 |
(let ((?x199 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4406 |
(= ?x199 ?x239))))))))))) :qid k!22)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4407 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4408 |
(let ((?x200 (mod ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4409 |
(let ((?x157 (* (- 1) ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4410 |
(let ((?x154 (* (- 1) ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4411 |
(let ((?x208 (mod ?x154 ?x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4412 |
(let ((?x214 (* (- 1) ?x208))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4413 |
(let (($x175 (<= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4414 |
(let ((?x234 (ite $x175 ?x214 ?x200))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4415 |
(let (($x143 (= ?0 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4416 |
(let ((?x239 (ite $x143 ?1 ?x234))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4417 |
(let ((?x199 (modulo$ ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4418 |
(let (($x242 (= ?x199 ?x239))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4419 |
(let (($x206 (forall ((?v0 Int) (?v1 Int) )(! (let (($x143 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4420 |
(let ((?x204 (ite $x143 ?v0 (ite (< 0 ?v1) (mod ?v0 ?v1) (- (mod (- ?v0) (- ?v1))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4421 |
(let ((?x199 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4422 |
(= ?x199 ?x204)))) :qid k!22)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4423 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4424 |
(let (($x228 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x157 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4425 |
(let ((?x154 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4426 |
(let ((?x208 (mod ?x154 ?x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4427 |
(let ((?x214 (* (- 1) ?x208))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4428 |
(let ((?x200 (mod ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4429 |
(let (($x144 (< 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4430 |
(let ((?x219 (ite $x144 ?x200 ?x214))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4431 |
(let (($x143 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4432 |
(let ((?x222 (ite $x143 ?v0 ?x219))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4433 |
(let ((?x199 (modulo$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4434 |
(= ?x199 ?x222))))))))))) :qid k!22)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4435 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4436 |
(let ((@x233 (monotonicity (rewrite (= (< 0 ?0) (not $x175))) (= (ite (< 0 ?0) ?x200 ?x214) (ite (not $x175) ?x200 ?x214))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4437 |
(let ((@x238 (trans @x233 (rewrite (= (ite (not $x175) ?x200 ?x214) ?x234)) (= (ite (< 0 ?0) ?x200 ?x214) ?x234)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4438 |
(let ((@x241 (monotonicity @x238 (= (ite $x143 ?1 (ite (< 0 ?0) ?x200 ?x214)) ?x239)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4439 |
(let ((@x244 (monotonicity @x241 (= (= ?x199 (ite $x143 ?1 (ite (< 0 ?0) ?x200 ?x214))) $x242)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4440 |
(let (($x144 (< 0 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4441 |
(let ((?x219 (ite $x144 ?x200 ?x214))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4442 |
(let ((?x222 (ite $x143 ?1 ?x219))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4443 |
(let (($x225 (= ?x199 ?x222))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4444 |
(let (($x226 (= (= ?x199 (ite $x143 ?1 (ite $x144 ?x200 (- (mod (- ?1) (- ?0)))))) $x225))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4445 |
(let ((@x210 (monotonicity (rewrite (= (- ?1) ?x154)) (rewrite (= (- ?0) ?x157)) (= (mod (- ?1) (- ?0)) ?x208)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4446 |
(let ((@x218 (trans (monotonicity @x210 (= (- (mod (- ?1) (- ?0))) (- ?x208))) (rewrite (= (- ?x208) ?x214)) (= (- (mod (- ?1) (- ?0))) ?x214)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4447 |
(let ((@x221 (monotonicity @x218 (= (ite $x144 ?x200 (- (mod (- ?1) (- ?0)))) ?x219)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4448 |
(let ((@x224 (monotonicity @x221 (= (ite $x143 ?1 (ite $x144 ?x200 (- (mod (- ?1) (- ?0))))) ?x222)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4449 |
(let ((@x249 (trans (quant-intro (monotonicity @x224 $x226) (= $x206 $x228)) (quant-intro @x244 (= $x228 $x245)) (= $x206 $x245)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4450 |
(let ((@x280 (mp~ (mp (asserted $x206) @x249 $x245) (nnf-pos (refl (~ $x242 $x242)) (~ $x245 $x245)) $x245))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4451 |
(let ((@x323 (mp @x280 (quant-intro (refl (= $x242 $x242)) (= $x245 $x318)) $x318))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4452 |
(let (($x545 (not $x318))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4453 |
(let (($x626 (or $x545 $x621))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4454 |
(let ((?x359 (* (- 1) 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4455 |
(let ((?x590 (mod ?x110 ?x359))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4456 |
(let ((?x591 (* (- 1) ?x590))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4457 |
(let (($x357 (<= 2 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4458 |
(let ((?x593 (ite $x357 ?x591 ?x592))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4459 |
(let (($x356 (= 2 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4460 |
(let ((?x594 (ite $x356 ?x97 ?x593))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4461 |
(let (($x595 (= ?x98 ?x594))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4462 |
(let ((@x601 (monotonicity (monotonicity (rewrite (= ?x359 (- 2))) (= ?x590 (mod ?x110 (- 2)))) (= ?x591 (* (- 1) (mod ?x110 (- 2))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4463 |
(let ((@x368 (rewrite (= $x357 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4464 |
(let ((@x604 (monotonicity @x368 @x601 (= ?x593 (ite false (* (- 1) (mod ?x110 (- 2))) ?x592))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4465 |
(let ((@x608 (trans @x604 (rewrite (= (ite false (* (- 1) (mod ?x110 (- 2))) ?x592) ?x592)) (= ?x593 ?x592)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4466 |
(let ((@x366 (rewrite (= $x356 false)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4467 |
(let ((@x615 (trans (monotonicity @x366 @x608 (= ?x594 (ite false ?x97 ?x592))) (rewrite (= (ite false ?x97 ?x592) ?x592)) (= ?x594 ?x592)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4468 |
(let ((@x625 (trans (monotonicity @x615 (= $x595 (= ?x98 ?x592))) (rewrite (= (= ?x98 ?x592) $x621)) (= $x595 $x621)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4469 |
(let ((@x633 (trans (monotonicity @x625 (= (or $x545 $x595) $x626)) (rewrite (= $x626 $x626)) (= (or $x545 $x595) $x626)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4470 |
(let ((@x634 (mp ((_ quant-inst (eval_dioph$ ks$ ?x96) 2) (or $x545 $x595)) @x633 $x626))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4471 |
(let ((@x431 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x621) $x635)) (unit-resolution @x634 @x323 $x621) $x635))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4472 |
(let ((?x637 (div ?x97 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4473 |
(let ((?x650 (* (- 2) ?x637))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4474 |
(let ((?x651 (+ ?x97 ?x619 ?x650))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4475 |
(let (($x656 (<= ?x651 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4476 |
(let (($x649 (= ?x651 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4477 |
(let ((@x661 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x649) $x656)) (unit-resolution ((_ th-lemma arith) (or false $x649)) @x26 $x649) $x656))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4478 |
(let ((?x539 (+ ?x99 ?x538))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4479 |
(let (($x555 (<= ?x539 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4480 |
(let (($x540 (= ?x539 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4481 |
(let (($x546 (or $x545 $x540))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4482 |
(let ((?x506 (mod ?x369 ?x359))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4483 |
(let ((?x507 (* (- 1) ?x506))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4484 |
(let ((?x512 (ite $x357 ?x507 ?x511))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4485 |
(let ((?x513 (ite $x356 l$ ?x512))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4486 |
(let (($x514 (= ?x99 ?x513))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4487 |
(let ((@x520 (monotonicity (monotonicity (rewrite (= ?x359 (- 2))) (= ?x506 (mod ?x369 (- 2)))) (= ?x507 (* (- 1) (mod ?x369 (- 2))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4488 |
(let ((@x523 (monotonicity @x368 @x520 (= ?x512 (ite false (* (- 1) (mod ?x369 (- 2))) ?x511))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4489 |
(let ((@x527 (trans @x523 (rewrite (= (ite false (* (- 1) (mod ?x369 (- 2))) ?x511) ?x511)) (= ?x512 ?x511)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4490 |
(let ((@x534 (trans (monotonicity @x366 @x527 (= ?x513 (ite false l$ ?x511))) (rewrite (= (ite false l$ ?x511) ?x511)) (= ?x513 ?x511)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4491 |
(let ((@x544 (trans (monotonicity @x534 (= $x514 (= ?x99 ?x511))) (rewrite (= (= ?x99 ?x511) $x540)) (= $x514 $x540)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4492 |
(let ((@x553 (trans (monotonicity @x544 (= (or $x545 $x514) $x546)) (rewrite (= $x546 $x546)) (= (or $x545 $x514) $x546)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4493 |
(let ((@x554 (mp ((_ quant-inst l$ 2) (or $x545 $x514)) @x553 $x546))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4494 |
(let ((@x668 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x540) $x555)) (unit-resolution @x554 @x323 $x540) $x555))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4495 |
(let ((?x361 (div ?x111 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4496 |
(let ((?x395 (* (- 1) ?x361))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4497 |
(let ((?x396 (+ ?x114 ?x395))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4498 |
(let (($x414 (>= ?x396 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4499 |
(let (($x397 (= ?x396 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4500 |
(let (($x311 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x145 (div ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4501 |
(let ((?x157 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4502 |
(let ((?x154 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4503 |
(let ((?x160 (div ?x154 ?x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4504 |
(let (($x175 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4505 |
(let ((?x182 (ite $x175 ?x160 ?x145))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4506 |
(let (($x143 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4507 |
(let ((?x141 (divide$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4508 |
(= ?x141 (ite $x143 0 ?x182)))))))))) :pattern ( (divide$ ?v0 ?v1) ) :qid k!21)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4509 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4510 |
(let (($x193 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x145 (div ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4511 |
(let ((?x157 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4512 |
(let ((?x154 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4513 |
(let ((?x160 (div ?x154 ?x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4514 |
(let (($x175 (<= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4515 |
(let ((?x182 (ite $x175 ?x160 ?x145))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4516 |
(let (($x143 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4517 |
(let ((?x141 (divide$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4518 |
(= ?x141 (ite $x143 0 ?x182)))))))))) :qid k!21)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4519 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4520 |
(let ((?x141 (divide$ ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4521 |
(let (($x190 (= ?x141 (ite $x143 0 (ite $x175 (div ?x154 ?x157) (div ?1 ?0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4522 |
(let (($x152 (forall ((?v0 Int) (?v1 Int) )(! (let (($x143 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4523 |
(let ((?x150 (ite $x143 0 (ite (< 0 ?v1) (div ?v0 ?v1) (div (- ?v0) (- ?v1)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4524 |
(let ((?x141 (divide$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4525 |
(= ?x141 ?x150)))) :qid k!21)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4526 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4527 |
(let (($x172 (forall ((?v0 Int) (?v1 Int) )(! (let ((?x157 (* (- 1) ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4528 |
(let ((?x154 (* (- 1) ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4529 |
(let ((?x160 (div ?x154 ?x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4530 |
(let ((?x145 (div ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4531 |
(let (($x144 (< 0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4532 |
(let ((?x163 (ite $x144 ?x145 ?x160))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4533 |
(let (($x143 (= ?v1 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4534 |
(let ((?x166 (ite $x143 0 ?x163))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4535 |
(let ((?x141 (divide$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4536 |
(= ?x141 ?x166)))))))))) :qid k!21)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4537 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4538 |
(let ((?x160 (div ?x154 ?x157))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4539 |
(let ((?x145 (div ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4540 |
(let ((?x163 (ite $x144 ?x145 ?x160))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4541 |
(let ((?x166 (ite $x143 0 ?x163))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4542 |
(let (($x169 (= ?x141 ?x166))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4543 |
(let ((@x181 (monotonicity (rewrite (= $x144 (not $x175))) (= ?x163 (ite (not $x175) ?x145 ?x160))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4544 |
(let ((@x186 (trans @x181 (rewrite (= (ite (not $x175) ?x145 ?x160) (ite $x175 ?x160 ?x145))) (= ?x163 (ite $x175 ?x160 ?x145))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4545 |
(let ((@x192 (monotonicity (monotonicity @x186 (= ?x166 (ite $x143 0 (ite $x175 ?x160 ?x145)))) (= $x169 $x190)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4546 |
(let (($x170 (= (= ?x141 (ite $x143 0 (ite $x144 ?x145 (div (- ?1) (- ?0))))) $x169))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4547 |
(let ((@x162 (monotonicity (rewrite (= (- ?1) ?x154)) (rewrite (= (- ?0) ?x157)) (= (div (- ?1) (- ?0)) ?x160)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4548 |
(let ((@x168 (monotonicity (monotonicity @x162 (= (ite $x144 ?x145 (div (- ?1) (- ?0))) ?x163)) (= (ite $x143 0 (ite $x144 ?x145 (div (- ?1) (- ?0)))) ?x166)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4549 |
(let ((@x197 (trans (quant-intro (monotonicity @x168 $x170) (= $x152 $x172)) (quant-intro @x192 (= $x172 $x193)) (= $x152 $x193)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4550 |
(let ((@x275 (mp~ (mp (asserted $x152) @x197 $x193) (nnf-pos (refl (~ $x190 $x190)) (~ $x193 $x193)) $x193))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4551 |
(let ((@x316 (mp @x275 (quant-intro (refl (= $x190 $x190)) (= $x193 $x311)) $x311))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4552 |
(let (($x403 (or (not $x311) $x397))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4553 |
(let ((?x358 (* (- 1) ?x111))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4554 |
(let ((?x360 (div ?x358 ?x359))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4555 |
(let ((?x362 (ite $x357 ?x360 ?x361))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4556 |
(let ((?x363 (ite $x356 0 ?x362))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4557 |
(let (($x364 (= ?x114 ?x363))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4558 |
(let ((@x374 (rewrite (= ?x359 (- 2))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4559 |
(let ((@x377 (monotonicity (rewrite (= ?x358 (+ ?x369 ?x97))) @x374 (= ?x360 (div (+ ?x369 ?x97) (- 2)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4560 |
(let ((@x380 (monotonicity @x368 @x377 (= ?x362 (ite false (div (+ ?x369 ?x97) (- 2)) ?x361))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4561 |
(let ((@x384 (trans @x380 (rewrite (= (ite false (div (+ ?x369 ?x97) (- 2)) ?x361) ?x361)) (= ?x362 ?x361)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4562 |
(let ((@x391 (trans (monotonicity @x366 @x384 (= ?x363 (ite false 0 ?x361))) (rewrite (= (ite false 0 ?x361) ?x361)) (= ?x363 ?x361)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4563 |
(let ((@x401 (trans (monotonicity @x391 (= $x364 (= ?x114 ?x361))) (rewrite (= (= ?x114 ?x361) $x397)) (= $x364 $x397)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4564 |
(let ((@x410 (trans (monotonicity @x401 (= (or (not $x311) $x364) $x403)) (rewrite (= $x403 $x403)) (= (or (not $x311) $x364) $x403)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4565 |
(let ((@x411 (mp ((_ quant-inst (+ l$ ?x110) 2) (or (not $x311) $x364)) @x410 $x403))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4566 |
(let ((@x485 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x397) $x414)) (unit-resolution @x411 @x316 $x397) $x414))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4567 |
(let ((?x436 (* (- 1) ?x425))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4568 |
(let ((?x435 (* (- 2) ?x361))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4569 |
(let ((?x437 (+ l$ ?x110 ?x435 ?x436))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4570 |
(let (($x442 (<= ?x437 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4571 |
(let (($x434 (= ?x437 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4572 |
(let ((@x745 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x434) $x442)) (unit-resolution ((_ th-lemma arith) (or false $x434)) @x26 $x434) $x442))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4573 |
(let ((@x746 ((_ th-lemma arith farkas 1 -2 -2 -2 1 1 1 1 1 1) @x745 @x485 (hypothesis $x673) (hypothesis $x760) (hypothesis $x676) @x668 @x661 @x431 @x568 (unit-resolution ((_ th-lemma arith) (or false $x564)) @x26 $x564) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4574 |
(let ((@x788 (unit-resolution (lemma @x746 (or $x747 (not $x673) (not $x676))) @x787 @x781 $x747))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4575 |
(let (($x677 (>= ?x675 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4576 |
(let ((@x812 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x281 $x677)) (unit-resolution (def-axiom (or $x283 $x100)) @x493 $x100) $x677))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4577 |
(let (($x577 (>= ?x571 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4578 |
(let ((@x778 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x569) $x577)) (unit-resolution ((_ th-lemma arith) (or false $x569)) @x26 $x569) $x577))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4579 |
(let (($x556 (>= ?x539 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4580 |
(let ((@x645 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x540) $x556)) (unit-resolution @x554 @x323 $x540) $x556))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4581 |
(let (($x636 (>= ?x620 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4582 |
(let ((@x652 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x621) $x636)) (unit-resolution @x634 @x323 $x621) $x636))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4583 |
(let (($x505 (>= ?x497 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4584 |
(let ((@x488 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x498) $x505)) (unit-resolution @x503 @x309 $x498) $x505))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4585 |
(let (($x657 (>= ?x651 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4586 |
(let ((@x581 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x649) $x657)) (unit-resolution ((_ th-lemma arith) (or false $x649)) @x26 $x649) $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4587 |
(let ((@x582 ((_ th-lemma arith farkas -1/2 -1/2 -1/2 1/2 -1/2 -1/2 -1/2 1) @x581 (hypothesis $x677) @x488 (hypothesis (not $x680)) @x652 @x645 @x778 (hypothesis $x747) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4588 |
(let ((@x813 (unit-resolution (lemma @x582 (or $x680 (not $x677) $x760)) @x812 @x788 $x680))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4589 |
(let (($x134 (not $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4590 |
(let (($x290 (= $x95 $x283))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4591 |
(let ((@x289 (monotonicity (rewrite (= (and $x100 $x117) $x284)) (= (= $x134 (and $x100 $x117)) (= $x134 $x284))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4592 |
(let ((@x294 (trans @x289 (rewrite (= (= $x134 $x284) $x290)) (= (= $x134 (and $x100 $x117)) $x290)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4593 |
(let (($x120 (and $x100 $x117))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4594 |
(let (($x135 (= $x134 $x120))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4595 |
(let (($x107 (= $x95 (and $x100 (= ?x102 (divide$ (- l$ ?x97) 2)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4596 |
(let (($x108 (not $x107))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4597 |
(let ((@x116 (monotonicity (rewrite (= (- l$ ?x97) ?x111)) (= (divide$ (- l$ ?x97) 2) ?x114)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4598 |
(let ((@x122 (monotonicity (monotonicity @x116 (= (= ?x102 (divide$ (- l$ ?x97) 2)) $x117)) (= (and $x100 (= ?x102 (divide$ (- l$ ?x97) 2))) $x120)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4599 |
(let ((@x130 (trans (monotonicity @x122 (= $x107 (= $x95 $x120))) (rewrite (= (= $x95 $x120) (= $x95 $x120))) (= $x107 (= $x95 $x120))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4600 |
(let ((@x139 (trans (monotonicity @x130 (= $x108 (not (= $x95 $x120)))) (rewrite (= (not (= $x95 $x120)) $x135)) (= $x108 $x135)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4601 |
(let ((@x295 (mp (mp (asserted $x108) @x139 $x135) @x294 $x290))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4602 |
(let ((@x344 (unit-resolution (def-axiom (or $x134 $x283 (not $x290))) @x295 (or $x134 $x283)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4603 |
(let ((@x819 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x95 $x815 (not $x680))) (unit-resolution @x344 @x493 $x134) (or $x815 (not $x680))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4604 |
(let (($x672 (<= ?x671 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4605 |
(let ((@x823 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x282 $x672)) (unit-resolution (def-axiom (or $x283 $x117)) @x493 $x117) $x672))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4606 |
(let (($x413 (<= ?x396 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4607 |
(let ((@x802 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x397) $x413)) (unit-resolution @x411 @x316 $x397) $x413))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4608 |
(let (($x443 (>= ?x437 0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4609 |
(let ((@x826 (unit-resolution ((_ th-lemma arith triangle-eq) (or (not $x434) $x443)) (unit-resolution ((_ th-lemma arith) (or false $x434)) @x26 $x434) $x443))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4610 |
(let ((@x827 ((_ th-lemma arith farkas 1 -2 -2 1 -1 1) @x826 @x802 @x823 (unit-resolution @x819 @x813 $x815) @x795 (unit-resolution ((_ th-lemma arith) (or false $x465)) @x26 $x465) false))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4611 |
(let ((@x828 (lemma @x827 $x283))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4612 |
(let ((@x340 (unit-resolution (def-axiom (or $x95 $x284 (not $x290))) @x295 (or $x95 $x284)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4613 |
(let ((@x584 (unit-resolution @x340 @x828 $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4614 |
(let (($x807 (not $x672))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4615 |
(let ((@x888 ((_ th-lemma arith assign-bounds 1 -1/2 -1/2 1/2 -1/2) (or $x673 (not $x413) (not $x465) (not $x443) (not $x504) (not $x680))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4616 |
(let ((@x889 (unit-resolution @x888 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x134 $x680)) @x584 $x680) @x802 @x826 (unit-resolution ((_ th-lemma arith) (or false $x465)) @x26 $x465) @x795 $x673))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4617 |
(let ((@x728 (monotonicity (symm @x584 (= l$ ?x93)) (= ?x99 (modulo$ ?x93 2))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4618 |
(let ((?x499 (modulo$ ?x93 2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4619 |
(let (($x500 (= ?x499 ?x98))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4620 |
(let (($x297 (forall ((?v0 Int_list$) (?v1 Int_list$) )(! (= (modulo$ (eval_dioph$ ?v0 ?v1) 2) (modulo$ (eval_dioph$ ?v0 (map$ uu$ ?v1)) 2)) :pattern ( (eval_dioph$ ?v0 (map$ uu$ ?v1)) ) :qid k!18)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4621 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4622 |
(let (($x51 (forall ((?v0 Int_list$) (?v1 Int_list$) )(! (= (modulo$ (eval_dioph$ ?v0 ?v1) 2) (modulo$ (eval_dioph$ ?v0 (map$ uu$ ?v1)) 2)) :qid k!18)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4623 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4624 |
(let (($x50 (= (modulo$ ?x45 2) (modulo$ ?x48 2)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4625 |
(let ((@x265 (mp~ (asserted $x51) (nnf-pos (refl (~ $x50 $x50)) (~ $x51 $x51)) $x51))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4626 |
(let ((@x302 (mp @x265 (quant-intro (refl (= $x50 $x50)) (= $x51 $x297)) $x297))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4627 |
(let (($x464 (or (not $x297) $x500))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4628 |
(let ((@x578 ((_ quant-inst ks$ xs$) $x464))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4629 |
(let ((@x748 (trans (symm (unit-resolution @x578 @x302 $x500) (= ?x98 ?x499)) (symm @x728 (= ?x499 ?x99)) $x100))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4630 |
(let ((@x891 (unit-resolution (unit-resolution (def-axiom (or $x284 $x281 $x282)) @x828 $x283) (lemma (unit-resolution (hypothesis $x281) @x748 false) $x100) $x282))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4631 |
(let ((@x895 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x117 $x807 (not $x673))) @x891 (or $x807 (not $x673))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4632 |
((_ th-lemma arith farkas -2 -2 1 -1 1 1) (unit-resolution @x895 @x889 $x807) @x485 @x745 @x488 (unit-resolution ((_ th-lemma arith triangle-eq) (or $x134 $x679)) @x584 $x679) (unit-resolution ((_ th-lemma arith) (or false $x564)) @x26 $x564) false))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4633 |
|
73389 | 4634 |
9c0ac00b9444829edc9751ffc537b6a41af5144b 64 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4635 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4636 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4637 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4638 |
(let ((?x108 (collect$ uu$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4639 |
(let ((?x109 (sup$ ?x108))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4640 |
(let (($x117 (less_eq$ ?x109 ?x109))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4641 |
(let (($x118 (not $x117))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4642 |
(let ((@x119 (asserted $x118))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4643 |
(let ((?x111 (collect$ uua$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4644 |
(let ((?x112 (sup$ ?x111))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4645 |
(let (($x115 (less_eq$ ?x112 ?x109))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4646 |
(let ((@x116 (asserted $x115))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4647 |
(let (($x113 (less_eq$ ?x109 ?x112))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4648 |
(let ((@x114 (asserted $x113))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4649 |
(let (($x578 (forall ((?v0 A$) (?v1 A$) (?v2 A$) )(! (let (($x97 (less_eq$ ?v0 ?v2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4650 |
(let (($x95 (less_eq$ ?v1 ?v2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4651 |
(let (($x138 (not $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4652 |
(let (($x93 (less_eq$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4653 |
(let (($x137 (not $x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4654 |
(or $x137 $x138 $x97)))))) :pattern ( (less_eq$ ?v0 ?v1) (less_eq$ ?v1 ?v2) ) :qid k!17)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4655 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4656 |
(let (($x156 (forall ((?v0 A$) (?v1 A$) (?v2 A$) )(! (let (($x97 (less_eq$ ?v0 ?v2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4657 |
(let (($x95 (less_eq$ ?v1 ?v2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4658 |
(let (($x138 (not $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4659 |
(let (($x93 (less_eq$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4660 |
(let (($x137 (not $x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4661 |
(or $x137 $x138 $x97)))))) :qid k!17)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4662 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4663 |
(let ((@x583 (trans (rewrite (= $x156 $x578)) (rewrite (= $x578 $x578)) (= $x156 $x578)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4664 |
(let (($x105 (forall ((?v0 A$) (?v1 A$) (?v2 A$) )(! (let (($x97 (less_eq$ ?v0 ?v2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4665 |
(let (($x95 (less_eq$ ?v1 ?v2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4666 |
(let (($x93 (less_eq$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4667 |
(let (($x96 (and $x93 $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4668 |
(let (($x101 (not $x96))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4669 |
(or $x101 $x97)))))) :qid k!17)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4670 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4671 |
(let (($x97 (less_eq$ ?2 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4672 |
(let (($x95 (less_eq$ ?1 ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4673 |
(let (($x138 (not $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4674 |
(let (($x93 (less_eq$ ?2 ?1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4675 |
(let (($x137 (not $x93))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4676 |
(let (($x151 (or $x137 $x138 $x97))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4677 |
(let (($x96 (and $x93 $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4678 |
(let (($x101 (not $x96))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4679 |
(let (($x102 (or $x101 $x97))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4680 |
(let ((@x143 (monotonicity (rewrite (= $x96 (not (or $x137 $x138)))) (= $x101 (not (not (or $x137 $x138))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4681 |
(let ((@x147 (trans @x143 (rewrite (= (not (not (or $x137 $x138))) (or $x137 $x138))) (= $x101 (or $x137 $x138))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4682 |
(let ((@x155 (trans (monotonicity @x147 (= $x102 (or (or $x137 $x138) $x97))) (rewrite (= (or (or $x137 $x138) $x97) $x151)) (= $x102 $x151)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4683 |
(let (($x99 (forall ((?v0 A$) (?v1 A$) (?v2 A$) )(! (let (($x97 (less_eq$ ?v0 ?v2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4684 |
(let (($x95 (less_eq$ ?v1 ?v2))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4685 |
(let (($x93 (less_eq$ ?v0 ?v1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4686 |
(let (($x96 (and $x93 $x95))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4687 |
(=> $x96 $x97))))) :qid k!17)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4688 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4689 |
(let ((@x110 (mp (asserted $x99) (quant-intro (rewrite (= (=> $x96 $x97) $x102)) (= $x99 $x105)) $x105))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4690 |
(let ((@x159 (mp (mp~ @x110 (nnf-pos (refl (~ $x102 $x102)) (~ $x105 $x105)) $x105) (quant-intro @x155 (= $x105 $x156)) $x156))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4691 |
(let ((@x584 (mp @x159 @x583 $x578))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4692 |
(let (($x247 (not $x115))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4693 |
(let (($x160 (not $x113))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4694 |
(let (($x251 (not $x578))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4695 |
(let (($x252 (or $x251 $x160 $x247 $x117))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4696 |
(let ((@x570 (mp ((_ quant-inst (sup$ ?x108) (sup$ ?x111) (sup$ ?x108)) (or $x251 (or $x160 $x247 $x117))) (rewrite (= (or $x251 (or $x160 $x247 $x117)) $x252)) $x252))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4697 |
(unit-resolution @x570 @x584 @x114 @x116 @x119 false))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4698 |
|
73389 | 4699 |
3d46cc152552934c74a9b7e72f528acd2da80760 25 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4700 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4701 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4702 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4703 |
(let (($x142 (pred$e 1))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4704 |
(let (($x144 (not $x142))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4705 |
(let ((@x145 (asserted $x144))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4706 |
(let (($x615 (forall ((?v0 Int) )(! (pred$e ?v0) :pattern ( (pred$e ?v0) ) :qid k!29)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4707 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4708 |
(let (($x138 (forall ((?v0 Int) )(! (pred$e ?v0) :qid k!29)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4709 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4710 |
(let (($x127 (forall ((?v0 Int) )(! (let (($x125 (or (pred$d (cons$d ?v0 nil$d)) (not (pred$d (cons$d ?v0 nil$d)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4711 |
(let (($x119 (pred$e ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4712 |
(and $x119 $x125))) :qid k!29)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4713 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4714 |
(let (($x119 (pred$e ?0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4715 |
(let (($x125 (or (pred$d (cons$d ?0 nil$d)) (not (pred$d (cons$d ?0 nil$d)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4716 |
(let (($x126 (and $x119 $x125))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4717 |
(let ((@x133 (monotonicity (rewrite (= $x125 true)) (= $x126 (and $x119 true))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4718 |
(let ((@x140 (quant-intro (trans @x133 (rewrite (= (and $x119 true) $x119)) (= $x126 $x119)) (= $x127 $x138)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4719 |
(let ((@x170 (mp~ (mp (asserted $x127) @x140 $x138) (nnf-pos (refl (~ $x119 $x119)) (~ $x138 $x138)) $x138))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4720 |
(let ((@x620 (mp @x170 (quant-intro (refl (= $x119 $x119)) (= $x138 $x615)) $x615))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4721 |
(let (($x257 (or (not $x615) $x142))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4722 |
(let ((@x258 ((_ quant-inst 1) $x257))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4723 |
(unit-resolution @x258 @x620 @x145 false)))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4724 |
|
73389 | 4725 |
83f2e868ac360af426c9844684088eb79f31b9ad 101 0 |
72350
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4726 |
unsat |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4727 |
((set-logic AUFLIA) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4728 |
(proof |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4729 |
(let ((?x124 (some$a true))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4730 |
(let ((?x125 (g$b ?x124))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4731 |
(let ((?x122 (some$ 3))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4732 |
(let ((?x123 (g$ ?x122))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4733 |
(let (($x126 (= ?x123 ?x125))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4734 |
(let ((?x269 (cons$a true nil$a))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4735 |
(let ((?x270 (g$c ?x269))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4736 |
(let (($x587 (= ?x125 ?x270))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4737 |
(let (($x604 (forall ((?v0 Bool) )(! (= (g$b (some$a ?v0)) (g$c (cons$a ?v0 nil$a))) :pattern ( (some$a ?v0) ) :pattern ( (cons$a ?v0 nil$a) ) :qid k!33)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4738 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4739 |
(let (($x43 (forall ((?v0 Bool) )(! (= (g$b (some$a ?v0)) (g$c (cons$a ?v0 nil$a))) :qid k!33)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4740 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4741 |
(let (($x42 (= (g$b (some$a ?0)) (g$c (cons$a ?0 nil$a))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4742 |
(let ((@x160 (mp~ (asserted $x43) (nnf-pos (refl (~ $x42 $x42)) (~ $x43 $x43)) $x43))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4743 |
(let ((@x609 (mp @x160 (quant-intro (refl (= $x42 $x42)) (= $x43 $x604)) $x604))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4744 |
(let (($x254 (or (not $x604) $x587))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4745 |
(let ((@x255 ((_ quant-inst true) $x254))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4746 |
(let ((?x227 (size$ ?x269))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4747 |
(let (($x569 (= ?x270 ?x227))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4748 |
(let (($x612 (forall ((?v0 Bool_list$) )(! (let ((?x61 (size$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4749 |
(let ((?x60 (g$c ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4750 |
(= ?x60 ?x61))) :pattern ( (g$c ?v0) ) :pattern ( (size$ ?v0) ) :qid k!38)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4751 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4752 |
(let (($x63 (forall ((?v0 Bool_list$) )(! (let ((?x61 (size$ ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4753 |
(let ((?x60 (g$c ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4754 |
(= ?x60 ?x61))) :qid k!38)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4755 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4756 |
(let ((@x616 (quant-intro (refl (= (= (g$c ?0) (size$ ?0)) (= (g$c ?0) (size$ ?0)))) (= $x63 $x612)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4757 |
(let ((@x142 (nnf-pos (refl (~ (= (g$c ?0) (size$ ?0)) (= (g$c ?0) (size$ ?0)))) (~ $x63 $x63)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4758 |
(let ((@x617 (mp (mp~ (asserted $x63) @x142 $x63) @x616 $x612))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4759 |
(let (($x571 (or (not $x612) $x569))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4760 |
(let ((@x572 ((_ quant-inst (cons$a true nil$a)) $x571))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4761 |
(let ((?x89 (suc$ zero$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4762 |
(let ((?x105 (size$ nil$a))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4763 |
(let ((?x233 (plus$ ?x105 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4764 |
(let (($x570 (= ?x227 ?x233))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4765 |
(let (($x657 (forall ((?v0 Bool) (?v1 Bool_list$) )(! (= (size$ (cons$a ?v0 ?v1)) (plus$ (size$ ?v1) (suc$ zero$))) :pattern ( (cons$a ?v0 ?v1) ) :qid k!46)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4766 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4767 |
(let (($x114 (forall ((?v0 Bool) (?v1 Bool_list$) )(! (= (size$ (cons$a ?v0 ?v1)) (plus$ (size$ ?v1) (suc$ zero$))) :qid k!46)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4768 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4769 |
(let (($x113 (= (size$ (cons$a ?1 ?0)) (plus$ (size$ ?0) ?x89)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4770 |
(let ((@x173 (mp~ (asserted $x114) (nnf-pos (refl (~ $x113 $x113)) (~ $x114 $x114)) $x114))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4771 |
(let ((@x662 (mp @x173 (quant-intro (refl (= $x113 $x113)) (= $x114 $x657)) $x657))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4772 |
(let (($x576 (or (not $x657) $x570))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4773 |
(let ((@x213 ((_ quant-inst true nil$a) $x576))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4774 |
(let ((?x108 (size$a nil$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4775 |
(let (($x109 (= ?x108 zero$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4776 |
(let ((@x110 (asserted $x109))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4777 |
(let (($x106 (= ?x105 zero$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4778 |
(let ((@x107 (asserted $x106))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4779 |
(let ((@x287 (monotonicity (trans @x107 (symm @x110 (= zero$ ?x108)) (= ?x105 ?x108)) (= ?x233 (plus$ ?x108 ?x89))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4780 |
(let ((?x246 (plus$ ?x108 ?x89))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4781 |
(let ((?x256 (cons$ 3 nil$))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4782 |
(let ((?x588 (size$a ?x256))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4783 |
(let (($x584 (= ?x588 ?x246))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4784 |
(let (($x664 (forall ((?v0 Int) (?v1 Int_list$) )(! (= (size$a (cons$ ?v0 ?v1)) (plus$ (size$a ?v1) (suc$ zero$))) :pattern ( (cons$ ?v0 ?v1) ) :qid k!47)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4785 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4786 |
(let (($x119 (forall ((?v0 Int) (?v1 Int_list$) )(! (= (size$a (cons$ ?v0 ?v1)) (plus$ (size$a ?v1) (suc$ zero$))) :qid k!47)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4787 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4788 |
(let (($x118 (= (size$a (cons$ ?1 ?0)) (plus$ (size$a ?0) ?x89)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4789 |
(let ((@x178 (mp~ (asserted $x119) (nnf-pos (refl (~ $x118 $x118)) (~ $x119 $x119)) $x119))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4790 |
(let ((@x669 (mp @x178 (quant-intro (refl (= $x118 $x118)) (= $x119 $x664)) $x664))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4791 |
(let (($x231 (or (not $x664) $x584))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4792 |
(let ((@x232 ((_ quant-inst 3 nil$) $x231))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4793 |
(let ((?x267 (g$a ?x256))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4794 |
(let (($x592 (= ?x267 ?x588))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4795 |
(let (($x620 (forall ((?v0 Int_list$) )(! (let ((?x67 (size$a ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4796 |
(let ((?x66 (g$a ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4797 |
(= ?x66 ?x67))) :pattern ( (g$a ?v0) ) :pattern ( (size$a ?v0) ) :qid k!39)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4798 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4799 |
(let (($x69 (forall ((?v0 Int_list$) )(! (let ((?x67 (size$a ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4800 |
(let ((?x66 (g$a ?v0))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4801 |
(= ?x66 ?x67))) :qid k!39)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4802 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4803 |
(let ((@x622 (refl (= (= (g$a ?0) (size$a ?0)) (= (g$a ?0) (size$a ?0)))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4804 |
(let ((@x129 (nnf-pos (refl (~ (= (g$a ?0) (size$a ?0)) (= (g$a ?0) (size$a ?0)))) (~ $x69 $x69)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4805 |
(let ((@x625 (mp (mp~ (asserted $x69) @x129 $x69) (quant-intro @x622 (= $x69 $x620)) $x620))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4806 |
(let (($x248 (or (not $x620) $x592))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4807 |
(let ((@x585 ((_ quant-inst (cons$ 3 nil$)) $x248))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4808 |
(let (($x268 (= ?x123 ?x267))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4809 |
(let (($x596 (forall ((?v0 Int) )(! (= (g$ (some$ ?v0)) (g$a (cons$ ?v0 nil$))) :pattern ( (some$ ?v0) ) :pattern ( (cons$ ?v0 nil$) ) :qid k!32)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4810 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4811 |
(let (($x34 (forall ((?v0 Int) )(! (= (g$ (some$ ?v0)) (g$a (cons$ ?v0 nil$))) :qid k!32)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4812 |
)) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4813 |
(let (($x33 (= (g$ (some$ ?0)) (g$a (cons$ ?0 nil$))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4814 |
(let ((@x157 (mp~ (asserted $x34) (nnf-pos (refl (~ $x33 $x33)) (~ $x34 $x34)) $x34))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4815 |
(let ((@x601 (mp @x157 (quant-intro (refl (= $x33 $x33)) (= $x34 $x596)) $x596))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4816 |
(let (($x250 (or (not $x596) $x268))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4817 |
(let ((@x586 ((_ quant-inst 3) $x250))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4818 |
(let ((@x275 (trans (unit-resolution @x586 @x601 $x268) (unit-resolution @x585 @x625 $x592) (= ?x123 ?x588)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4819 |
(let ((@x280 (trans (trans @x275 (unit-resolution @x232 @x669 $x584) (= ?x123 ?x246)) (symm @x287 (= ?x246 ?x233)) (= ?x123 ?x233)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4820 |
(let ((@x558 (trans @x280 (symm (unit-resolution @x213 @x662 $x570) (= ?x233 ?x227)) (= ?x123 ?x227)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4821 |
(let ((@x560 (trans @x558 (symm (unit-resolution @x572 @x617 $x569) (= ?x227 ?x270)) (= ?x123 ?x270)))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4822 |
(let ((@x546 (trans @x560 (symm (unit-resolution @x255 @x609 $x587) (= ?x270 ?x125)) $x126))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4823 |
(let (($x127 (not $x126))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4824 |
(let ((@x128 (asserted $x127))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4825 |
(unit-resolution @x128 @x546 false))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) |
95c2853dd616
updated certificates to make it work again after recent changes to smt/z3 setup;
wenzelm
parents:
67972
diff
changeset
|
4826 |