|
47 | 47 |
|
48 | 48 | \proofScript { |
49 | 49 | macro "split-prop"; |
50 | | -rule schiffl_lemma_2 formula: (seqPerm(f_s,f_t)); |
51 | | -instantiate hide var: x with: (f_x); |
52 | | -instantiate hide var: y with: (f_y); |
| 50 | +rule schiffl_lemma_2 formula=(seqPerm(f_s,f_t)); |
| 51 | +instantiate hide var=x with=(f_x); |
| 52 | +instantiate hide var=y with=(f_y); |
53 | 53 | rule impLeft; |
54 | 54 | tryclose branch; |
55 | 55 | rule exLeft; |
56 | 56 | macro "split-prop"; |
57 | | -rule seqPermDef occ: 1; |
| 57 | +rule seqPermDef occ=1; |
58 | 58 | rule andRight; |
59 | 59 | tryclose branch; |
60 | | -instantiate hide var: s with: (r_0); |
| 60 | +instantiate hide var=s with=(r_0); |
61 | 61 | rule andRight; |
62 | 62 | tryclose branch; |
63 | 63 | rule allRight; |
64 | 64 | rule impRight; |
65 | | -instantiate hide var: iv with: (iv_0); |
| 65 | +instantiate hide var=iv with=(iv_0); |
66 | 66 | rule impLeft; |
67 | 67 | tryclose branch; |
68 | 68 | rule andLeft; |
69 | 69 | rule seqNPermRange; |
70 | | -instantiate hide var: iv with: (iv_0); |
| 70 | +instantiate hide var=iv with=(iv_0); |
71 | 71 | rule impLeft; |
72 | 72 | tryclose branch; |
73 | 73 | rule andLeft; |
74 | 74 | rule andLeft; |
75 | 75 | rule seqNPermRange; |
76 | | -instantiate hide var: iv with: (f_x); |
| 76 | +instantiate hide var=iv with=(f_x); |
77 | 77 | rule impLeft; |
78 | 78 | tryclose branch; |
79 | | -// Wrong branch is selected here. Goal 1 instead of Goal 2 |
80 | 79 | rule andLeft; |
81 | 80 | rule andLeft; |
82 | 81 | rule seqNPermRange; |
83 | | -instantiate hide var: iv with: (f_y); |
| 82 | +instantiate hide var=iv with=(f_y); |
84 | 83 | rule impLeft; |
85 | 84 | tryclose branch; |
86 | 85 | rule andLeft; |
87 | 86 | rule andLeft; |
88 | | -rule getOfSeqDef occ: 0; |
| 87 | +rule getOfSeqDef occ=0; |
89 | 88 | rule getOfSeqDef; |
90 | | -rule ifthenelse_split occ: 0; |
91 | | -rule andLeft occ: 0; |
92 | | -rule sub_zero_2 occ: 0; |
93 | | -rule ifthenelse_split occ: 2; |
| 89 | +rule ifthenelse_split occ=0; |
| 90 | +rule andLeft occ=0; |
| 91 | +rule sub_zero_2 occ=0; |
| 92 | +rule ifthenelse_split occ=2; |
94 | 93 | rule andLeft; |
95 | | -rule sub_zero_2 occ: 0; |
96 | | -rule add_zero_right occ: 0; |
97 | | -rule add_zero_right occ: 0; |
98 | | -rule add_zero_right occ: 0; |
99 | | -rule add_zero_right occ: 0; |
100 | | -rule add_zero_right occ: 0; |
101 | | -rule add_zero_right occ: 0; |
102 | | -rule ifthenelse_split occ: 0; |
103 | | -rule ifthenelse_split occ: 0; |
| 94 | +rule sub_zero_2 occ=0; |
| 95 | +rule add_zero_right occ=0; |
| 96 | +rule add_zero_right occ=0; |
| 97 | +rule add_zero_right occ=0; |
| 98 | +rule add_zero_right occ=0; |
| 99 | +rule add_zero_right occ=0; |
| 100 | +rule add_zero_right occ=0; |
| 101 | +rule ifthenelse_split occ=0; |
| 102 | +rule ifthenelse_split occ=0; |
104 | 103 | tryclose branch; |
105 | 104 | tryclose branch; |
106 | | -rule ifthenelse_split occ: 0; |
| 105 | +rule ifthenelse_split occ=0; |
107 | 106 | tryclose branch; |
108 | | -rule ifthenelse_split occ: 0; |
| 107 | +rule ifthenelse_split occ=0; |
109 | 108 | rule seqNPermInjective; |
110 | | -instantiate hide var: iv with: (iv_0); |
111 | | -instantiate hide var: jv with: (f_y); |
| 109 | +instantiate hide var=iv with=(iv_0); |
| 110 | +instantiate hide var=jv with=(f_y); |
112 | 111 | rule impLeft; |
113 | 112 | tryclose branch; |
114 | 113 | tryclose branch; |
115 | | -rule ifthenelse_split occ: 0; |
| 114 | +rule ifthenelse_split occ=0; |
116 | 115 | rule seqNPermInjective; |
117 | | -instantiate hide var: iv with: (iv_0); |
118 | | -instantiate hide var: jv with: (f_x); |
| 116 | +instantiate hide var=iv with=(iv_0); |
| 117 | +instantiate hide var=jv with=(f_x); |
119 | 118 | rule impLeft; |
120 | 119 | tryclose branch; |
121 | 120 | tryclose branch; |
|
0 commit comments