eyeling 1.5.12 → 1.5.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/examples/age.n3 +29 -0
- package/examples/backward.n3 +24 -0
- package/examples/basic-monadic.n3 +10032 -0
- package/examples/cat-koko.n3 +29 -0
- package/examples/collect-all-in.n3 +32 -0
- package/examples/complex.n3 +142 -0
- package/examples/control-system.n3 +77 -0
- package/examples/crypto-builtins-tests.n3 +60 -0
- package/examples/deep-taxonomy-10.n3 +21 -0
- package/examples/deep-taxonomy-100.n3 +111 -0
- package/examples/deep-taxonomy-1000.n3 +1011 -0
- package/examples/deep-taxonomy-10000.n3 +10011 -0
- package/examples/derived-backward-rule-2.n3 +28 -0
- package/examples/derived-backward-rule.n3 +32 -0
- package/examples/derived-rule.n3 +19 -0
- package/examples/dijkstra.n3 +64 -0
- package/examples/dog.n3 +21 -0
- package/examples/equals.n3 +12 -0
- package/examples/existential-rule.n3 +18 -0
- package/examples/fibonacci.n3 +34 -0
- package/examples/for-all-in.n3 +21 -0
- package/examples/french-cities.n3 +32 -0
- package/examples/fuse.n3 +13 -0
- package/examples/good-cobbler.n3 +18 -0
- package/examples/gray-code-counter.n3 +64 -0
- package/examples/hanoi.n3 +21 -0
- package/examples/liar.n3 +6 -0
- package/examples/list-builtins-tests.n3 +84 -0
- package/examples/lldm.n3 +133 -0
- package/examples/math-builtins-tests.n3 +612 -0
- package/examples/monkey.n3 +11 -0
- package/examples/output/age.n3 +20 -0
- package/examples/output/backward.n3 +18 -0
- package/examples/output/basic-monadic.n3 +122 -0
- package/examples/output/cat-koko.n3 +125 -0
- package/examples/output/collect-all-in.n3 +122 -0
- package/examples/output/complex.n3 +57 -0
- package/examples/output/control-system.n3 +79 -0
- package/examples/output/crypto-builtins-tests.n3 +66 -0
- package/examples/output/deep-taxonomy-10.n3 +636 -0
- package/examples/output/deep-taxonomy-100.n3 +6036 -0
- package/examples/output/deep-taxonomy-1000.n3 +60036 -0
- package/examples/output/deep-taxonomy-10000.n3 +600036 -0
- package/examples/output/derived-backward-rule-2.n3 +71 -0
- package/examples/output/derived-backward-rule.n3 +53 -0
- package/examples/output/derived-rule.n3 +52 -0
- package/examples/output/dijkstra.n3 +315 -0
- package/examples/output/dog.n3 +33 -0
- package/examples/output/equals.n3 +18 -0
- package/examples/output/existential-rule.n3 +38 -0
- package/examples/output/fibonacci.n3 +44 -0
- package/examples/output/for-all-in.n3 +30 -0
- package/examples/output/french-cities.n3 +507 -0
- package/examples/output/fuse.n3 +1 -0
- package/examples/output/good-cobbler.n3 +27 -0
- package/examples/output/gray-code-counter.n3 +20 -0
- package/examples/output/hanoi.n3 +20 -0
- package/examples/output/liar.n3 +1 -0
- package/examples/output/list-builtins-tests.n3 +148 -0
- package/examples/output/lldm.n3 +1000 -0
- package/examples/output/math-builtins-tests.n3 +4479 -0
- package/examples/output/monkey.n3 +40 -0
- package/examples/output/peano.n3 +26 -0
- package/examples/output/pi.n3 +20 -0
- package/examples/output/polygon.n3 +20 -0
- package/examples/output/reordering.n3 +29 -0
- package/examples/output/rule-matching.n3 +29 -0
- package/examples/output/self-referential.n3 +88 -0
- package/examples/output/similar.n3 +18 -0
- package/examples/output/skolem.n3 +20 -0
- package/examples/output/snaf.n3 +26 -0
- package/examples/output/socrates.n3 +24 -0
- package/examples/output/string-builtins-tests.n3 +258 -0
- package/examples/output/turing.n3 +44 -0
- package/examples/output/uri.n3 +46 -0
- package/examples/output/witch.n3 +115 -0
- package/examples/output/zebra.n3 +114 -0
- package/examples/peano.n3 +45 -0
- package/examples/pi.n3 +32 -0
- package/examples/polygon.n3 +26 -0
- package/examples/reordering.n3 +23 -0
- package/examples/rule-matching.n3 +15 -0
- package/examples/self-referential.n3 +32 -0
- package/examples/similar.n3 +28 -0
- package/examples/skolem.n3 +15 -0
- package/examples/snaf.n3 +18 -0
- package/examples/socrates.n3 +19 -0
- package/examples/string-builtins-tests.n3 +210 -0
- package/examples/test +154 -0
- package/examples/turing.n3 +93 -0
- package/examples/uri.n3 +17 -0
- package/examples/witch.n3 +33 -0
- package/examples/zebra.n3 +47 -0
- package/package.json +7 -2
- package/test/api.test.js +22 -0
|
@@ -0,0 +1,4479 @@
|
|
|
1
|
+
@prefix : <http://example.org/math-tests#> .
|
|
2
|
+
@prefix math: <http://www.w3.org/2000/10/swap/math#> .
|
|
3
|
+
|
|
4
|
+
# ----------------------------------------------------------------------
|
|
5
|
+
# Proof for derived triple:
|
|
6
|
+
# :test-absoluteValue-1 a :MathBuiltinTest .
|
|
7
|
+
# It holds because the following instance of the rule body is provable:
|
|
8
|
+
# -2 math:absoluteValue 2 .
|
|
9
|
+
# 2 math:equalTo 2 .
|
|
10
|
+
# via the schematic forward rule:
|
|
11
|
+
# {
|
|
12
|
+
# -2 math:absoluteValue ?abs .
|
|
13
|
+
# ?abs math:equalTo 2 .
|
|
14
|
+
# } => {
|
|
15
|
+
# :test-absoluteValue-1 a :MathBuiltinTest .
|
|
16
|
+
# :test-absoluteValue-1 :builtin math:absoluteValue .
|
|
17
|
+
# :test-absoluteValue-1 :input -2 .
|
|
18
|
+
# :test-absoluteValue-1 :expected 2 .
|
|
19
|
+
# :test-absoluteValue-1 :actual ?abs .
|
|
20
|
+
# :test-absoluteValue-1 :status :pass .
|
|
21
|
+
# } .
|
|
22
|
+
# with substitution (on rule variables):
|
|
23
|
+
# ?abs = 2
|
|
24
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
25
|
+
# ----------------------------------------------------------------------
|
|
26
|
+
|
|
27
|
+
:test-absoluteValue-1 a :MathBuiltinTest .
|
|
28
|
+
|
|
29
|
+
# ----------------------------------------------------------------------
|
|
30
|
+
# Proof for derived triple:
|
|
31
|
+
# :test-absoluteValue-1 :builtin math:absoluteValue .
|
|
32
|
+
# It holds because the following instance of the rule body is provable:
|
|
33
|
+
# -2 math:absoluteValue 2 .
|
|
34
|
+
# 2 math:equalTo 2 .
|
|
35
|
+
# via the schematic forward rule:
|
|
36
|
+
# {
|
|
37
|
+
# -2 math:absoluteValue ?abs .
|
|
38
|
+
# ?abs math:equalTo 2 .
|
|
39
|
+
# } => {
|
|
40
|
+
# :test-absoluteValue-1 a :MathBuiltinTest .
|
|
41
|
+
# :test-absoluteValue-1 :builtin math:absoluteValue .
|
|
42
|
+
# :test-absoluteValue-1 :input -2 .
|
|
43
|
+
# :test-absoluteValue-1 :expected 2 .
|
|
44
|
+
# :test-absoluteValue-1 :actual ?abs .
|
|
45
|
+
# :test-absoluteValue-1 :status :pass .
|
|
46
|
+
# } .
|
|
47
|
+
# with substitution (on rule variables):
|
|
48
|
+
# ?abs = 2
|
|
49
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
50
|
+
# ----------------------------------------------------------------------
|
|
51
|
+
|
|
52
|
+
:test-absoluteValue-1 :builtin math:absoluteValue .
|
|
53
|
+
|
|
54
|
+
# ----------------------------------------------------------------------
|
|
55
|
+
# Proof for derived triple:
|
|
56
|
+
# :test-absoluteValue-1 :input -2 .
|
|
57
|
+
# It holds because the following instance of the rule body is provable:
|
|
58
|
+
# -2 math:absoluteValue 2 .
|
|
59
|
+
# 2 math:equalTo 2 .
|
|
60
|
+
# via the schematic forward rule:
|
|
61
|
+
# {
|
|
62
|
+
# -2 math:absoluteValue ?abs .
|
|
63
|
+
# ?abs math:equalTo 2 .
|
|
64
|
+
# } => {
|
|
65
|
+
# :test-absoluteValue-1 a :MathBuiltinTest .
|
|
66
|
+
# :test-absoluteValue-1 :builtin math:absoluteValue .
|
|
67
|
+
# :test-absoluteValue-1 :input -2 .
|
|
68
|
+
# :test-absoluteValue-1 :expected 2 .
|
|
69
|
+
# :test-absoluteValue-1 :actual ?abs .
|
|
70
|
+
# :test-absoluteValue-1 :status :pass .
|
|
71
|
+
# } .
|
|
72
|
+
# with substitution (on rule variables):
|
|
73
|
+
# ?abs = 2
|
|
74
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
75
|
+
# ----------------------------------------------------------------------
|
|
76
|
+
|
|
77
|
+
:test-absoluteValue-1 :input -2 .
|
|
78
|
+
|
|
79
|
+
# ----------------------------------------------------------------------
|
|
80
|
+
# Proof for derived triple:
|
|
81
|
+
# :test-absoluteValue-1 :expected 2 .
|
|
82
|
+
# It holds because the following instance of the rule body is provable:
|
|
83
|
+
# -2 math:absoluteValue 2 .
|
|
84
|
+
# 2 math:equalTo 2 .
|
|
85
|
+
# via the schematic forward rule:
|
|
86
|
+
# {
|
|
87
|
+
# -2 math:absoluteValue ?abs .
|
|
88
|
+
# ?abs math:equalTo 2 .
|
|
89
|
+
# } => {
|
|
90
|
+
# :test-absoluteValue-1 a :MathBuiltinTest .
|
|
91
|
+
# :test-absoluteValue-1 :builtin math:absoluteValue .
|
|
92
|
+
# :test-absoluteValue-1 :input -2 .
|
|
93
|
+
# :test-absoluteValue-1 :expected 2 .
|
|
94
|
+
# :test-absoluteValue-1 :actual ?abs .
|
|
95
|
+
# :test-absoluteValue-1 :status :pass .
|
|
96
|
+
# } .
|
|
97
|
+
# with substitution (on rule variables):
|
|
98
|
+
# ?abs = 2
|
|
99
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
100
|
+
# ----------------------------------------------------------------------
|
|
101
|
+
|
|
102
|
+
:test-absoluteValue-1 :expected 2 .
|
|
103
|
+
|
|
104
|
+
# ----------------------------------------------------------------------
|
|
105
|
+
# Proof for derived triple:
|
|
106
|
+
# :test-absoluteValue-1 :actual 2 .
|
|
107
|
+
# It holds because the following instance of the rule body is provable:
|
|
108
|
+
# -2 math:absoluteValue 2 .
|
|
109
|
+
# 2 math:equalTo 2 .
|
|
110
|
+
# via the schematic forward rule:
|
|
111
|
+
# {
|
|
112
|
+
# -2 math:absoluteValue ?abs .
|
|
113
|
+
# ?abs math:equalTo 2 .
|
|
114
|
+
# } => {
|
|
115
|
+
# :test-absoluteValue-1 a :MathBuiltinTest .
|
|
116
|
+
# :test-absoluteValue-1 :builtin math:absoluteValue .
|
|
117
|
+
# :test-absoluteValue-1 :input -2 .
|
|
118
|
+
# :test-absoluteValue-1 :expected 2 .
|
|
119
|
+
# :test-absoluteValue-1 :actual ?abs .
|
|
120
|
+
# :test-absoluteValue-1 :status :pass .
|
|
121
|
+
# } .
|
|
122
|
+
# with substitution (on rule variables):
|
|
123
|
+
# ?abs = 2
|
|
124
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
125
|
+
# ----------------------------------------------------------------------
|
|
126
|
+
|
|
127
|
+
:test-absoluteValue-1 :actual 2 .
|
|
128
|
+
|
|
129
|
+
# ----------------------------------------------------------------------
|
|
130
|
+
# Proof for derived triple:
|
|
131
|
+
# :test-absoluteValue-1 :status :pass .
|
|
132
|
+
# It holds because the following instance of the rule body is provable:
|
|
133
|
+
# -2 math:absoluteValue 2 .
|
|
134
|
+
# 2 math:equalTo 2 .
|
|
135
|
+
# via the schematic forward rule:
|
|
136
|
+
# {
|
|
137
|
+
# -2 math:absoluteValue ?abs .
|
|
138
|
+
# ?abs math:equalTo 2 .
|
|
139
|
+
# } => {
|
|
140
|
+
# :test-absoluteValue-1 a :MathBuiltinTest .
|
|
141
|
+
# :test-absoluteValue-1 :builtin math:absoluteValue .
|
|
142
|
+
# :test-absoluteValue-1 :input -2 .
|
|
143
|
+
# :test-absoluteValue-1 :expected 2 .
|
|
144
|
+
# :test-absoluteValue-1 :actual ?abs .
|
|
145
|
+
# :test-absoluteValue-1 :status :pass .
|
|
146
|
+
# } .
|
|
147
|
+
# with substitution (on rule variables):
|
|
148
|
+
# ?abs = 2
|
|
149
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
150
|
+
# ----------------------------------------------------------------------
|
|
151
|
+
|
|
152
|
+
:test-absoluteValue-1 :status :pass .
|
|
153
|
+
|
|
154
|
+
# ----------------------------------------------------------------------
|
|
155
|
+
# Proof for derived triple:
|
|
156
|
+
# :test-absoluteValue-2 a :MathBuiltinTest .
|
|
157
|
+
# It holds because the following instance of the rule body is provable:
|
|
158
|
+
# 3 math:absoluteValue 3 .
|
|
159
|
+
# 3 math:equalTo 3 .
|
|
160
|
+
# via the schematic forward rule:
|
|
161
|
+
# {
|
|
162
|
+
# 3 math:absoluteValue ?abs .
|
|
163
|
+
# ?abs math:equalTo 3 .
|
|
164
|
+
# } => {
|
|
165
|
+
# :test-absoluteValue-2 a :MathBuiltinTest .
|
|
166
|
+
# :test-absoluteValue-2 :builtin math:absoluteValue .
|
|
167
|
+
# :test-absoluteValue-2 :input 3 .
|
|
168
|
+
# :test-absoluteValue-2 :expected 3 .
|
|
169
|
+
# :test-absoluteValue-2 :actual ?abs .
|
|
170
|
+
# :test-absoluteValue-2 :status :pass .
|
|
171
|
+
# } .
|
|
172
|
+
# with substitution (on rule variables):
|
|
173
|
+
# ?abs = 3
|
|
174
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
175
|
+
# ----------------------------------------------------------------------
|
|
176
|
+
|
|
177
|
+
:test-absoluteValue-2 a :MathBuiltinTest .
|
|
178
|
+
|
|
179
|
+
# ----------------------------------------------------------------------
|
|
180
|
+
# Proof for derived triple:
|
|
181
|
+
# :test-absoluteValue-2 :builtin math:absoluteValue .
|
|
182
|
+
# It holds because the following instance of the rule body is provable:
|
|
183
|
+
# 3 math:absoluteValue 3 .
|
|
184
|
+
# 3 math:equalTo 3 .
|
|
185
|
+
# via the schematic forward rule:
|
|
186
|
+
# {
|
|
187
|
+
# 3 math:absoluteValue ?abs .
|
|
188
|
+
# ?abs math:equalTo 3 .
|
|
189
|
+
# } => {
|
|
190
|
+
# :test-absoluteValue-2 a :MathBuiltinTest .
|
|
191
|
+
# :test-absoluteValue-2 :builtin math:absoluteValue .
|
|
192
|
+
# :test-absoluteValue-2 :input 3 .
|
|
193
|
+
# :test-absoluteValue-2 :expected 3 .
|
|
194
|
+
# :test-absoluteValue-2 :actual ?abs .
|
|
195
|
+
# :test-absoluteValue-2 :status :pass .
|
|
196
|
+
# } .
|
|
197
|
+
# with substitution (on rule variables):
|
|
198
|
+
# ?abs = 3
|
|
199
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
200
|
+
# ----------------------------------------------------------------------
|
|
201
|
+
|
|
202
|
+
:test-absoluteValue-2 :builtin math:absoluteValue .
|
|
203
|
+
|
|
204
|
+
# ----------------------------------------------------------------------
|
|
205
|
+
# Proof for derived triple:
|
|
206
|
+
# :test-absoluteValue-2 :input 3 .
|
|
207
|
+
# It holds because the following instance of the rule body is provable:
|
|
208
|
+
# 3 math:absoluteValue 3 .
|
|
209
|
+
# 3 math:equalTo 3 .
|
|
210
|
+
# via the schematic forward rule:
|
|
211
|
+
# {
|
|
212
|
+
# 3 math:absoluteValue ?abs .
|
|
213
|
+
# ?abs math:equalTo 3 .
|
|
214
|
+
# } => {
|
|
215
|
+
# :test-absoluteValue-2 a :MathBuiltinTest .
|
|
216
|
+
# :test-absoluteValue-2 :builtin math:absoluteValue .
|
|
217
|
+
# :test-absoluteValue-2 :input 3 .
|
|
218
|
+
# :test-absoluteValue-2 :expected 3 .
|
|
219
|
+
# :test-absoluteValue-2 :actual ?abs .
|
|
220
|
+
# :test-absoluteValue-2 :status :pass .
|
|
221
|
+
# } .
|
|
222
|
+
# with substitution (on rule variables):
|
|
223
|
+
# ?abs = 3
|
|
224
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
225
|
+
# ----------------------------------------------------------------------
|
|
226
|
+
|
|
227
|
+
:test-absoluteValue-2 :input 3 .
|
|
228
|
+
|
|
229
|
+
# ----------------------------------------------------------------------
|
|
230
|
+
# Proof for derived triple:
|
|
231
|
+
# :test-absoluteValue-2 :expected 3 .
|
|
232
|
+
# It holds because the following instance of the rule body is provable:
|
|
233
|
+
# 3 math:absoluteValue 3 .
|
|
234
|
+
# 3 math:equalTo 3 .
|
|
235
|
+
# via the schematic forward rule:
|
|
236
|
+
# {
|
|
237
|
+
# 3 math:absoluteValue ?abs .
|
|
238
|
+
# ?abs math:equalTo 3 .
|
|
239
|
+
# } => {
|
|
240
|
+
# :test-absoluteValue-2 a :MathBuiltinTest .
|
|
241
|
+
# :test-absoluteValue-2 :builtin math:absoluteValue .
|
|
242
|
+
# :test-absoluteValue-2 :input 3 .
|
|
243
|
+
# :test-absoluteValue-2 :expected 3 .
|
|
244
|
+
# :test-absoluteValue-2 :actual ?abs .
|
|
245
|
+
# :test-absoluteValue-2 :status :pass .
|
|
246
|
+
# } .
|
|
247
|
+
# with substitution (on rule variables):
|
|
248
|
+
# ?abs = 3
|
|
249
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
250
|
+
# ----------------------------------------------------------------------
|
|
251
|
+
|
|
252
|
+
:test-absoluteValue-2 :expected 3 .
|
|
253
|
+
|
|
254
|
+
# ----------------------------------------------------------------------
|
|
255
|
+
# Proof for derived triple:
|
|
256
|
+
# :test-absoluteValue-2 :actual 3 .
|
|
257
|
+
# It holds because the following instance of the rule body is provable:
|
|
258
|
+
# 3 math:absoluteValue 3 .
|
|
259
|
+
# 3 math:equalTo 3 .
|
|
260
|
+
# via the schematic forward rule:
|
|
261
|
+
# {
|
|
262
|
+
# 3 math:absoluteValue ?abs .
|
|
263
|
+
# ?abs math:equalTo 3 .
|
|
264
|
+
# } => {
|
|
265
|
+
# :test-absoluteValue-2 a :MathBuiltinTest .
|
|
266
|
+
# :test-absoluteValue-2 :builtin math:absoluteValue .
|
|
267
|
+
# :test-absoluteValue-2 :input 3 .
|
|
268
|
+
# :test-absoluteValue-2 :expected 3 .
|
|
269
|
+
# :test-absoluteValue-2 :actual ?abs .
|
|
270
|
+
# :test-absoluteValue-2 :status :pass .
|
|
271
|
+
# } .
|
|
272
|
+
# with substitution (on rule variables):
|
|
273
|
+
# ?abs = 3
|
|
274
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
275
|
+
# ----------------------------------------------------------------------
|
|
276
|
+
|
|
277
|
+
:test-absoluteValue-2 :actual 3 .
|
|
278
|
+
|
|
279
|
+
# ----------------------------------------------------------------------
|
|
280
|
+
# Proof for derived triple:
|
|
281
|
+
# :test-absoluteValue-2 :status :pass .
|
|
282
|
+
# It holds because the following instance of the rule body is provable:
|
|
283
|
+
# 3 math:absoluteValue 3 .
|
|
284
|
+
# 3 math:equalTo 3 .
|
|
285
|
+
# via the schematic forward rule:
|
|
286
|
+
# {
|
|
287
|
+
# 3 math:absoluteValue ?abs .
|
|
288
|
+
# ?abs math:equalTo 3 .
|
|
289
|
+
# } => {
|
|
290
|
+
# :test-absoluteValue-2 a :MathBuiltinTest .
|
|
291
|
+
# :test-absoluteValue-2 :builtin math:absoluteValue .
|
|
292
|
+
# :test-absoluteValue-2 :input 3 .
|
|
293
|
+
# :test-absoluteValue-2 :expected 3 .
|
|
294
|
+
# :test-absoluteValue-2 :actual ?abs .
|
|
295
|
+
# :test-absoluteValue-2 :status :pass .
|
|
296
|
+
# } .
|
|
297
|
+
# with substitution (on rule variables):
|
|
298
|
+
# ?abs = 3
|
|
299
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
300
|
+
# ----------------------------------------------------------------------
|
|
301
|
+
|
|
302
|
+
:test-absoluteValue-2 :status :pass .
|
|
303
|
+
|
|
304
|
+
# ----------------------------------------------------------------------
|
|
305
|
+
# Proof for derived triple:
|
|
306
|
+
# :test-acos-1 a :MathBuiltinTest .
|
|
307
|
+
# It holds because the following instance of the rule body is provable:
|
|
308
|
+
# 1 math:acos 0 .
|
|
309
|
+
# 0 math:equalTo 0 .
|
|
310
|
+
# via the schematic forward rule:
|
|
311
|
+
# {
|
|
312
|
+
# 1 math:acos ?r .
|
|
313
|
+
# ?r math:equalTo 0 .
|
|
314
|
+
# } => {
|
|
315
|
+
# :test-acos-1 a :MathBuiltinTest .
|
|
316
|
+
# :test-acos-1 :builtin math:acos .
|
|
317
|
+
# :test-acos-1 :input 1 .
|
|
318
|
+
# :test-acos-1 :expected 0 .
|
|
319
|
+
# :test-acos-1 :actual ?r .
|
|
320
|
+
# :test-acos-1 :status :pass .
|
|
321
|
+
# } .
|
|
322
|
+
# with substitution (on rule variables):
|
|
323
|
+
# ?r = 0
|
|
324
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
325
|
+
# ----------------------------------------------------------------------
|
|
326
|
+
|
|
327
|
+
:test-acos-1 a :MathBuiltinTest .
|
|
328
|
+
|
|
329
|
+
# ----------------------------------------------------------------------
|
|
330
|
+
# Proof for derived triple:
|
|
331
|
+
# :test-acos-1 :builtin math:acos .
|
|
332
|
+
# It holds because the following instance of the rule body is provable:
|
|
333
|
+
# 1 math:acos 0 .
|
|
334
|
+
# 0 math:equalTo 0 .
|
|
335
|
+
# via the schematic forward rule:
|
|
336
|
+
# {
|
|
337
|
+
# 1 math:acos ?r .
|
|
338
|
+
# ?r math:equalTo 0 .
|
|
339
|
+
# } => {
|
|
340
|
+
# :test-acos-1 a :MathBuiltinTest .
|
|
341
|
+
# :test-acos-1 :builtin math:acos .
|
|
342
|
+
# :test-acos-1 :input 1 .
|
|
343
|
+
# :test-acos-1 :expected 0 .
|
|
344
|
+
# :test-acos-1 :actual ?r .
|
|
345
|
+
# :test-acos-1 :status :pass .
|
|
346
|
+
# } .
|
|
347
|
+
# with substitution (on rule variables):
|
|
348
|
+
# ?r = 0
|
|
349
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
350
|
+
# ----------------------------------------------------------------------
|
|
351
|
+
|
|
352
|
+
:test-acos-1 :builtin math:acos .
|
|
353
|
+
|
|
354
|
+
# ----------------------------------------------------------------------
|
|
355
|
+
# Proof for derived triple:
|
|
356
|
+
# :test-acos-1 :input 1 .
|
|
357
|
+
# It holds because the following instance of the rule body is provable:
|
|
358
|
+
# 1 math:acos 0 .
|
|
359
|
+
# 0 math:equalTo 0 .
|
|
360
|
+
# via the schematic forward rule:
|
|
361
|
+
# {
|
|
362
|
+
# 1 math:acos ?r .
|
|
363
|
+
# ?r math:equalTo 0 .
|
|
364
|
+
# } => {
|
|
365
|
+
# :test-acos-1 a :MathBuiltinTest .
|
|
366
|
+
# :test-acos-1 :builtin math:acos .
|
|
367
|
+
# :test-acos-1 :input 1 .
|
|
368
|
+
# :test-acos-1 :expected 0 .
|
|
369
|
+
# :test-acos-1 :actual ?r .
|
|
370
|
+
# :test-acos-1 :status :pass .
|
|
371
|
+
# } .
|
|
372
|
+
# with substitution (on rule variables):
|
|
373
|
+
# ?r = 0
|
|
374
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
375
|
+
# ----------------------------------------------------------------------
|
|
376
|
+
|
|
377
|
+
:test-acos-1 :input 1 .
|
|
378
|
+
|
|
379
|
+
# ----------------------------------------------------------------------
|
|
380
|
+
# Proof for derived triple:
|
|
381
|
+
# :test-acos-1 :expected 0 .
|
|
382
|
+
# It holds because the following instance of the rule body is provable:
|
|
383
|
+
# 1 math:acos 0 .
|
|
384
|
+
# 0 math:equalTo 0 .
|
|
385
|
+
# via the schematic forward rule:
|
|
386
|
+
# {
|
|
387
|
+
# 1 math:acos ?r .
|
|
388
|
+
# ?r math:equalTo 0 .
|
|
389
|
+
# } => {
|
|
390
|
+
# :test-acos-1 a :MathBuiltinTest .
|
|
391
|
+
# :test-acos-1 :builtin math:acos .
|
|
392
|
+
# :test-acos-1 :input 1 .
|
|
393
|
+
# :test-acos-1 :expected 0 .
|
|
394
|
+
# :test-acos-1 :actual ?r .
|
|
395
|
+
# :test-acos-1 :status :pass .
|
|
396
|
+
# } .
|
|
397
|
+
# with substitution (on rule variables):
|
|
398
|
+
# ?r = 0
|
|
399
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
400
|
+
# ----------------------------------------------------------------------
|
|
401
|
+
|
|
402
|
+
:test-acos-1 :expected 0 .
|
|
403
|
+
|
|
404
|
+
# ----------------------------------------------------------------------
|
|
405
|
+
# Proof for derived triple:
|
|
406
|
+
# :test-acos-1 :actual 0 .
|
|
407
|
+
# It holds because the following instance of the rule body is provable:
|
|
408
|
+
# 1 math:acos 0 .
|
|
409
|
+
# 0 math:equalTo 0 .
|
|
410
|
+
# via the schematic forward rule:
|
|
411
|
+
# {
|
|
412
|
+
# 1 math:acos ?r .
|
|
413
|
+
# ?r math:equalTo 0 .
|
|
414
|
+
# } => {
|
|
415
|
+
# :test-acos-1 a :MathBuiltinTest .
|
|
416
|
+
# :test-acos-1 :builtin math:acos .
|
|
417
|
+
# :test-acos-1 :input 1 .
|
|
418
|
+
# :test-acos-1 :expected 0 .
|
|
419
|
+
# :test-acos-1 :actual ?r .
|
|
420
|
+
# :test-acos-1 :status :pass .
|
|
421
|
+
# } .
|
|
422
|
+
# with substitution (on rule variables):
|
|
423
|
+
# ?r = 0
|
|
424
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
425
|
+
# ----------------------------------------------------------------------
|
|
426
|
+
|
|
427
|
+
:test-acos-1 :actual 0 .
|
|
428
|
+
|
|
429
|
+
# ----------------------------------------------------------------------
|
|
430
|
+
# Proof for derived triple:
|
|
431
|
+
# :test-acos-1 :status :pass .
|
|
432
|
+
# It holds because the following instance of the rule body is provable:
|
|
433
|
+
# 1 math:acos 0 .
|
|
434
|
+
# 0 math:equalTo 0 .
|
|
435
|
+
# via the schematic forward rule:
|
|
436
|
+
# {
|
|
437
|
+
# 1 math:acos ?r .
|
|
438
|
+
# ?r math:equalTo 0 .
|
|
439
|
+
# } => {
|
|
440
|
+
# :test-acos-1 a :MathBuiltinTest .
|
|
441
|
+
# :test-acos-1 :builtin math:acos .
|
|
442
|
+
# :test-acos-1 :input 1 .
|
|
443
|
+
# :test-acos-1 :expected 0 .
|
|
444
|
+
# :test-acos-1 :actual ?r .
|
|
445
|
+
# :test-acos-1 :status :pass .
|
|
446
|
+
# } .
|
|
447
|
+
# with substitution (on rule variables):
|
|
448
|
+
# ?r = 0
|
|
449
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
450
|
+
# ----------------------------------------------------------------------
|
|
451
|
+
|
|
452
|
+
:test-acos-1 :status :pass .
|
|
453
|
+
|
|
454
|
+
# ----------------------------------------------------------------------
|
|
455
|
+
# Proof for derived triple:
|
|
456
|
+
# :test-asin-1 a :MathBuiltinTest .
|
|
457
|
+
# It holds because the following instance of the rule body is provable:
|
|
458
|
+
# 0 math:asin 0 .
|
|
459
|
+
# 0 math:equalTo 0 .
|
|
460
|
+
# via the schematic forward rule:
|
|
461
|
+
# {
|
|
462
|
+
# 0 math:asin ?r .
|
|
463
|
+
# ?r math:equalTo 0 .
|
|
464
|
+
# } => {
|
|
465
|
+
# :test-asin-1 a :MathBuiltinTest .
|
|
466
|
+
# :test-asin-1 :builtin math:asin .
|
|
467
|
+
# :test-asin-1 :input 0 .
|
|
468
|
+
# :test-asin-1 :expected 0 .
|
|
469
|
+
# :test-asin-1 :actual ?r .
|
|
470
|
+
# :test-asin-1 :status :pass .
|
|
471
|
+
# } .
|
|
472
|
+
# with substitution (on rule variables):
|
|
473
|
+
# ?r = 0
|
|
474
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
475
|
+
# ----------------------------------------------------------------------
|
|
476
|
+
|
|
477
|
+
:test-asin-1 a :MathBuiltinTest .
|
|
478
|
+
|
|
479
|
+
# ----------------------------------------------------------------------
|
|
480
|
+
# Proof for derived triple:
|
|
481
|
+
# :test-asin-1 :builtin math:asin .
|
|
482
|
+
# It holds because the following instance of the rule body is provable:
|
|
483
|
+
# 0 math:asin 0 .
|
|
484
|
+
# 0 math:equalTo 0 .
|
|
485
|
+
# via the schematic forward rule:
|
|
486
|
+
# {
|
|
487
|
+
# 0 math:asin ?r .
|
|
488
|
+
# ?r math:equalTo 0 .
|
|
489
|
+
# } => {
|
|
490
|
+
# :test-asin-1 a :MathBuiltinTest .
|
|
491
|
+
# :test-asin-1 :builtin math:asin .
|
|
492
|
+
# :test-asin-1 :input 0 .
|
|
493
|
+
# :test-asin-1 :expected 0 .
|
|
494
|
+
# :test-asin-1 :actual ?r .
|
|
495
|
+
# :test-asin-1 :status :pass .
|
|
496
|
+
# } .
|
|
497
|
+
# with substitution (on rule variables):
|
|
498
|
+
# ?r = 0
|
|
499
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
500
|
+
# ----------------------------------------------------------------------
|
|
501
|
+
|
|
502
|
+
:test-asin-1 :builtin math:asin .
|
|
503
|
+
|
|
504
|
+
# ----------------------------------------------------------------------
|
|
505
|
+
# Proof for derived triple:
|
|
506
|
+
# :test-asin-1 :input 0 .
|
|
507
|
+
# It holds because the following instance of the rule body is provable:
|
|
508
|
+
# 0 math:asin 0 .
|
|
509
|
+
# 0 math:equalTo 0 .
|
|
510
|
+
# via the schematic forward rule:
|
|
511
|
+
# {
|
|
512
|
+
# 0 math:asin ?r .
|
|
513
|
+
# ?r math:equalTo 0 .
|
|
514
|
+
# } => {
|
|
515
|
+
# :test-asin-1 a :MathBuiltinTest .
|
|
516
|
+
# :test-asin-1 :builtin math:asin .
|
|
517
|
+
# :test-asin-1 :input 0 .
|
|
518
|
+
# :test-asin-1 :expected 0 .
|
|
519
|
+
# :test-asin-1 :actual ?r .
|
|
520
|
+
# :test-asin-1 :status :pass .
|
|
521
|
+
# } .
|
|
522
|
+
# with substitution (on rule variables):
|
|
523
|
+
# ?r = 0
|
|
524
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
525
|
+
# ----------------------------------------------------------------------
|
|
526
|
+
|
|
527
|
+
:test-asin-1 :input 0 .
|
|
528
|
+
|
|
529
|
+
# ----------------------------------------------------------------------
|
|
530
|
+
# Proof for derived triple:
|
|
531
|
+
# :test-asin-1 :expected 0 .
|
|
532
|
+
# It holds because the following instance of the rule body is provable:
|
|
533
|
+
# 0 math:asin 0 .
|
|
534
|
+
# 0 math:equalTo 0 .
|
|
535
|
+
# via the schematic forward rule:
|
|
536
|
+
# {
|
|
537
|
+
# 0 math:asin ?r .
|
|
538
|
+
# ?r math:equalTo 0 .
|
|
539
|
+
# } => {
|
|
540
|
+
# :test-asin-1 a :MathBuiltinTest .
|
|
541
|
+
# :test-asin-1 :builtin math:asin .
|
|
542
|
+
# :test-asin-1 :input 0 .
|
|
543
|
+
# :test-asin-1 :expected 0 .
|
|
544
|
+
# :test-asin-1 :actual ?r .
|
|
545
|
+
# :test-asin-1 :status :pass .
|
|
546
|
+
# } .
|
|
547
|
+
# with substitution (on rule variables):
|
|
548
|
+
# ?r = 0
|
|
549
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
550
|
+
# ----------------------------------------------------------------------
|
|
551
|
+
|
|
552
|
+
:test-asin-1 :expected 0 .
|
|
553
|
+
|
|
554
|
+
# ----------------------------------------------------------------------
|
|
555
|
+
# Proof for derived triple:
|
|
556
|
+
# :test-asin-1 :actual 0 .
|
|
557
|
+
# It holds because the following instance of the rule body is provable:
|
|
558
|
+
# 0 math:asin 0 .
|
|
559
|
+
# 0 math:equalTo 0 .
|
|
560
|
+
# via the schematic forward rule:
|
|
561
|
+
# {
|
|
562
|
+
# 0 math:asin ?r .
|
|
563
|
+
# ?r math:equalTo 0 .
|
|
564
|
+
# } => {
|
|
565
|
+
# :test-asin-1 a :MathBuiltinTest .
|
|
566
|
+
# :test-asin-1 :builtin math:asin .
|
|
567
|
+
# :test-asin-1 :input 0 .
|
|
568
|
+
# :test-asin-1 :expected 0 .
|
|
569
|
+
# :test-asin-1 :actual ?r .
|
|
570
|
+
# :test-asin-1 :status :pass .
|
|
571
|
+
# } .
|
|
572
|
+
# with substitution (on rule variables):
|
|
573
|
+
# ?r = 0
|
|
574
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
575
|
+
# ----------------------------------------------------------------------
|
|
576
|
+
|
|
577
|
+
:test-asin-1 :actual 0 .
|
|
578
|
+
|
|
579
|
+
# ----------------------------------------------------------------------
|
|
580
|
+
# Proof for derived triple:
|
|
581
|
+
# :test-asin-1 :status :pass .
|
|
582
|
+
# It holds because the following instance of the rule body is provable:
|
|
583
|
+
# 0 math:asin 0 .
|
|
584
|
+
# 0 math:equalTo 0 .
|
|
585
|
+
# via the schematic forward rule:
|
|
586
|
+
# {
|
|
587
|
+
# 0 math:asin ?r .
|
|
588
|
+
# ?r math:equalTo 0 .
|
|
589
|
+
# } => {
|
|
590
|
+
# :test-asin-1 a :MathBuiltinTest .
|
|
591
|
+
# :test-asin-1 :builtin math:asin .
|
|
592
|
+
# :test-asin-1 :input 0 .
|
|
593
|
+
# :test-asin-1 :expected 0 .
|
|
594
|
+
# :test-asin-1 :actual ?r .
|
|
595
|
+
# :test-asin-1 :status :pass .
|
|
596
|
+
# } .
|
|
597
|
+
# with substitution (on rule variables):
|
|
598
|
+
# ?r = 0
|
|
599
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
600
|
+
# ----------------------------------------------------------------------
|
|
601
|
+
|
|
602
|
+
:test-asin-1 :status :pass .
|
|
603
|
+
|
|
604
|
+
# ----------------------------------------------------------------------
|
|
605
|
+
# Proof for derived triple:
|
|
606
|
+
# :test-atan-1 a :MathBuiltinTest .
|
|
607
|
+
# It holds because the following instance of the rule body is provable:
|
|
608
|
+
# 1 math:atan 0.7853981633974483 .
|
|
609
|
+
# 0.7853981633974483 math:equalTo 0.7853981633974483 .
|
|
610
|
+
# via the schematic forward rule:
|
|
611
|
+
# {
|
|
612
|
+
# 1 math:atan ?r .
|
|
613
|
+
# ?r math:equalTo 0.7853981633974483 .
|
|
614
|
+
# } => {
|
|
615
|
+
# :test-atan-1 a :MathBuiltinTest .
|
|
616
|
+
# :test-atan-1 :builtin math:atan .
|
|
617
|
+
# :test-atan-1 :input 1 .
|
|
618
|
+
# :test-atan-1 :expected 0.7853981633974483 .
|
|
619
|
+
# :test-atan-1 :actual ?r .
|
|
620
|
+
# :test-atan-1 :status :pass .
|
|
621
|
+
# } .
|
|
622
|
+
# with substitution (on rule variables):
|
|
623
|
+
# ?r = 0.7853981633974483
|
|
624
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
625
|
+
# ----------------------------------------------------------------------
|
|
626
|
+
|
|
627
|
+
:test-atan-1 a :MathBuiltinTest .
|
|
628
|
+
|
|
629
|
+
# ----------------------------------------------------------------------
|
|
630
|
+
# Proof for derived triple:
|
|
631
|
+
# :test-atan-1 :builtin math:atan .
|
|
632
|
+
# It holds because the following instance of the rule body is provable:
|
|
633
|
+
# 1 math:atan 0.7853981633974483 .
|
|
634
|
+
# 0.7853981633974483 math:equalTo 0.7853981633974483 .
|
|
635
|
+
# via the schematic forward rule:
|
|
636
|
+
# {
|
|
637
|
+
# 1 math:atan ?r .
|
|
638
|
+
# ?r math:equalTo 0.7853981633974483 .
|
|
639
|
+
# } => {
|
|
640
|
+
# :test-atan-1 a :MathBuiltinTest .
|
|
641
|
+
# :test-atan-1 :builtin math:atan .
|
|
642
|
+
# :test-atan-1 :input 1 .
|
|
643
|
+
# :test-atan-1 :expected 0.7853981633974483 .
|
|
644
|
+
# :test-atan-1 :actual ?r .
|
|
645
|
+
# :test-atan-1 :status :pass .
|
|
646
|
+
# } .
|
|
647
|
+
# with substitution (on rule variables):
|
|
648
|
+
# ?r = 0.7853981633974483
|
|
649
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
650
|
+
# ----------------------------------------------------------------------
|
|
651
|
+
|
|
652
|
+
:test-atan-1 :builtin math:atan .
|
|
653
|
+
|
|
654
|
+
# ----------------------------------------------------------------------
|
|
655
|
+
# Proof for derived triple:
|
|
656
|
+
# :test-atan-1 :input 1 .
|
|
657
|
+
# It holds because the following instance of the rule body is provable:
|
|
658
|
+
# 1 math:atan 0.7853981633974483 .
|
|
659
|
+
# 0.7853981633974483 math:equalTo 0.7853981633974483 .
|
|
660
|
+
# via the schematic forward rule:
|
|
661
|
+
# {
|
|
662
|
+
# 1 math:atan ?r .
|
|
663
|
+
# ?r math:equalTo 0.7853981633974483 .
|
|
664
|
+
# } => {
|
|
665
|
+
# :test-atan-1 a :MathBuiltinTest .
|
|
666
|
+
# :test-atan-1 :builtin math:atan .
|
|
667
|
+
# :test-atan-1 :input 1 .
|
|
668
|
+
# :test-atan-1 :expected 0.7853981633974483 .
|
|
669
|
+
# :test-atan-1 :actual ?r .
|
|
670
|
+
# :test-atan-1 :status :pass .
|
|
671
|
+
# } .
|
|
672
|
+
# with substitution (on rule variables):
|
|
673
|
+
# ?r = 0.7853981633974483
|
|
674
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
675
|
+
# ----------------------------------------------------------------------
|
|
676
|
+
|
|
677
|
+
:test-atan-1 :input 1 .
|
|
678
|
+
|
|
679
|
+
# ----------------------------------------------------------------------
|
|
680
|
+
# Proof for derived triple:
|
|
681
|
+
# :test-atan-1 :expected 0.7853981633974483 .
|
|
682
|
+
# It holds because the following instance of the rule body is provable:
|
|
683
|
+
# 1 math:atan 0.7853981633974483 .
|
|
684
|
+
# 0.7853981633974483 math:equalTo 0.7853981633974483 .
|
|
685
|
+
# via the schematic forward rule:
|
|
686
|
+
# {
|
|
687
|
+
# 1 math:atan ?r .
|
|
688
|
+
# ?r math:equalTo 0.7853981633974483 .
|
|
689
|
+
# } => {
|
|
690
|
+
# :test-atan-1 a :MathBuiltinTest .
|
|
691
|
+
# :test-atan-1 :builtin math:atan .
|
|
692
|
+
# :test-atan-1 :input 1 .
|
|
693
|
+
# :test-atan-1 :expected 0.7853981633974483 .
|
|
694
|
+
# :test-atan-1 :actual ?r .
|
|
695
|
+
# :test-atan-1 :status :pass .
|
|
696
|
+
# } .
|
|
697
|
+
# with substitution (on rule variables):
|
|
698
|
+
# ?r = 0.7853981633974483
|
|
699
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
700
|
+
# ----------------------------------------------------------------------
|
|
701
|
+
|
|
702
|
+
:test-atan-1 :expected 0.7853981633974483 .
|
|
703
|
+
|
|
704
|
+
# ----------------------------------------------------------------------
|
|
705
|
+
# Proof for derived triple:
|
|
706
|
+
# :test-atan-1 :actual 0.7853981633974483 .
|
|
707
|
+
# It holds because the following instance of the rule body is provable:
|
|
708
|
+
# 1 math:atan 0.7853981633974483 .
|
|
709
|
+
# 0.7853981633974483 math:equalTo 0.7853981633974483 .
|
|
710
|
+
# via the schematic forward rule:
|
|
711
|
+
# {
|
|
712
|
+
# 1 math:atan ?r .
|
|
713
|
+
# ?r math:equalTo 0.7853981633974483 .
|
|
714
|
+
# } => {
|
|
715
|
+
# :test-atan-1 a :MathBuiltinTest .
|
|
716
|
+
# :test-atan-1 :builtin math:atan .
|
|
717
|
+
# :test-atan-1 :input 1 .
|
|
718
|
+
# :test-atan-1 :expected 0.7853981633974483 .
|
|
719
|
+
# :test-atan-1 :actual ?r .
|
|
720
|
+
# :test-atan-1 :status :pass .
|
|
721
|
+
# } .
|
|
722
|
+
# with substitution (on rule variables):
|
|
723
|
+
# ?r = 0.7853981633974483
|
|
724
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
725
|
+
# ----------------------------------------------------------------------
|
|
726
|
+
|
|
727
|
+
:test-atan-1 :actual 0.7853981633974483 .
|
|
728
|
+
|
|
729
|
+
# ----------------------------------------------------------------------
|
|
730
|
+
# Proof for derived triple:
|
|
731
|
+
# :test-atan-1 :status :pass .
|
|
732
|
+
# It holds because the following instance of the rule body is provable:
|
|
733
|
+
# 1 math:atan 0.7853981633974483 .
|
|
734
|
+
# 0.7853981633974483 math:equalTo 0.7853981633974483 .
|
|
735
|
+
# via the schematic forward rule:
|
|
736
|
+
# {
|
|
737
|
+
# 1 math:atan ?r .
|
|
738
|
+
# ?r math:equalTo 0.7853981633974483 .
|
|
739
|
+
# } => {
|
|
740
|
+
# :test-atan-1 a :MathBuiltinTest .
|
|
741
|
+
# :test-atan-1 :builtin math:atan .
|
|
742
|
+
# :test-atan-1 :input 1 .
|
|
743
|
+
# :test-atan-1 :expected 0.7853981633974483 .
|
|
744
|
+
# :test-atan-1 :actual ?r .
|
|
745
|
+
# :test-atan-1 :status :pass .
|
|
746
|
+
# } .
|
|
747
|
+
# with substitution (on rule variables):
|
|
748
|
+
# ?r = 0.7853981633974483
|
|
749
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
750
|
+
# ----------------------------------------------------------------------
|
|
751
|
+
|
|
752
|
+
:test-atan-1 :status :pass .
|
|
753
|
+
|
|
754
|
+
# ----------------------------------------------------------------------
|
|
755
|
+
# Proof for derived triple:
|
|
756
|
+
# :test-cos-1 a :MathBuiltinTest .
|
|
757
|
+
# It holds because the following instance of the rule body is provable:
|
|
758
|
+
# 0 math:cos 1 .
|
|
759
|
+
# 1 math:equalTo 1 .
|
|
760
|
+
# via the schematic forward rule:
|
|
761
|
+
# {
|
|
762
|
+
# 0 math:cos ?r .
|
|
763
|
+
# ?r math:equalTo 1 .
|
|
764
|
+
# } => {
|
|
765
|
+
# :test-cos-1 a :MathBuiltinTest .
|
|
766
|
+
# :test-cos-1 :builtin math:cos .
|
|
767
|
+
# :test-cos-1 :input 0 .
|
|
768
|
+
# :test-cos-1 :expected 1 .
|
|
769
|
+
# :test-cos-1 :actual ?r .
|
|
770
|
+
# :test-cos-1 :status :pass .
|
|
771
|
+
# } .
|
|
772
|
+
# with substitution (on rule variables):
|
|
773
|
+
# ?r = 1
|
|
774
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
775
|
+
# ----------------------------------------------------------------------
|
|
776
|
+
|
|
777
|
+
:test-cos-1 a :MathBuiltinTest .
|
|
778
|
+
|
|
779
|
+
# ----------------------------------------------------------------------
|
|
780
|
+
# Proof for derived triple:
|
|
781
|
+
# :test-cos-1 :builtin math:cos .
|
|
782
|
+
# It holds because the following instance of the rule body is provable:
|
|
783
|
+
# 0 math:cos 1 .
|
|
784
|
+
# 1 math:equalTo 1 .
|
|
785
|
+
# via the schematic forward rule:
|
|
786
|
+
# {
|
|
787
|
+
# 0 math:cos ?r .
|
|
788
|
+
# ?r math:equalTo 1 .
|
|
789
|
+
# } => {
|
|
790
|
+
# :test-cos-1 a :MathBuiltinTest .
|
|
791
|
+
# :test-cos-1 :builtin math:cos .
|
|
792
|
+
# :test-cos-1 :input 0 .
|
|
793
|
+
# :test-cos-1 :expected 1 .
|
|
794
|
+
# :test-cos-1 :actual ?r .
|
|
795
|
+
# :test-cos-1 :status :pass .
|
|
796
|
+
# } .
|
|
797
|
+
# with substitution (on rule variables):
|
|
798
|
+
# ?r = 1
|
|
799
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
800
|
+
# ----------------------------------------------------------------------
|
|
801
|
+
|
|
802
|
+
:test-cos-1 :builtin math:cos .
|
|
803
|
+
|
|
804
|
+
# ----------------------------------------------------------------------
|
|
805
|
+
# Proof for derived triple:
|
|
806
|
+
# :test-cos-1 :input 0 .
|
|
807
|
+
# It holds because the following instance of the rule body is provable:
|
|
808
|
+
# 0 math:cos 1 .
|
|
809
|
+
# 1 math:equalTo 1 .
|
|
810
|
+
# via the schematic forward rule:
|
|
811
|
+
# {
|
|
812
|
+
# 0 math:cos ?r .
|
|
813
|
+
# ?r math:equalTo 1 .
|
|
814
|
+
# } => {
|
|
815
|
+
# :test-cos-1 a :MathBuiltinTest .
|
|
816
|
+
# :test-cos-1 :builtin math:cos .
|
|
817
|
+
# :test-cos-1 :input 0 .
|
|
818
|
+
# :test-cos-1 :expected 1 .
|
|
819
|
+
# :test-cos-1 :actual ?r .
|
|
820
|
+
# :test-cos-1 :status :pass .
|
|
821
|
+
# } .
|
|
822
|
+
# with substitution (on rule variables):
|
|
823
|
+
# ?r = 1
|
|
824
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
825
|
+
# ----------------------------------------------------------------------
|
|
826
|
+
|
|
827
|
+
:test-cos-1 :input 0 .
|
|
828
|
+
|
|
829
|
+
# ----------------------------------------------------------------------
|
|
830
|
+
# Proof for derived triple:
|
|
831
|
+
# :test-cos-1 :expected 1 .
|
|
832
|
+
# It holds because the following instance of the rule body is provable:
|
|
833
|
+
# 0 math:cos 1 .
|
|
834
|
+
# 1 math:equalTo 1 .
|
|
835
|
+
# via the schematic forward rule:
|
|
836
|
+
# {
|
|
837
|
+
# 0 math:cos ?r .
|
|
838
|
+
# ?r math:equalTo 1 .
|
|
839
|
+
# } => {
|
|
840
|
+
# :test-cos-1 a :MathBuiltinTest .
|
|
841
|
+
# :test-cos-1 :builtin math:cos .
|
|
842
|
+
# :test-cos-1 :input 0 .
|
|
843
|
+
# :test-cos-1 :expected 1 .
|
|
844
|
+
# :test-cos-1 :actual ?r .
|
|
845
|
+
# :test-cos-1 :status :pass .
|
|
846
|
+
# } .
|
|
847
|
+
# with substitution (on rule variables):
|
|
848
|
+
# ?r = 1
|
|
849
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
850
|
+
# ----------------------------------------------------------------------
|
|
851
|
+
|
|
852
|
+
:test-cos-1 :expected 1 .
|
|
853
|
+
|
|
854
|
+
# ----------------------------------------------------------------------
|
|
855
|
+
# Proof for derived triple:
|
|
856
|
+
# :test-cos-1 :actual 1 .
|
|
857
|
+
# It holds because the following instance of the rule body is provable:
|
|
858
|
+
# 0 math:cos 1 .
|
|
859
|
+
# 1 math:equalTo 1 .
|
|
860
|
+
# via the schematic forward rule:
|
|
861
|
+
# {
|
|
862
|
+
# 0 math:cos ?r .
|
|
863
|
+
# ?r math:equalTo 1 .
|
|
864
|
+
# } => {
|
|
865
|
+
# :test-cos-1 a :MathBuiltinTest .
|
|
866
|
+
# :test-cos-1 :builtin math:cos .
|
|
867
|
+
# :test-cos-1 :input 0 .
|
|
868
|
+
# :test-cos-1 :expected 1 .
|
|
869
|
+
# :test-cos-1 :actual ?r .
|
|
870
|
+
# :test-cos-1 :status :pass .
|
|
871
|
+
# } .
|
|
872
|
+
# with substitution (on rule variables):
|
|
873
|
+
# ?r = 1
|
|
874
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
875
|
+
# ----------------------------------------------------------------------
|
|
876
|
+
|
|
877
|
+
:test-cos-1 :actual 1 .
|
|
878
|
+
|
|
879
|
+
# ----------------------------------------------------------------------
|
|
880
|
+
# Proof for derived triple:
|
|
881
|
+
# :test-cos-1 :status :pass .
|
|
882
|
+
# It holds because the following instance of the rule body is provable:
|
|
883
|
+
# 0 math:cos 1 .
|
|
884
|
+
# 1 math:equalTo 1 .
|
|
885
|
+
# via the schematic forward rule:
|
|
886
|
+
# {
|
|
887
|
+
# 0 math:cos ?r .
|
|
888
|
+
# ?r math:equalTo 1 .
|
|
889
|
+
# } => {
|
|
890
|
+
# :test-cos-1 a :MathBuiltinTest .
|
|
891
|
+
# :test-cos-1 :builtin math:cos .
|
|
892
|
+
# :test-cos-1 :input 0 .
|
|
893
|
+
# :test-cos-1 :expected 1 .
|
|
894
|
+
# :test-cos-1 :actual ?r .
|
|
895
|
+
# :test-cos-1 :status :pass .
|
|
896
|
+
# } .
|
|
897
|
+
# with substitution (on rule variables):
|
|
898
|
+
# ?r = 1
|
|
899
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
900
|
+
# ----------------------------------------------------------------------
|
|
901
|
+
|
|
902
|
+
:test-cos-1 :status :pass .
|
|
903
|
+
|
|
904
|
+
# ----------------------------------------------------------------------
|
|
905
|
+
# Proof for derived triple:
|
|
906
|
+
# :test-cosh-1 a :MathBuiltinTest .
|
|
907
|
+
# It holds because the following instance of the rule body is provable:
|
|
908
|
+
# 0 math:cosh 1 .
|
|
909
|
+
# 1 math:equalTo 1 .
|
|
910
|
+
# via the schematic forward rule:
|
|
911
|
+
# {
|
|
912
|
+
# 0 math:cosh ?r .
|
|
913
|
+
# ?r math:equalTo 1 .
|
|
914
|
+
# } => {
|
|
915
|
+
# :test-cosh-1 a :MathBuiltinTest .
|
|
916
|
+
# :test-cosh-1 :builtin math:cosh .
|
|
917
|
+
# :test-cosh-1 :input 0 .
|
|
918
|
+
# :test-cosh-1 :expected 1 .
|
|
919
|
+
# :test-cosh-1 :actual ?r .
|
|
920
|
+
# :test-cosh-1 :status :pass .
|
|
921
|
+
# } .
|
|
922
|
+
# with substitution (on rule variables):
|
|
923
|
+
# ?r = 1
|
|
924
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
925
|
+
# ----------------------------------------------------------------------
|
|
926
|
+
|
|
927
|
+
:test-cosh-1 a :MathBuiltinTest .
|
|
928
|
+
|
|
929
|
+
# ----------------------------------------------------------------------
|
|
930
|
+
# Proof for derived triple:
|
|
931
|
+
# :test-cosh-1 :builtin math:cosh .
|
|
932
|
+
# It holds because the following instance of the rule body is provable:
|
|
933
|
+
# 0 math:cosh 1 .
|
|
934
|
+
# 1 math:equalTo 1 .
|
|
935
|
+
# via the schematic forward rule:
|
|
936
|
+
# {
|
|
937
|
+
# 0 math:cosh ?r .
|
|
938
|
+
# ?r math:equalTo 1 .
|
|
939
|
+
# } => {
|
|
940
|
+
# :test-cosh-1 a :MathBuiltinTest .
|
|
941
|
+
# :test-cosh-1 :builtin math:cosh .
|
|
942
|
+
# :test-cosh-1 :input 0 .
|
|
943
|
+
# :test-cosh-1 :expected 1 .
|
|
944
|
+
# :test-cosh-1 :actual ?r .
|
|
945
|
+
# :test-cosh-1 :status :pass .
|
|
946
|
+
# } .
|
|
947
|
+
# with substitution (on rule variables):
|
|
948
|
+
# ?r = 1
|
|
949
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
950
|
+
# ----------------------------------------------------------------------
|
|
951
|
+
|
|
952
|
+
:test-cosh-1 :builtin math:cosh .
|
|
953
|
+
|
|
954
|
+
# ----------------------------------------------------------------------
|
|
955
|
+
# Proof for derived triple:
|
|
956
|
+
# :test-cosh-1 :input 0 .
|
|
957
|
+
# It holds because the following instance of the rule body is provable:
|
|
958
|
+
# 0 math:cosh 1 .
|
|
959
|
+
# 1 math:equalTo 1 .
|
|
960
|
+
# via the schematic forward rule:
|
|
961
|
+
# {
|
|
962
|
+
# 0 math:cosh ?r .
|
|
963
|
+
# ?r math:equalTo 1 .
|
|
964
|
+
# } => {
|
|
965
|
+
# :test-cosh-1 a :MathBuiltinTest .
|
|
966
|
+
# :test-cosh-1 :builtin math:cosh .
|
|
967
|
+
# :test-cosh-1 :input 0 .
|
|
968
|
+
# :test-cosh-1 :expected 1 .
|
|
969
|
+
# :test-cosh-1 :actual ?r .
|
|
970
|
+
# :test-cosh-1 :status :pass .
|
|
971
|
+
# } .
|
|
972
|
+
# with substitution (on rule variables):
|
|
973
|
+
# ?r = 1
|
|
974
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
975
|
+
# ----------------------------------------------------------------------
|
|
976
|
+
|
|
977
|
+
:test-cosh-1 :input 0 .
|
|
978
|
+
|
|
979
|
+
# ----------------------------------------------------------------------
|
|
980
|
+
# Proof for derived triple:
|
|
981
|
+
# :test-cosh-1 :expected 1 .
|
|
982
|
+
# It holds because the following instance of the rule body is provable:
|
|
983
|
+
# 0 math:cosh 1 .
|
|
984
|
+
# 1 math:equalTo 1 .
|
|
985
|
+
# via the schematic forward rule:
|
|
986
|
+
# {
|
|
987
|
+
# 0 math:cosh ?r .
|
|
988
|
+
# ?r math:equalTo 1 .
|
|
989
|
+
# } => {
|
|
990
|
+
# :test-cosh-1 a :MathBuiltinTest .
|
|
991
|
+
# :test-cosh-1 :builtin math:cosh .
|
|
992
|
+
# :test-cosh-1 :input 0 .
|
|
993
|
+
# :test-cosh-1 :expected 1 .
|
|
994
|
+
# :test-cosh-1 :actual ?r .
|
|
995
|
+
# :test-cosh-1 :status :pass .
|
|
996
|
+
# } .
|
|
997
|
+
# with substitution (on rule variables):
|
|
998
|
+
# ?r = 1
|
|
999
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1000
|
+
# ----------------------------------------------------------------------
|
|
1001
|
+
|
|
1002
|
+
:test-cosh-1 :expected 1 .
|
|
1003
|
+
|
|
1004
|
+
# ----------------------------------------------------------------------
|
|
1005
|
+
# Proof for derived triple:
|
|
1006
|
+
# :test-cosh-1 :actual 1 .
|
|
1007
|
+
# It holds because the following instance of the rule body is provable:
|
|
1008
|
+
# 0 math:cosh 1 .
|
|
1009
|
+
# 1 math:equalTo 1 .
|
|
1010
|
+
# via the schematic forward rule:
|
|
1011
|
+
# {
|
|
1012
|
+
# 0 math:cosh ?r .
|
|
1013
|
+
# ?r math:equalTo 1 .
|
|
1014
|
+
# } => {
|
|
1015
|
+
# :test-cosh-1 a :MathBuiltinTest .
|
|
1016
|
+
# :test-cosh-1 :builtin math:cosh .
|
|
1017
|
+
# :test-cosh-1 :input 0 .
|
|
1018
|
+
# :test-cosh-1 :expected 1 .
|
|
1019
|
+
# :test-cosh-1 :actual ?r .
|
|
1020
|
+
# :test-cosh-1 :status :pass .
|
|
1021
|
+
# } .
|
|
1022
|
+
# with substitution (on rule variables):
|
|
1023
|
+
# ?r = 1
|
|
1024
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1025
|
+
# ----------------------------------------------------------------------
|
|
1026
|
+
|
|
1027
|
+
:test-cosh-1 :actual 1 .
|
|
1028
|
+
|
|
1029
|
+
# ----------------------------------------------------------------------
|
|
1030
|
+
# Proof for derived triple:
|
|
1031
|
+
# :test-cosh-1 :status :pass .
|
|
1032
|
+
# It holds because the following instance of the rule body is provable:
|
|
1033
|
+
# 0 math:cosh 1 .
|
|
1034
|
+
# 1 math:equalTo 1 .
|
|
1035
|
+
# via the schematic forward rule:
|
|
1036
|
+
# {
|
|
1037
|
+
# 0 math:cosh ?r .
|
|
1038
|
+
# ?r math:equalTo 1 .
|
|
1039
|
+
# } => {
|
|
1040
|
+
# :test-cosh-1 a :MathBuiltinTest .
|
|
1041
|
+
# :test-cosh-1 :builtin math:cosh .
|
|
1042
|
+
# :test-cosh-1 :input 0 .
|
|
1043
|
+
# :test-cosh-1 :expected 1 .
|
|
1044
|
+
# :test-cosh-1 :actual ?r .
|
|
1045
|
+
# :test-cosh-1 :status :pass .
|
|
1046
|
+
# } .
|
|
1047
|
+
# with substitution (on rule variables):
|
|
1048
|
+
# ?r = 1
|
|
1049
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1050
|
+
# ----------------------------------------------------------------------
|
|
1051
|
+
|
|
1052
|
+
:test-cosh-1 :status :pass .
|
|
1053
|
+
|
|
1054
|
+
# ----------------------------------------------------------------------
|
|
1055
|
+
# Proof for derived triple:
|
|
1056
|
+
# :test-degrees-1 a :MathBuiltinTest .
|
|
1057
|
+
# It holds because the following instance of the rule body is provable:
|
|
1058
|
+
# 3.141592653589793 math:degrees 180 .
|
|
1059
|
+
# 180 math:equalTo 180 .
|
|
1060
|
+
# via the schematic forward rule:
|
|
1061
|
+
# {
|
|
1062
|
+
# 3.141592653589793 math:degrees ?deg .
|
|
1063
|
+
# ?deg math:equalTo 180 .
|
|
1064
|
+
# } => {
|
|
1065
|
+
# :test-degrees-1 a :MathBuiltinTest .
|
|
1066
|
+
# :test-degrees-1 :builtin math:degrees .
|
|
1067
|
+
# :test-degrees-1 :input 3.141592653589793 .
|
|
1068
|
+
# :test-degrees-1 :expected 180 .
|
|
1069
|
+
# :test-degrees-1 :actual ?deg .
|
|
1070
|
+
# :test-degrees-1 :status :pass .
|
|
1071
|
+
# } .
|
|
1072
|
+
# with substitution (on rule variables):
|
|
1073
|
+
# ?deg = 180
|
|
1074
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1075
|
+
# ----------------------------------------------------------------------
|
|
1076
|
+
|
|
1077
|
+
:test-degrees-1 a :MathBuiltinTest .
|
|
1078
|
+
|
|
1079
|
+
# ----------------------------------------------------------------------
|
|
1080
|
+
# Proof for derived triple:
|
|
1081
|
+
# :test-degrees-1 :builtin math:degrees .
|
|
1082
|
+
# It holds because the following instance of the rule body is provable:
|
|
1083
|
+
# 3.141592653589793 math:degrees 180 .
|
|
1084
|
+
# 180 math:equalTo 180 .
|
|
1085
|
+
# via the schematic forward rule:
|
|
1086
|
+
# {
|
|
1087
|
+
# 3.141592653589793 math:degrees ?deg .
|
|
1088
|
+
# ?deg math:equalTo 180 .
|
|
1089
|
+
# } => {
|
|
1090
|
+
# :test-degrees-1 a :MathBuiltinTest .
|
|
1091
|
+
# :test-degrees-1 :builtin math:degrees .
|
|
1092
|
+
# :test-degrees-1 :input 3.141592653589793 .
|
|
1093
|
+
# :test-degrees-1 :expected 180 .
|
|
1094
|
+
# :test-degrees-1 :actual ?deg .
|
|
1095
|
+
# :test-degrees-1 :status :pass .
|
|
1096
|
+
# } .
|
|
1097
|
+
# with substitution (on rule variables):
|
|
1098
|
+
# ?deg = 180
|
|
1099
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1100
|
+
# ----------------------------------------------------------------------
|
|
1101
|
+
|
|
1102
|
+
:test-degrees-1 :builtin math:degrees .
|
|
1103
|
+
|
|
1104
|
+
# ----------------------------------------------------------------------
|
|
1105
|
+
# Proof for derived triple:
|
|
1106
|
+
# :test-degrees-1 :input 3.141592653589793 .
|
|
1107
|
+
# It holds because the following instance of the rule body is provable:
|
|
1108
|
+
# 3.141592653589793 math:degrees 180 .
|
|
1109
|
+
# 180 math:equalTo 180 .
|
|
1110
|
+
# via the schematic forward rule:
|
|
1111
|
+
# {
|
|
1112
|
+
# 3.141592653589793 math:degrees ?deg .
|
|
1113
|
+
# ?deg math:equalTo 180 .
|
|
1114
|
+
# } => {
|
|
1115
|
+
# :test-degrees-1 a :MathBuiltinTest .
|
|
1116
|
+
# :test-degrees-1 :builtin math:degrees .
|
|
1117
|
+
# :test-degrees-1 :input 3.141592653589793 .
|
|
1118
|
+
# :test-degrees-1 :expected 180 .
|
|
1119
|
+
# :test-degrees-1 :actual ?deg .
|
|
1120
|
+
# :test-degrees-1 :status :pass .
|
|
1121
|
+
# } .
|
|
1122
|
+
# with substitution (on rule variables):
|
|
1123
|
+
# ?deg = 180
|
|
1124
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1125
|
+
# ----------------------------------------------------------------------
|
|
1126
|
+
|
|
1127
|
+
:test-degrees-1 :input 3.141592653589793 .
|
|
1128
|
+
|
|
1129
|
+
# ----------------------------------------------------------------------
|
|
1130
|
+
# Proof for derived triple:
|
|
1131
|
+
# :test-degrees-1 :expected 180 .
|
|
1132
|
+
# It holds because the following instance of the rule body is provable:
|
|
1133
|
+
# 3.141592653589793 math:degrees 180 .
|
|
1134
|
+
# 180 math:equalTo 180 .
|
|
1135
|
+
# via the schematic forward rule:
|
|
1136
|
+
# {
|
|
1137
|
+
# 3.141592653589793 math:degrees ?deg .
|
|
1138
|
+
# ?deg math:equalTo 180 .
|
|
1139
|
+
# } => {
|
|
1140
|
+
# :test-degrees-1 a :MathBuiltinTest .
|
|
1141
|
+
# :test-degrees-1 :builtin math:degrees .
|
|
1142
|
+
# :test-degrees-1 :input 3.141592653589793 .
|
|
1143
|
+
# :test-degrees-1 :expected 180 .
|
|
1144
|
+
# :test-degrees-1 :actual ?deg .
|
|
1145
|
+
# :test-degrees-1 :status :pass .
|
|
1146
|
+
# } .
|
|
1147
|
+
# with substitution (on rule variables):
|
|
1148
|
+
# ?deg = 180
|
|
1149
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1150
|
+
# ----------------------------------------------------------------------
|
|
1151
|
+
|
|
1152
|
+
:test-degrees-1 :expected 180 .
|
|
1153
|
+
|
|
1154
|
+
# ----------------------------------------------------------------------
|
|
1155
|
+
# Proof for derived triple:
|
|
1156
|
+
# :test-degrees-1 :actual 180 .
|
|
1157
|
+
# It holds because the following instance of the rule body is provable:
|
|
1158
|
+
# 3.141592653589793 math:degrees 180 .
|
|
1159
|
+
# 180 math:equalTo 180 .
|
|
1160
|
+
# via the schematic forward rule:
|
|
1161
|
+
# {
|
|
1162
|
+
# 3.141592653589793 math:degrees ?deg .
|
|
1163
|
+
# ?deg math:equalTo 180 .
|
|
1164
|
+
# } => {
|
|
1165
|
+
# :test-degrees-1 a :MathBuiltinTest .
|
|
1166
|
+
# :test-degrees-1 :builtin math:degrees .
|
|
1167
|
+
# :test-degrees-1 :input 3.141592653589793 .
|
|
1168
|
+
# :test-degrees-1 :expected 180 .
|
|
1169
|
+
# :test-degrees-1 :actual ?deg .
|
|
1170
|
+
# :test-degrees-1 :status :pass .
|
|
1171
|
+
# } .
|
|
1172
|
+
# with substitution (on rule variables):
|
|
1173
|
+
# ?deg = 180
|
|
1174
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1175
|
+
# ----------------------------------------------------------------------
|
|
1176
|
+
|
|
1177
|
+
:test-degrees-1 :actual 180 .
|
|
1178
|
+
|
|
1179
|
+
# ----------------------------------------------------------------------
|
|
1180
|
+
# Proof for derived triple:
|
|
1181
|
+
# :test-degrees-1 :status :pass .
|
|
1182
|
+
# It holds because the following instance of the rule body is provable:
|
|
1183
|
+
# 3.141592653589793 math:degrees 180 .
|
|
1184
|
+
# 180 math:equalTo 180 .
|
|
1185
|
+
# via the schematic forward rule:
|
|
1186
|
+
# {
|
|
1187
|
+
# 3.141592653589793 math:degrees ?deg .
|
|
1188
|
+
# ?deg math:equalTo 180 .
|
|
1189
|
+
# } => {
|
|
1190
|
+
# :test-degrees-1 a :MathBuiltinTest .
|
|
1191
|
+
# :test-degrees-1 :builtin math:degrees .
|
|
1192
|
+
# :test-degrees-1 :input 3.141592653589793 .
|
|
1193
|
+
# :test-degrees-1 :expected 180 .
|
|
1194
|
+
# :test-degrees-1 :actual ?deg .
|
|
1195
|
+
# :test-degrees-1 :status :pass .
|
|
1196
|
+
# } .
|
|
1197
|
+
# with substitution (on rule variables):
|
|
1198
|
+
# ?deg = 180
|
|
1199
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1200
|
+
# ----------------------------------------------------------------------
|
|
1201
|
+
|
|
1202
|
+
:test-degrees-1 :status :pass .
|
|
1203
|
+
|
|
1204
|
+
# ----------------------------------------------------------------------
|
|
1205
|
+
# Proof for derived triple:
|
|
1206
|
+
# :test-difference-1 a :MathBuiltinTest .
|
|
1207
|
+
# It holds because the following instance of the rule body is provable:
|
|
1208
|
+
# (7 2) math:difference 5 .
|
|
1209
|
+
# 5 math:equalTo 5 .
|
|
1210
|
+
# via the schematic forward rule:
|
|
1211
|
+
# {
|
|
1212
|
+
# (7 2) math:difference ?d .
|
|
1213
|
+
# ?d math:equalTo 5 .
|
|
1214
|
+
# } => {
|
|
1215
|
+
# :test-difference-1 a :MathBuiltinTest .
|
|
1216
|
+
# :test-difference-1 :builtin math:difference .
|
|
1217
|
+
# :test-difference-1 :input (7 2) .
|
|
1218
|
+
# :test-difference-1 :expected 5 .
|
|
1219
|
+
# :test-difference-1 :actual ?d .
|
|
1220
|
+
# :test-difference-1 :status :pass .
|
|
1221
|
+
# } .
|
|
1222
|
+
# with substitution (on rule variables):
|
|
1223
|
+
# ?d = 5
|
|
1224
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1225
|
+
# ----------------------------------------------------------------------
|
|
1226
|
+
|
|
1227
|
+
:test-difference-1 a :MathBuiltinTest .
|
|
1228
|
+
|
|
1229
|
+
# ----------------------------------------------------------------------
|
|
1230
|
+
# Proof for derived triple:
|
|
1231
|
+
# :test-difference-1 :builtin math:difference .
|
|
1232
|
+
# It holds because the following instance of the rule body is provable:
|
|
1233
|
+
# (7 2) math:difference 5 .
|
|
1234
|
+
# 5 math:equalTo 5 .
|
|
1235
|
+
# via the schematic forward rule:
|
|
1236
|
+
# {
|
|
1237
|
+
# (7 2) math:difference ?d .
|
|
1238
|
+
# ?d math:equalTo 5 .
|
|
1239
|
+
# } => {
|
|
1240
|
+
# :test-difference-1 a :MathBuiltinTest .
|
|
1241
|
+
# :test-difference-1 :builtin math:difference .
|
|
1242
|
+
# :test-difference-1 :input (7 2) .
|
|
1243
|
+
# :test-difference-1 :expected 5 .
|
|
1244
|
+
# :test-difference-1 :actual ?d .
|
|
1245
|
+
# :test-difference-1 :status :pass .
|
|
1246
|
+
# } .
|
|
1247
|
+
# with substitution (on rule variables):
|
|
1248
|
+
# ?d = 5
|
|
1249
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1250
|
+
# ----------------------------------------------------------------------
|
|
1251
|
+
|
|
1252
|
+
:test-difference-1 :builtin math:difference .
|
|
1253
|
+
|
|
1254
|
+
# ----------------------------------------------------------------------
|
|
1255
|
+
# Proof for derived triple:
|
|
1256
|
+
# :test-difference-1 :input (7 2) .
|
|
1257
|
+
# It holds because the following instance of the rule body is provable:
|
|
1258
|
+
# (7 2) math:difference 5 .
|
|
1259
|
+
# 5 math:equalTo 5 .
|
|
1260
|
+
# via the schematic forward rule:
|
|
1261
|
+
# {
|
|
1262
|
+
# (7 2) math:difference ?d .
|
|
1263
|
+
# ?d math:equalTo 5 .
|
|
1264
|
+
# } => {
|
|
1265
|
+
# :test-difference-1 a :MathBuiltinTest .
|
|
1266
|
+
# :test-difference-1 :builtin math:difference .
|
|
1267
|
+
# :test-difference-1 :input (7 2) .
|
|
1268
|
+
# :test-difference-1 :expected 5 .
|
|
1269
|
+
# :test-difference-1 :actual ?d .
|
|
1270
|
+
# :test-difference-1 :status :pass .
|
|
1271
|
+
# } .
|
|
1272
|
+
# with substitution (on rule variables):
|
|
1273
|
+
# ?d = 5
|
|
1274
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1275
|
+
# ----------------------------------------------------------------------
|
|
1276
|
+
|
|
1277
|
+
:test-difference-1 :input (7 2) .
|
|
1278
|
+
|
|
1279
|
+
# ----------------------------------------------------------------------
|
|
1280
|
+
# Proof for derived triple:
|
|
1281
|
+
# :test-difference-1 :expected 5 .
|
|
1282
|
+
# It holds because the following instance of the rule body is provable:
|
|
1283
|
+
# (7 2) math:difference 5 .
|
|
1284
|
+
# 5 math:equalTo 5 .
|
|
1285
|
+
# via the schematic forward rule:
|
|
1286
|
+
# {
|
|
1287
|
+
# (7 2) math:difference ?d .
|
|
1288
|
+
# ?d math:equalTo 5 .
|
|
1289
|
+
# } => {
|
|
1290
|
+
# :test-difference-1 a :MathBuiltinTest .
|
|
1291
|
+
# :test-difference-1 :builtin math:difference .
|
|
1292
|
+
# :test-difference-1 :input (7 2) .
|
|
1293
|
+
# :test-difference-1 :expected 5 .
|
|
1294
|
+
# :test-difference-1 :actual ?d .
|
|
1295
|
+
# :test-difference-1 :status :pass .
|
|
1296
|
+
# } .
|
|
1297
|
+
# with substitution (on rule variables):
|
|
1298
|
+
# ?d = 5
|
|
1299
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1300
|
+
# ----------------------------------------------------------------------
|
|
1301
|
+
|
|
1302
|
+
:test-difference-1 :expected 5 .
|
|
1303
|
+
|
|
1304
|
+
# ----------------------------------------------------------------------
|
|
1305
|
+
# Proof for derived triple:
|
|
1306
|
+
# :test-difference-1 :actual 5 .
|
|
1307
|
+
# It holds because the following instance of the rule body is provable:
|
|
1308
|
+
# (7 2) math:difference 5 .
|
|
1309
|
+
# 5 math:equalTo 5 .
|
|
1310
|
+
# via the schematic forward rule:
|
|
1311
|
+
# {
|
|
1312
|
+
# (7 2) math:difference ?d .
|
|
1313
|
+
# ?d math:equalTo 5 .
|
|
1314
|
+
# } => {
|
|
1315
|
+
# :test-difference-1 a :MathBuiltinTest .
|
|
1316
|
+
# :test-difference-1 :builtin math:difference .
|
|
1317
|
+
# :test-difference-1 :input (7 2) .
|
|
1318
|
+
# :test-difference-1 :expected 5 .
|
|
1319
|
+
# :test-difference-1 :actual ?d .
|
|
1320
|
+
# :test-difference-1 :status :pass .
|
|
1321
|
+
# } .
|
|
1322
|
+
# with substitution (on rule variables):
|
|
1323
|
+
# ?d = 5
|
|
1324
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1325
|
+
# ----------------------------------------------------------------------
|
|
1326
|
+
|
|
1327
|
+
:test-difference-1 :actual 5 .
|
|
1328
|
+
|
|
1329
|
+
# ----------------------------------------------------------------------
|
|
1330
|
+
# Proof for derived triple:
|
|
1331
|
+
# :test-difference-1 :status :pass .
|
|
1332
|
+
# It holds because the following instance of the rule body is provable:
|
|
1333
|
+
# (7 2) math:difference 5 .
|
|
1334
|
+
# 5 math:equalTo 5 .
|
|
1335
|
+
# via the schematic forward rule:
|
|
1336
|
+
# {
|
|
1337
|
+
# (7 2) math:difference ?d .
|
|
1338
|
+
# ?d math:equalTo 5 .
|
|
1339
|
+
# } => {
|
|
1340
|
+
# :test-difference-1 a :MathBuiltinTest .
|
|
1341
|
+
# :test-difference-1 :builtin math:difference .
|
|
1342
|
+
# :test-difference-1 :input (7 2) .
|
|
1343
|
+
# :test-difference-1 :expected 5 .
|
|
1344
|
+
# :test-difference-1 :actual ?d .
|
|
1345
|
+
# :test-difference-1 :status :pass .
|
|
1346
|
+
# } .
|
|
1347
|
+
# with substitution (on rule variables):
|
|
1348
|
+
# ?d = 5
|
|
1349
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1350
|
+
# ----------------------------------------------------------------------
|
|
1351
|
+
|
|
1352
|
+
:test-difference-1 :status :pass .
|
|
1353
|
+
|
|
1354
|
+
# ----------------------------------------------------------------------
|
|
1355
|
+
# Proof for derived triple:
|
|
1356
|
+
# :test-difference-2 a :MathBuiltinTest .
|
|
1357
|
+
# It holds because the following instance of the rule body is provable:
|
|
1358
|
+
# (2 7) math:difference -5 .
|
|
1359
|
+
# -5 math:equalTo -5 .
|
|
1360
|
+
# via the schematic forward rule:
|
|
1361
|
+
# {
|
|
1362
|
+
# (2 7) math:difference ?d .
|
|
1363
|
+
# ?d math:equalTo -5 .
|
|
1364
|
+
# } => {
|
|
1365
|
+
# :test-difference-2 a :MathBuiltinTest .
|
|
1366
|
+
# :test-difference-2 :builtin math:difference .
|
|
1367
|
+
# :test-difference-2 :input (2 7) .
|
|
1368
|
+
# :test-difference-2 :expected -5 .
|
|
1369
|
+
# :test-difference-2 :actual ?d .
|
|
1370
|
+
# :test-difference-2 :status :pass .
|
|
1371
|
+
# } .
|
|
1372
|
+
# with substitution (on rule variables):
|
|
1373
|
+
# ?d = -5
|
|
1374
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1375
|
+
# ----------------------------------------------------------------------
|
|
1376
|
+
|
|
1377
|
+
:test-difference-2 a :MathBuiltinTest .
|
|
1378
|
+
|
|
1379
|
+
# ----------------------------------------------------------------------
|
|
1380
|
+
# Proof for derived triple:
|
|
1381
|
+
# :test-difference-2 :builtin math:difference .
|
|
1382
|
+
# It holds because the following instance of the rule body is provable:
|
|
1383
|
+
# (2 7) math:difference -5 .
|
|
1384
|
+
# -5 math:equalTo -5 .
|
|
1385
|
+
# via the schematic forward rule:
|
|
1386
|
+
# {
|
|
1387
|
+
# (2 7) math:difference ?d .
|
|
1388
|
+
# ?d math:equalTo -5 .
|
|
1389
|
+
# } => {
|
|
1390
|
+
# :test-difference-2 a :MathBuiltinTest .
|
|
1391
|
+
# :test-difference-2 :builtin math:difference .
|
|
1392
|
+
# :test-difference-2 :input (2 7) .
|
|
1393
|
+
# :test-difference-2 :expected -5 .
|
|
1394
|
+
# :test-difference-2 :actual ?d .
|
|
1395
|
+
# :test-difference-2 :status :pass .
|
|
1396
|
+
# } .
|
|
1397
|
+
# with substitution (on rule variables):
|
|
1398
|
+
# ?d = -5
|
|
1399
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1400
|
+
# ----------------------------------------------------------------------
|
|
1401
|
+
|
|
1402
|
+
:test-difference-2 :builtin math:difference .
|
|
1403
|
+
|
|
1404
|
+
# ----------------------------------------------------------------------
|
|
1405
|
+
# Proof for derived triple:
|
|
1406
|
+
# :test-difference-2 :input (2 7) .
|
|
1407
|
+
# It holds because the following instance of the rule body is provable:
|
|
1408
|
+
# (2 7) math:difference -5 .
|
|
1409
|
+
# -5 math:equalTo -5 .
|
|
1410
|
+
# via the schematic forward rule:
|
|
1411
|
+
# {
|
|
1412
|
+
# (2 7) math:difference ?d .
|
|
1413
|
+
# ?d math:equalTo -5 .
|
|
1414
|
+
# } => {
|
|
1415
|
+
# :test-difference-2 a :MathBuiltinTest .
|
|
1416
|
+
# :test-difference-2 :builtin math:difference .
|
|
1417
|
+
# :test-difference-2 :input (2 7) .
|
|
1418
|
+
# :test-difference-2 :expected -5 .
|
|
1419
|
+
# :test-difference-2 :actual ?d .
|
|
1420
|
+
# :test-difference-2 :status :pass .
|
|
1421
|
+
# } .
|
|
1422
|
+
# with substitution (on rule variables):
|
|
1423
|
+
# ?d = -5
|
|
1424
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1425
|
+
# ----------------------------------------------------------------------
|
|
1426
|
+
|
|
1427
|
+
:test-difference-2 :input (2 7) .
|
|
1428
|
+
|
|
1429
|
+
# ----------------------------------------------------------------------
|
|
1430
|
+
# Proof for derived triple:
|
|
1431
|
+
# :test-difference-2 :expected -5 .
|
|
1432
|
+
# It holds because the following instance of the rule body is provable:
|
|
1433
|
+
# (2 7) math:difference -5 .
|
|
1434
|
+
# -5 math:equalTo -5 .
|
|
1435
|
+
# via the schematic forward rule:
|
|
1436
|
+
# {
|
|
1437
|
+
# (2 7) math:difference ?d .
|
|
1438
|
+
# ?d math:equalTo -5 .
|
|
1439
|
+
# } => {
|
|
1440
|
+
# :test-difference-2 a :MathBuiltinTest .
|
|
1441
|
+
# :test-difference-2 :builtin math:difference .
|
|
1442
|
+
# :test-difference-2 :input (2 7) .
|
|
1443
|
+
# :test-difference-2 :expected -5 .
|
|
1444
|
+
# :test-difference-2 :actual ?d .
|
|
1445
|
+
# :test-difference-2 :status :pass .
|
|
1446
|
+
# } .
|
|
1447
|
+
# with substitution (on rule variables):
|
|
1448
|
+
# ?d = -5
|
|
1449
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1450
|
+
# ----------------------------------------------------------------------
|
|
1451
|
+
|
|
1452
|
+
:test-difference-2 :expected -5 .
|
|
1453
|
+
|
|
1454
|
+
# ----------------------------------------------------------------------
|
|
1455
|
+
# Proof for derived triple:
|
|
1456
|
+
# :test-difference-2 :actual -5 .
|
|
1457
|
+
# It holds because the following instance of the rule body is provable:
|
|
1458
|
+
# (2 7) math:difference -5 .
|
|
1459
|
+
# -5 math:equalTo -5 .
|
|
1460
|
+
# via the schematic forward rule:
|
|
1461
|
+
# {
|
|
1462
|
+
# (2 7) math:difference ?d .
|
|
1463
|
+
# ?d math:equalTo -5 .
|
|
1464
|
+
# } => {
|
|
1465
|
+
# :test-difference-2 a :MathBuiltinTest .
|
|
1466
|
+
# :test-difference-2 :builtin math:difference .
|
|
1467
|
+
# :test-difference-2 :input (2 7) .
|
|
1468
|
+
# :test-difference-2 :expected -5 .
|
|
1469
|
+
# :test-difference-2 :actual ?d .
|
|
1470
|
+
# :test-difference-2 :status :pass .
|
|
1471
|
+
# } .
|
|
1472
|
+
# with substitution (on rule variables):
|
|
1473
|
+
# ?d = -5
|
|
1474
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1475
|
+
# ----------------------------------------------------------------------
|
|
1476
|
+
|
|
1477
|
+
:test-difference-2 :actual -5 .
|
|
1478
|
+
|
|
1479
|
+
# ----------------------------------------------------------------------
|
|
1480
|
+
# Proof for derived triple:
|
|
1481
|
+
# :test-difference-2 :status :pass .
|
|
1482
|
+
# It holds because the following instance of the rule body is provable:
|
|
1483
|
+
# (2 7) math:difference -5 .
|
|
1484
|
+
# -5 math:equalTo -5 .
|
|
1485
|
+
# via the schematic forward rule:
|
|
1486
|
+
# {
|
|
1487
|
+
# (2 7) math:difference ?d .
|
|
1488
|
+
# ?d math:equalTo -5 .
|
|
1489
|
+
# } => {
|
|
1490
|
+
# :test-difference-2 a :MathBuiltinTest .
|
|
1491
|
+
# :test-difference-2 :builtin math:difference .
|
|
1492
|
+
# :test-difference-2 :input (2 7) .
|
|
1493
|
+
# :test-difference-2 :expected -5 .
|
|
1494
|
+
# :test-difference-2 :actual ?d .
|
|
1495
|
+
# :test-difference-2 :status :pass .
|
|
1496
|
+
# } .
|
|
1497
|
+
# with substitution (on rule variables):
|
|
1498
|
+
# ?d = -5
|
|
1499
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1500
|
+
# ----------------------------------------------------------------------
|
|
1501
|
+
|
|
1502
|
+
:test-difference-2 :status :pass .
|
|
1503
|
+
|
|
1504
|
+
# ----------------------------------------------------------------------
|
|
1505
|
+
# Proof for derived triple:
|
|
1506
|
+
# :test-equalTo-1 a :MathBuiltinTest .
|
|
1507
|
+
# It holds because the following instance of the rule body is provable:
|
|
1508
|
+
# 42 math:equalTo 42 .
|
|
1509
|
+
# via the schematic forward rule:
|
|
1510
|
+
# {
|
|
1511
|
+
# 42 math:equalTo 42 .
|
|
1512
|
+
# } => {
|
|
1513
|
+
# :test-equalTo-1 a :MathBuiltinTest .
|
|
1514
|
+
# :test-equalTo-1 :builtin math:equalTo .
|
|
1515
|
+
# :test-equalTo-1 :input 42 .
|
|
1516
|
+
# :test-equalTo-1 :other 42 .
|
|
1517
|
+
# :test-equalTo-1 :status :pass .
|
|
1518
|
+
# } .
|
|
1519
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1520
|
+
# ----------------------------------------------------------------------
|
|
1521
|
+
|
|
1522
|
+
:test-equalTo-1 a :MathBuiltinTest .
|
|
1523
|
+
|
|
1524
|
+
# ----------------------------------------------------------------------
|
|
1525
|
+
# Proof for derived triple:
|
|
1526
|
+
# :test-equalTo-1 :builtin math:equalTo .
|
|
1527
|
+
# It holds because the following instance of the rule body is provable:
|
|
1528
|
+
# 42 math:equalTo 42 .
|
|
1529
|
+
# via the schematic forward rule:
|
|
1530
|
+
# {
|
|
1531
|
+
# 42 math:equalTo 42 .
|
|
1532
|
+
# } => {
|
|
1533
|
+
# :test-equalTo-1 a :MathBuiltinTest .
|
|
1534
|
+
# :test-equalTo-1 :builtin math:equalTo .
|
|
1535
|
+
# :test-equalTo-1 :input 42 .
|
|
1536
|
+
# :test-equalTo-1 :other 42 .
|
|
1537
|
+
# :test-equalTo-1 :status :pass .
|
|
1538
|
+
# } .
|
|
1539
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1540
|
+
# ----------------------------------------------------------------------
|
|
1541
|
+
|
|
1542
|
+
:test-equalTo-1 :builtin math:equalTo .
|
|
1543
|
+
|
|
1544
|
+
# ----------------------------------------------------------------------
|
|
1545
|
+
# Proof for derived triple:
|
|
1546
|
+
# :test-equalTo-1 :input 42 .
|
|
1547
|
+
# It holds because the following instance of the rule body is provable:
|
|
1548
|
+
# 42 math:equalTo 42 .
|
|
1549
|
+
# via the schematic forward rule:
|
|
1550
|
+
# {
|
|
1551
|
+
# 42 math:equalTo 42 .
|
|
1552
|
+
# } => {
|
|
1553
|
+
# :test-equalTo-1 a :MathBuiltinTest .
|
|
1554
|
+
# :test-equalTo-1 :builtin math:equalTo .
|
|
1555
|
+
# :test-equalTo-1 :input 42 .
|
|
1556
|
+
# :test-equalTo-1 :other 42 .
|
|
1557
|
+
# :test-equalTo-1 :status :pass .
|
|
1558
|
+
# } .
|
|
1559
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1560
|
+
# ----------------------------------------------------------------------
|
|
1561
|
+
|
|
1562
|
+
:test-equalTo-1 :input 42 .
|
|
1563
|
+
|
|
1564
|
+
# ----------------------------------------------------------------------
|
|
1565
|
+
# Proof for derived triple:
|
|
1566
|
+
# :test-equalTo-1 :other 42 .
|
|
1567
|
+
# It holds because the following instance of the rule body is provable:
|
|
1568
|
+
# 42 math:equalTo 42 .
|
|
1569
|
+
# via the schematic forward rule:
|
|
1570
|
+
# {
|
|
1571
|
+
# 42 math:equalTo 42 .
|
|
1572
|
+
# } => {
|
|
1573
|
+
# :test-equalTo-1 a :MathBuiltinTest .
|
|
1574
|
+
# :test-equalTo-1 :builtin math:equalTo .
|
|
1575
|
+
# :test-equalTo-1 :input 42 .
|
|
1576
|
+
# :test-equalTo-1 :other 42 .
|
|
1577
|
+
# :test-equalTo-1 :status :pass .
|
|
1578
|
+
# } .
|
|
1579
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1580
|
+
# ----------------------------------------------------------------------
|
|
1581
|
+
|
|
1582
|
+
:test-equalTo-1 :other 42 .
|
|
1583
|
+
|
|
1584
|
+
# ----------------------------------------------------------------------
|
|
1585
|
+
# Proof for derived triple:
|
|
1586
|
+
# :test-equalTo-1 :status :pass .
|
|
1587
|
+
# It holds because the following instance of the rule body is provable:
|
|
1588
|
+
# 42 math:equalTo 42 .
|
|
1589
|
+
# via the schematic forward rule:
|
|
1590
|
+
# {
|
|
1591
|
+
# 42 math:equalTo 42 .
|
|
1592
|
+
# } => {
|
|
1593
|
+
# :test-equalTo-1 a :MathBuiltinTest .
|
|
1594
|
+
# :test-equalTo-1 :builtin math:equalTo .
|
|
1595
|
+
# :test-equalTo-1 :input 42 .
|
|
1596
|
+
# :test-equalTo-1 :other 42 .
|
|
1597
|
+
# :test-equalTo-1 :status :pass .
|
|
1598
|
+
# } .
|
|
1599
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1600
|
+
# ----------------------------------------------------------------------
|
|
1601
|
+
|
|
1602
|
+
:test-equalTo-1 :status :pass .
|
|
1603
|
+
|
|
1604
|
+
# ----------------------------------------------------------------------
|
|
1605
|
+
# Proof for derived triple:
|
|
1606
|
+
# :test-exponentiation-1 a :MathBuiltinTest .
|
|
1607
|
+
# It holds because the following instance of the rule body is provable:
|
|
1608
|
+
# (7 2) math:exponentiation 49 .
|
|
1609
|
+
# 49 math:equalTo 49 .
|
|
1610
|
+
# via the schematic forward rule:
|
|
1611
|
+
# {
|
|
1612
|
+
# (7 2) math:exponentiation ?r .
|
|
1613
|
+
# ?r math:equalTo 49 .
|
|
1614
|
+
# } => {
|
|
1615
|
+
# :test-exponentiation-1 a :MathBuiltinTest .
|
|
1616
|
+
# :test-exponentiation-1 :builtin math:exponentiation .
|
|
1617
|
+
# :test-exponentiation-1 :input (7 2) .
|
|
1618
|
+
# :test-exponentiation-1 :expected 49 .
|
|
1619
|
+
# :test-exponentiation-1 :actual ?r .
|
|
1620
|
+
# :test-exponentiation-1 :status :pass .
|
|
1621
|
+
# } .
|
|
1622
|
+
# with substitution (on rule variables):
|
|
1623
|
+
# ?r = 49
|
|
1624
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1625
|
+
# ----------------------------------------------------------------------
|
|
1626
|
+
|
|
1627
|
+
:test-exponentiation-1 a :MathBuiltinTest .
|
|
1628
|
+
|
|
1629
|
+
# ----------------------------------------------------------------------
|
|
1630
|
+
# Proof for derived triple:
|
|
1631
|
+
# :test-exponentiation-1 :builtin math:exponentiation .
|
|
1632
|
+
# It holds because the following instance of the rule body is provable:
|
|
1633
|
+
# (7 2) math:exponentiation 49 .
|
|
1634
|
+
# 49 math:equalTo 49 .
|
|
1635
|
+
# via the schematic forward rule:
|
|
1636
|
+
# {
|
|
1637
|
+
# (7 2) math:exponentiation ?r .
|
|
1638
|
+
# ?r math:equalTo 49 .
|
|
1639
|
+
# } => {
|
|
1640
|
+
# :test-exponentiation-1 a :MathBuiltinTest .
|
|
1641
|
+
# :test-exponentiation-1 :builtin math:exponentiation .
|
|
1642
|
+
# :test-exponentiation-1 :input (7 2) .
|
|
1643
|
+
# :test-exponentiation-1 :expected 49 .
|
|
1644
|
+
# :test-exponentiation-1 :actual ?r .
|
|
1645
|
+
# :test-exponentiation-1 :status :pass .
|
|
1646
|
+
# } .
|
|
1647
|
+
# with substitution (on rule variables):
|
|
1648
|
+
# ?r = 49
|
|
1649
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1650
|
+
# ----------------------------------------------------------------------
|
|
1651
|
+
|
|
1652
|
+
:test-exponentiation-1 :builtin math:exponentiation .
|
|
1653
|
+
|
|
1654
|
+
# ----------------------------------------------------------------------
|
|
1655
|
+
# Proof for derived triple:
|
|
1656
|
+
# :test-exponentiation-1 :input (7 2) .
|
|
1657
|
+
# It holds because the following instance of the rule body is provable:
|
|
1658
|
+
# (7 2) math:exponentiation 49 .
|
|
1659
|
+
# 49 math:equalTo 49 .
|
|
1660
|
+
# via the schematic forward rule:
|
|
1661
|
+
# {
|
|
1662
|
+
# (7 2) math:exponentiation ?r .
|
|
1663
|
+
# ?r math:equalTo 49 .
|
|
1664
|
+
# } => {
|
|
1665
|
+
# :test-exponentiation-1 a :MathBuiltinTest .
|
|
1666
|
+
# :test-exponentiation-1 :builtin math:exponentiation .
|
|
1667
|
+
# :test-exponentiation-1 :input (7 2) .
|
|
1668
|
+
# :test-exponentiation-1 :expected 49 .
|
|
1669
|
+
# :test-exponentiation-1 :actual ?r .
|
|
1670
|
+
# :test-exponentiation-1 :status :pass .
|
|
1671
|
+
# } .
|
|
1672
|
+
# with substitution (on rule variables):
|
|
1673
|
+
# ?r = 49
|
|
1674
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1675
|
+
# ----------------------------------------------------------------------
|
|
1676
|
+
|
|
1677
|
+
:test-exponentiation-1 :input (7 2) .
|
|
1678
|
+
|
|
1679
|
+
# ----------------------------------------------------------------------
|
|
1680
|
+
# Proof for derived triple:
|
|
1681
|
+
# :test-exponentiation-1 :expected 49 .
|
|
1682
|
+
# It holds because the following instance of the rule body is provable:
|
|
1683
|
+
# (7 2) math:exponentiation 49 .
|
|
1684
|
+
# 49 math:equalTo 49 .
|
|
1685
|
+
# via the schematic forward rule:
|
|
1686
|
+
# {
|
|
1687
|
+
# (7 2) math:exponentiation ?r .
|
|
1688
|
+
# ?r math:equalTo 49 .
|
|
1689
|
+
# } => {
|
|
1690
|
+
# :test-exponentiation-1 a :MathBuiltinTest .
|
|
1691
|
+
# :test-exponentiation-1 :builtin math:exponentiation .
|
|
1692
|
+
# :test-exponentiation-1 :input (7 2) .
|
|
1693
|
+
# :test-exponentiation-1 :expected 49 .
|
|
1694
|
+
# :test-exponentiation-1 :actual ?r .
|
|
1695
|
+
# :test-exponentiation-1 :status :pass .
|
|
1696
|
+
# } .
|
|
1697
|
+
# with substitution (on rule variables):
|
|
1698
|
+
# ?r = 49
|
|
1699
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1700
|
+
# ----------------------------------------------------------------------
|
|
1701
|
+
|
|
1702
|
+
:test-exponentiation-1 :expected 49 .
|
|
1703
|
+
|
|
1704
|
+
# ----------------------------------------------------------------------
|
|
1705
|
+
# Proof for derived triple:
|
|
1706
|
+
# :test-exponentiation-1 :actual 49 .
|
|
1707
|
+
# It holds because the following instance of the rule body is provable:
|
|
1708
|
+
# (7 2) math:exponentiation 49 .
|
|
1709
|
+
# 49 math:equalTo 49 .
|
|
1710
|
+
# via the schematic forward rule:
|
|
1711
|
+
# {
|
|
1712
|
+
# (7 2) math:exponentiation ?r .
|
|
1713
|
+
# ?r math:equalTo 49 .
|
|
1714
|
+
# } => {
|
|
1715
|
+
# :test-exponentiation-1 a :MathBuiltinTest .
|
|
1716
|
+
# :test-exponentiation-1 :builtin math:exponentiation .
|
|
1717
|
+
# :test-exponentiation-1 :input (7 2) .
|
|
1718
|
+
# :test-exponentiation-1 :expected 49 .
|
|
1719
|
+
# :test-exponentiation-1 :actual ?r .
|
|
1720
|
+
# :test-exponentiation-1 :status :pass .
|
|
1721
|
+
# } .
|
|
1722
|
+
# with substitution (on rule variables):
|
|
1723
|
+
# ?r = 49
|
|
1724
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1725
|
+
# ----------------------------------------------------------------------
|
|
1726
|
+
|
|
1727
|
+
:test-exponentiation-1 :actual 49 .
|
|
1728
|
+
|
|
1729
|
+
# ----------------------------------------------------------------------
|
|
1730
|
+
# Proof for derived triple:
|
|
1731
|
+
# :test-exponentiation-1 :status :pass .
|
|
1732
|
+
# It holds because the following instance of the rule body is provable:
|
|
1733
|
+
# (7 2) math:exponentiation 49 .
|
|
1734
|
+
# 49 math:equalTo 49 .
|
|
1735
|
+
# via the schematic forward rule:
|
|
1736
|
+
# {
|
|
1737
|
+
# (7 2) math:exponentiation ?r .
|
|
1738
|
+
# ?r math:equalTo 49 .
|
|
1739
|
+
# } => {
|
|
1740
|
+
# :test-exponentiation-1 a :MathBuiltinTest .
|
|
1741
|
+
# :test-exponentiation-1 :builtin math:exponentiation .
|
|
1742
|
+
# :test-exponentiation-1 :input (7 2) .
|
|
1743
|
+
# :test-exponentiation-1 :expected 49 .
|
|
1744
|
+
# :test-exponentiation-1 :actual ?r .
|
|
1745
|
+
# :test-exponentiation-1 :status :pass .
|
|
1746
|
+
# } .
|
|
1747
|
+
# with substitution (on rule variables):
|
|
1748
|
+
# ?r = 49
|
|
1749
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1750
|
+
# ----------------------------------------------------------------------
|
|
1751
|
+
|
|
1752
|
+
:test-exponentiation-1 :status :pass .
|
|
1753
|
+
|
|
1754
|
+
# ----------------------------------------------------------------------
|
|
1755
|
+
# Proof for derived triple:
|
|
1756
|
+
# :test-exponentiation-2 a :MathBuiltinTest .
|
|
1757
|
+
# It holds because the following instance of the rule body is provable:
|
|
1758
|
+
# (7 2) math:exponentiation 49 .
|
|
1759
|
+
# via the schematic forward rule:
|
|
1760
|
+
# {
|
|
1761
|
+
# (7 ?exp) math:exponentiation 49 .
|
|
1762
|
+
# } => {
|
|
1763
|
+
# :test-exponentiation-2 a :MathBuiltinTest .
|
|
1764
|
+
# :test-exponentiation-2 :builtin math:exponentiation .
|
|
1765
|
+
# :test-exponentiation-2 :input (7 ?exp) .
|
|
1766
|
+
# :test-exponentiation-2 :expected 2 .
|
|
1767
|
+
# :test-exponentiation-2 :actual ?exp .
|
|
1768
|
+
# :test-exponentiation-2 :status :pass .
|
|
1769
|
+
# } .
|
|
1770
|
+
# with substitution (on rule variables):
|
|
1771
|
+
# ?exp = 2
|
|
1772
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1773
|
+
# ----------------------------------------------------------------------
|
|
1774
|
+
|
|
1775
|
+
:test-exponentiation-2 a :MathBuiltinTest .
|
|
1776
|
+
|
|
1777
|
+
# ----------------------------------------------------------------------
|
|
1778
|
+
# Proof for derived triple:
|
|
1779
|
+
# :test-exponentiation-2 :builtin math:exponentiation .
|
|
1780
|
+
# It holds because the following instance of the rule body is provable:
|
|
1781
|
+
# (7 2) math:exponentiation 49 .
|
|
1782
|
+
# via the schematic forward rule:
|
|
1783
|
+
# {
|
|
1784
|
+
# (7 ?exp) math:exponentiation 49 .
|
|
1785
|
+
# } => {
|
|
1786
|
+
# :test-exponentiation-2 a :MathBuiltinTest .
|
|
1787
|
+
# :test-exponentiation-2 :builtin math:exponentiation .
|
|
1788
|
+
# :test-exponentiation-2 :input (7 ?exp) .
|
|
1789
|
+
# :test-exponentiation-2 :expected 2 .
|
|
1790
|
+
# :test-exponentiation-2 :actual ?exp .
|
|
1791
|
+
# :test-exponentiation-2 :status :pass .
|
|
1792
|
+
# } .
|
|
1793
|
+
# with substitution (on rule variables):
|
|
1794
|
+
# ?exp = 2
|
|
1795
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1796
|
+
# ----------------------------------------------------------------------
|
|
1797
|
+
|
|
1798
|
+
:test-exponentiation-2 :builtin math:exponentiation .
|
|
1799
|
+
|
|
1800
|
+
# ----------------------------------------------------------------------
|
|
1801
|
+
# Proof for derived triple:
|
|
1802
|
+
# :test-exponentiation-2 :input (7 2) .
|
|
1803
|
+
# It holds because the following instance of the rule body is provable:
|
|
1804
|
+
# (7 2) math:exponentiation 49 .
|
|
1805
|
+
# via the schematic forward rule:
|
|
1806
|
+
# {
|
|
1807
|
+
# (7 ?exp) math:exponentiation 49 .
|
|
1808
|
+
# } => {
|
|
1809
|
+
# :test-exponentiation-2 a :MathBuiltinTest .
|
|
1810
|
+
# :test-exponentiation-2 :builtin math:exponentiation .
|
|
1811
|
+
# :test-exponentiation-2 :input (7 ?exp) .
|
|
1812
|
+
# :test-exponentiation-2 :expected 2 .
|
|
1813
|
+
# :test-exponentiation-2 :actual ?exp .
|
|
1814
|
+
# :test-exponentiation-2 :status :pass .
|
|
1815
|
+
# } .
|
|
1816
|
+
# with substitution (on rule variables):
|
|
1817
|
+
# ?exp = 2
|
|
1818
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1819
|
+
# ----------------------------------------------------------------------
|
|
1820
|
+
|
|
1821
|
+
:test-exponentiation-2 :input (7 2) .
|
|
1822
|
+
|
|
1823
|
+
# ----------------------------------------------------------------------
|
|
1824
|
+
# Proof for derived triple:
|
|
1825
|
+
# :test-exponentiation-2 :expected 2 .
|
|
1826
|
+
# It holds because the following instance of the rule body is provable:
|
|
1827
|
+
# (7 2) math:exponentiation 49 .
|
|
1828
|
+
# via the schematic forward rule:
|
|
1829
|
+
# {
|
|
1830
|
+
# (7 ?exp) math:exponentiation 49 .
|
|
1831
|
+
# } => {
|
|
1832
|
+
# :test-exponentiation-2 a :MathBuiltinTest .
|
|
1833
|
+
# :test-exponentiation-2 :builtin math:exponentiation .
|
|
1834
|
+
# :test-exponentiation-2 :input (7 ?exp) .
|
|
1835
|
+
# :test-exponentiation-2 :expected 2 .
|
|
1836
|
+
# :test-exponentiation-2 :actual ?exp .
|
|
1837
|
+
# :test-exponentiation-2 :status :pass .
|
|
1838
|
+
# } .
|
|
1839
|
+
# with substitution (on rule variables):
|
|
1840
|
+
# ?exp = 2
|
|
1841
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1842
|
+
# ----------------------------------------------------------------------
|
|
1843
|
+
|
|
1844
|
+
:test-exponentiation-2 :expected 2 .
|
|
1845
|
+
|
|
1846
|
+
# ----------------------------------------------------------------------
|
|
1847
|
+
# Proof for derived triple:
|
|
1848
|
+
# :test-exponentiation-2 :actual 2 .
|
|
1849
|
+
# It holds because the following instance of the rule body is provable:
|
|
1850
|
+
# (7 2) math:exponentiation 49 .
|
|
1851
|
+
# via the schematic forward rule:
|
|
1852
|
+
# {
|
|
1853
|
+
# (7 ?exp) math:exponentiation 49 .
|
|
1854
|
+
# } => {
|
|
1855
|
+
# :test-exponentiation-2 a :MathBuiltinTest .
|
|
1856
|
+
# :test-exponentiation-2 :builtin math:exponentiation .
|
|
1857
|
+
# :test-exponentiation-2 :input (7 ?exp) .
|
|
1858
|
+
# :test-exponentiation-2 :expected 2 .
|
|
1859
|
+
# :test-exponentiation-2 :actual ?exp .
|
|
1860
|
+
# :test-exponentiation-2 :status :pass .
|
|
1861
|
+
# } .
|
|
1862
|
+
# with substitution (on rule variables):
|
|
1863
|
+
# ?exp = 2
|
|
1864
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1865
|
+
# ----------------------------------------------------------------------
|
|
1866
|
+
|
|
1867
|
+
:test-exponentiation-2 :actual 2 .
|
|
1868
|
+
|
|
1869
|
+
# ----------------------------------------------------------------------
|
|
1870
|
+
# Proof for derived triple:
|
|
1871
|
+
# :test-exponentiation-2 :status :pass .
|
|
1872
|
+
# It holds because the following instance of the rule body is provable:
|
|
1873
|
+
# (7 2) math:exponentiation 49 .
|
|
1874
|
+
# via the schematic forward rule:
|
|
1875
|
+
# {
|
|
1876
|
+
# (7 ?exp) math:exponentiation 49 .
|
|
1877
|
+
# } => {
|
|
1878
|
+
# :test-exponentiation-2 a :MathBuiltinTest .
|
|
1879
|
+
# :test-exponentiation-2 :builtin math:exponentiation .
|
|
1880
|
+
# :test-exponentiation-2 :input (7 ?exp) .
|
|
1881
|
+
# :test-exponentiation-2 :expected 2 .
|
|
1882
|
+
# :test-exponentiation-2 :actual ?exp .
|
|
1883
|
+
# :test-exponentiation-2 :status :pass .
|
|
1884
|
+
# } .
|
|
1885
|
+
# with substitution (on rule variables):
|
|
1886
|
+
# ?exp = 2
|
|
1887
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1888
|
+
# ----------------------------------------------------------------------
|
|
1889
|
+
|
|
1890
|
+
:test-exponentiation-2 :status :pass .
|
|
1891
|
+
|
|
1892
|
+
# ----------------------------------------------------------------------
|
|
1893
|
+
# Proof for derived triple:
|
|
1894
|
+
# :test-greaterThan-1 a :MathBuiltinTest .
|
|
1895
|
+
# It holds because the following instance of the rule body is provable:
|
|
1896
|
+
# 42 math:greaterThan 41 .
|
|
1897
|
+
# via the schematic forward rule:
|
|
1898
|
+
# {
|
|
1899
|
+
# 42 math:greaterThan 41 .
|
|
1900
|
+
# } => {
|
|
1901
|
+
# :test-greaterThan-1 a :MathBuiltinTest .
|
|
1902
|
+
# :test-greaterThan-1 :builtin math:greaterThan .
|
|
1903
|
+
# :test-greaterThan-1 :input 42 .
|
|
1904
|
+
# :test-greaterThan-1 :other 41 .
|
|
1905
|
+
# :test-greaterThan-1 :status :pass .
|
|
1906
|
+
# } .
|
|
1907
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1908
|
+
# ----------------------------------------------------------------------
|
|
1909
|
+
|
|
1910
|
+
:test-greaterThan-1 a :MathBuiltinTest .
|
|
1911
|
+
|
|
1912
|
+
# ----------------------------------------------------------------------
|
|
1913
|
+
# Proof for derived triple:
|
|
1914
|
+
# :test-greaterThan-1 :builtin math:greaterThan .
|
|
1915
|
+
# It holds because the following instance of the rule body is provable:
|
|
1916
|
+
# 42 math:greaterThan 41 .
|
|
1917
|
+
# via the schematic forward rule:
|
|
1918
|
+
# {
|
|
1919
|
+
# 42 math:greaterThan 41 .
|
|
1920
|
+
# } => {
|
|
1921
|
+
# :test-greaterThan-1 a :MathBuiltinTest .
|
|
1922
|
+
# :test-greaterThan-1 :builtin math:greaterThan .
|
|
1923
|
+
# :test-greaterThan-1 :input 42 .
|
|
1924
|
+
# :test-greaterThan-1 :other 41 .
|
|
1925
|
+
# :test-greaterThan-1 :status :pass .
|
|
1926
|
+
# } .
|
|
1927
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1928
|
+
# ----------------------------------------------------------------------
|
|
1929
|
+
|
|
1930
|
+
:test-greaterThan-1 :builtin math:greaterThan .
|
|
1931
|
+
|
|
1932
|
+
# ----------------------------------------------------------------------
|
|
1933
|
+
# Proof for derived triple:
|
|
1934
|
+
# :test-greaterThan-1 :input 42 .
|
|
1935
|
+
# It holds because the following instance of the rule body is provable:
|
|
1936
|
+
# 42 math:greaterThan 41 .
|
|
1937
|
+
# via the schematic forward rule:
|
|
1938
|
+
# {
|
|
1939
|
+
# 42 math:greaterThan 41 .
|
|
1940
|
+
# } => {
|
|
1941
|
+
# :test-greaterThan-1 a :MathBuiltinTest .
|
|
1942
|
+
# :test-greaterThan-1 :builtin math:greaterThan .
|
|
1943
|
+
# :test-greaterThan-1 :input 42 .
|
|
1944
|
+
# :test-greaterThan-1 :other 41 .
|
|
1945
|
+
# :test-greaterThan-1 :status :pass .
|
|
1946
|
+
# } .
|
|
1947
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1948
|
+
# ----------------------------------------------------------------------
|
|
1949
|
+
|
|
1950
|
+
:test-greaterThan-1 :input 42 .
|
|
1951
|
+
|
|
1952
|
+
# ----------------------------------------------------------------------
|
|
1953
|
+
# Proof for derived triple:
|
|
1954
|
+
# :test-greaterThan-1 :other 41 .
|
|
1955
|
+
# It holds because the following instance of the rule body is provable:
|
|
1956
|
+
# 42 math:greaterThan 41 .
|
|
1957
|
+
# via the schematic forward rule:
|
|
1958
|
+
# {
|
|
1959
|
+
# 42 math:greaterThan 41 .
|
|
1960
|
+
# } => {
|
|
1961
|
+
# :test-greaterThan-1 a :MathBuiltinTest .
|
|
1962
|
+
# :test-greaterThan-1 :builtin math:greaterThan .
|
|
1963
|
+
# :test-greaterThan-1 :input 42 .
|
|
1964
|
+
# :test-greaterThan-1 :other 41 .
|
|
1965
|
+
# :test-greaterThan-1 :status :pass .
|
|
1966
|
+
# } .
|
|
1967
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1968
|
+
# ----------------------------------------------------------------------
|
|
1969
|
+
|
|
1970
|
+
:test-greaterThan-1 :other 41 .
|
|
1971
|
+
|
|
1972
|
+
# ----------------------------------------------------------------------
|
|
1973
|
+
# Proof for derived triple:
|
|
1974
|
+
# :test-greaterThan-1 :status :pass .
|
|
1975
|
+
# It holds because the following instance of the rule body is provable:
|
|
1976
|
+
# 42 math:greaterThan 41 .
|
|
1977
|
+
# via the schematic forward rule:
|
|
1978
|
+
# {
|
|
1979
|
+
# 42 math:greaterThan 41 .
|
|
1980
|
+
# } => {
|
|
1981
|
+
# :test-greaterThan-1 a :MathBuiltinTest .
|
|
1982
|
+
# :test-greaterThan-1 :builtin math:greaterThan .
|
|
1983
|
+
# :test-greaterThan-1 :input 42 .
|
|
1984
|
+
# :test-greaterThan-1 :other 41 .
|
|
1985
|
+
# :test-greaterThan-1 :status :pass .
|
|
1986
|
+
# } .
|
|
1987
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
1988
|
+
# ----------------------------------------------------------------------
|
|
1989
|
+
|
|
1990
|
+
:test-greaterThan-1 :status :pass .
|
|
1991
|
+
|
|
1992
|
+
# ----------------------------------------------------------------------
|
|
1993
|
+
# Proof for derived triple:
|
|
1994
|
+
# :test-lessThan-1 a :MathBuiltinTest .
|
|
1995
|
+
# It holds because the following instance of the rule body is provable:
|
|
1996
|
+
# 41 math:lessThan 42 .
|
|
1997
|
+
# via the schematic forward rule:
|
|
1998
|
+
# {
|
|
1999
|
+
# 41 math:lessThan 42 .
|
|
2000
|
+
# } => {
|
|
2001
|
+
# :test-lessThan-1 a :MathBuiltinTest .
|
|
2002
|
+
# :test-lessThan-1 :builtin math:lessThan .
|
|
2003
|
+
# :test-lessThan-1 :input 41 .
|
|
2004
|
+
# :test-lessThan-1 :other 42 .
|
|
2005
|
+
# :test-lessThan-1 :status :pass .
|
|
2006
|
+
# } .
|
|
2007
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2008
|
+
# ----------------------------------------------------------------------
|
|
2009
|
+
|
|
2010
|
+
:test-lessThan-1 a :MathBuiltinTest .
|
|
2011
|
+
|
|
2012
|
+
# ----------------------------------------------------------------------
|
|
2013
|
+
# Proof for derived triple:
|
|
2014
|
+
# :test-lessThan-1 :builtin math:lessThan .
|
|
2015
|
+
# It holds because the following instance of the rule body is provable:
|
|
2016
|
+
# 41 math:lessThan 42 .
|
|
2017
|
+
# via the schematic forward rule:
|
|
2018
|
+
# {
|
|
2019
|
+
# 41 math:lessThan 42 .
|
|
2020
|
+
# } => {
|
|
2021
|
+
# :test-lessThan-1 a :MathBuiltinTest .
|
|
2022
|
+
# :test-lessThan-1 :builtin math:lessThan .
|
|
2023
|
+
# :test-lessThan-1 :input 41 .
|
|
2024
|
+
# :test-lessThan-1 :other 42 .
|
|
2025
|
+
# :test-lessThan-1 :status :pass .
|
|
2026
|
+
# } .
|
|
2027
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2028
|
+
# ----------------------------------------------------------------------
|
|
2029
|
+
|
|
2030
|
+
:test-lessThan-1 :builtin math:lessThan .
|
|
2031
|
+
|
|
2032
|
+
# ----------------------------------------------------------------------
|
|
2033
|
+
# Proof for derived triple:
|
|
2034
|
+
# :test-lessThan-1 :input 41 .
|
|
2035
|
+
# It holds because the following instance of the rule body is provable:
|
|
2036
|
+
# 41 math:lessThan 42 .
|
|
2037
|
+
# via the schematic forward rule:
|
|
2038
|
+
# {
|
|
2039
|
+
# 41 math:lessThan 42 .
|
|
2040
|
+
# } => {
|
|
2041
|
+
# :test-lessThan-1 a :MathBuiltinTest .
|
|
2042
|
+
# :test-lessThan-1 :builtin math:lessThan .
|
|
2043
|
+
# :test-lessThan-1 :input 41 .
|
|
2044
|
+
# :test-lessThan-1 :other 42 .
|
|
2045
|
+
# :test-lessThan-1 :status :pass .
|
|
2046
|
+
# } .
|
|
2047
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2048
|
+
# ----------------------------------------------------------------------
|
|
2049
|
+
|
|
2050
|
+
:test-lessThan-1 :input 41 .
|
|
2051
|
+
|
|
2052
|
+
# ----------------------------------------------------------------------
|
|
2053
|
+
# Proof for derived triple:
|
|
2054
|
+
# :test-lessThan-1 :other 42 .
|
|
2055
|
+
# It holds because the following instance of the rule body is provable:
|
|
2056
|
+
# 41 math:lessThan 42 .
|
|
2057
|
+
# via the schematic forward rule:
|
|
2058
|
+
# {
|
|
2059
|
+
# 41 math:lessThan 42 .
|
|
2060
|
+
# } => {
|
|
2061
|
+
# :test-lessThan-1 a :MathBuiltinTest .
|
|
2062
|
+
# :test-lessThan-1 :builtin math:lessThan .
|
|
2063
|
+
# :test-lessThan-1 :input 41 .
|
|
2064
|
+
# :test-lessThan-1 :other 42 .
|
|
2065
|
+
# :test-lessThan-1 :status :pass .
|
|
2066
|
+
# } .
|
|
2067
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2068
|
+
# ----------------------------------------------------------------------
|
|
2069
|
+
|
|
2070
|
+
:test-lessThan-1 :other 42 .
|
|
2071
|
+
|
|
2072
|
+
# ----------------------------------------------------------------------
|
|
2073
|
+
# Proof for derived triple:
|
|
2074
|
+
# :test-lessThan-1 :status :pass .
|
|
2075
|
+
# It holds because the following instance of the rule body is provable:
|
|
2076
|
+
# 41 math:lessThan 42 .
|
|
2077
|
+
# via the schematic forward rule:
|
|
2078
|
+
# {
|
|
2079
|
+
# 41 math:lessThan 42 .
|
|
2080
|
+
# } => {
|
|
2081
|
+
# :test-lessThan-1 a :MathBuiltinTest .
|
|
2082
|
+
# :test-lessThan-1 :builtin math:lessThan .
|
|
2083
|
+
# :test-lessThan-1 :input 41 .
|
|
2084
|
+
# :test-lessThan-1 :other 42 .
|
|
2085
|
+
# :test-lessThan-1 :status :pass .
|
|
2086
|
+
# } .
|
|
2087
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2088
|
+
# ----------------------------------------------------------------------
|
|
2089
|
+
|
|
2090
|
+
:test-lessThan-1 :status :pass .
|
|
2091
|
+
|
|
2092
|
+
# ----------------------------------------------------------------------
|
|
2093
|
+
# Proof for derived triple:
|
|
2094
|
+
# :test-negation-1 a :MathBuiltinTest .
|
|
2095
|
+
# It holds because the following instance of the rule body is provable:
|
|
2096
|
+
# 42 math:negation -42 .
|
|
2097
|
+
# -42 math:equalTo -42 .
|
|
2098
|
+
# via the schematic forward rule:
|
|
2099
|
+
# {
|
|
2100
|
+
# 42 math:negation ?neg .
|
|
2101
|
+
# ?neg math:equalTo -42 .
|
|
2102
|
+
# } => {
|
|
2103
|
+
# :test-negation-1 a :MathBuiltinTest .
|
|
2104
|
+
# :test-negation-1 :builtin math:negation .
|
|
2105
|
+
# :test-negation-1 :input 42 .
|
|
2106
|
+
# :test-negation-1 :expected -42 .
|
|
2107
|
+
# :test-negation-1 :actual ?neg .
|
|
2108
|
+
# :test-negation-1 :status :pass .
|
|
2109
|
+
# } .
|
|
2110
|
+
# with substitution (on rule variables):
|
|
2111
|
+
# ?neg = -42
|
|
2112
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2113
|
+
# ----------------------------------------------------------------------
|
|
2114
|
+
|
|
2115
|
+
:test-negation-1 a :MathBuiltinTest .
|
|
2116
|
+
|
|
2117
|
+
# ----------------------------------------------------------------------
|
|
2118
|
+
# Proof for derived triple:
|
|
2119
|
+
# :test-negation-1 :builtin math:negation .
|
|
2120
|
+
# It holds because the following instance of the rule body is provable:
|
|
2121
|
+
# 42 math:negation -42 .
|
|
2122
|
+
# -42 math:equalTo -42 .
|
|
2123
|
+
# via the schematic forward rule:
|
|
2124
|
+
# {
|
|
2125
|
+
# 42 math:negation ?neg .
|
|
2126
|
+
# ?neg math:equalTo -42 .
|
|
2127
|
+
# } => {
|
|
2128
|
+
# :test-negation-1 a :MathBuiltinTest .
|
|
2129
|
+
# :test-negation-1 :builtin math:negation .
|
|
2130
|
+
# :test-negation-1 :input 42 .
|
|
2131
|
+
# :test-negation-1 :expected -42 .
|
|
2132
|
+
# :test-negation-1 :actual ?neg .
|
|
2133
|
+
# :test-negation-1 :status :pass .
|
|
2134
|
+
# } .
|
|
2135
|
+
# with substitution (on rule variables):
|
|
2136
|
+
# ?neg = -42
|
|
2137
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2138
|
+
# ----------------------------------------------------------------------
|
|
2139
|
+
|
|
2140
|
+
:test-negation-1 :builtin math:negation .
|
|
2141
|
+
|
|
2142
|
+
# ----------------------------------------------------------------------
|
|
2143
|
+
# Proof for derived triple:
|
|
2144
|
+
# :test-negation-1 :input 42 .
|
|
2145
|
+
# It holds because the following instance of the rule body is provable:
|
|
2146
|
+
# 42 math:negation -42 .
|
|
2147
|
+
# -42 math:equalTo -42 .
|
|
2148
|
+
# via the schematic forward rule:
|
|
2149
|
+
# {
|
|
2150
|
+
# 42 math:negation ?neg .
|
|
2151
|
+
# ?neg math:equalTo -42 .
|
|
2152
|
+
# } => {
|
|
2153
|
+
# :test-negation-1 a :MathBuiltinTest .
|
|
2154
|
+
# :test-negation-1 :builtin math:negation .
|
|
2155
|
+
# :test-negation-1 :input 42 .
|
|
2156
|
+
# :test-negation-1 :expected -42 .
|
|
2157
|
+
# :test-negation-1 :actual ?neg .
|
|
2158
|
+
# :test-negation-1 :status :pass .
|
|
2159
|
+
# } .
|
|
2160
|
+
# with substitution (on rule variables):
|
|
2161
|
+
# ?neg = -42
|
|
2162
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2163
|
+
# ----------------------------------------------------------------------
|
|
2164
|
+
|
|
2165
|
+
:test-negation-1 :input 42 .
|
|
2166
|
+
|
|
2167
|
+
# ----------------------------------------------------------------------
|
|
2168
|
+
# Proof for derived triple:
|
|
2169
|
+
# :test-negation-1 :expected -42 .
|
|
2170
|
+
# It holds because the following instance of the rule body is provable:
|
|
2171
|
+
# 42 math:negation -42 .
|
|
2172
|
+
# -42 math:equalTo -42 .
|
|
2173
|
+
# via the schematic forward rule:
|
|
2174
|
+
# {
|
|
2175
|
+
# 42 math:negation ?neg .
|
|
2176
|
+
# ?neg math:equalTo -42 .
|
|
2177
|
+
# } => {
|
|
2178
|
+
# :test-negation-1 a :MathBuiltinTest .
|
|
2179
|
+
# :test-negation-1 :builtin math:negation .
|
|
2180
|
+
# :test-negation-1 :input 42 .
|
|
2181
|
+
# :test-negation-1 :expected -42 .
|
|
2182
|
+
# :test-negation-1 :actual ?neg .
|
|
2183
|
+
# :test-negation-1 :status :pass .
|
|
2184
|
+
# } .
|
|
2185
|
+
# with substitution (on rule variables):
|
|
2186
|
+
# ?neg = -42
|
|
2187
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2188
|
+
# ----------------------------------------------------------------------
|
|
2189
|
+
|
|
2190
|
+
:test-negation-1 :expected -42 .
|
|
2191
|
+
|
|
2192
|
+
# ----------------------------------------------------------------------
|
|
2193
|
+
# Proof for derived triple:
|
|
2194
|
+
# :test-negation-1 :actual -42 .
|
|
2195
|
+
# It holds because the following instance of the rule body is provable:
|
|
2196
|
+
# 42 math:negation -42 .
|
|
2197
|
+
# -42 math:equalTo -42 .
|
|
2198
|
+
# via the schematic forward rule:
|
|
2199
|
+
# {
|
|
2200
|
+
# 42 math:negation ?neg .
|
|
2201
|
+
# ?neg math:equalTo -42 .
|
|
2202
|
+
# } => {
|
|
2203
|
+
# :test-negation-1 a :MathBuiltinTest .
|
|
2204
|
+
# :test-negation-1 :builtin math:negation .
|
|
2205
|
+
# :test-negation-1 :input 42 .
|
|
2206
|
+
# :test-negation-1 :expected -42 .
|
|
2207
|
+
# :test-negation-1 :actual ?neg .
|
|
2208
|
+
# :test-negation-1 :status :pass .
|
|
2209
|
+
# } .
|
|
2210
|
+
# with substitution (on rule variables):
|
|
2211
|
+
# ?neg = -42
|
|
2212
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2213
|
+
# ----------------------------------------------------------------------
|
|
2214
|
+
|
|
2215
|
+
:test-negation-1 :actual -42 .
|
|
2216
|
+
|
|
2217
|
+
# ----------------------------------------------------------------------
|
|
2218
|
+
# Proof for derived triple:
|
|
2219
|
+
# :test-negation-1 :status :pass .
|
|
2220
|
+
# It holds because the following instance of the rule body is provable:
|
|
2221
|
+
# 42 math:negation -42 .
|
|
2222
|
+
# -42 math:equalTo -42 .
|
|
2223
|
+
# via the schematic forward rule:
|
|
2224
|
+
# {
|
|
2225
|
+
# 42 math:negation ?neg .
|
|
2226
|
+
# ?neg math:equalTo -42 .
|
|
2227
|
+
# } => {
|
|
2228
|
+
# :test-negation-1 a :MathBuiltinTest .
|
|
2229
|
+
# :test-negation-1 :builtin math:negation .
|
|
2230
|
+
# :test-negation-1 :input 42 .
|
|
2231
|
+
# :test-negation-1 :expected -42 .
|
|
2232
|
+
# :test-negation-1 :actual ?neg .
|
|
2233
|
+
# :test-negation-1 :status :pass .
|
|
2234
|
+
# } .
|
|
2235
|
+
# with substitution (on rule variables):
|
|
2236
|
+
# ?neg = -42
|
|
2237
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2238
|
+
# ----------------------------------------------------------------------
|
|
2239
|
+
|
|
2240
|
+
:test-negation-1 :status :pass .
|
|
2241
|
+
|
|
2242
|
+
# ----------------------------------------------------------------------
|
|
2243
|
+
# Proof for derived triple:
|
|
2244
|
+
# :test-negation-2 a :MathBuiltinTest .
|
|
2245
|
+
# It holds because the following instance of the rule body is provable:
|
|
2246
|
+
# -1 math:negation 1 .
|
|
2247
|
+
# via the schematic forward rule:
|
|
2248
|
+
# {
|
|
2249
|
+
# ?x math:negation 1 .
|
|
2250
|
+
# } => {
|
|
2251
|
+
# :test-negation-2 a :MathBuiltinTest .
|
|
2252
|
+
# :test-negation-2 :builtin math:negation .
|
|
2253
|
+
# :test-negation-2 :input ?x .
|
|
2254
|
+
# :test-negation-2 :expected -1 .
|
|
2255
|
+
# :test-negation-2 :actual ?x .
|
|
2256
|
+
# :test-negation-2 :status :pass .
|
|
2257
|
+
# } .
|
|
2258
|
+
# with substitution (on rule variables):
|
|
2259
|
+
# ?x = -1
|
|
2260
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2261
|
+
# ----------------------------------------------------------------------
|
|
2262
|
+
|
|
2263
|
+
:test-negation-2 a :MathBuiltinTest .
|
|
2264
|
+
|
|
2265
|
+
# ----------------------------------------------------------------------
|
|
2266
|
+
# Proof for derived triple:
|
|
2267
|
+
# :test-negation-2 :builtin math:negation .
|
|
2268
|
+
# It holds because the following instance of the rule body is provable:
|
|
2269
|
+
# -1 math:negation 1 .
|
|
2270
|
+
# via the schematic forward rule:
|
|
2271
|
+
# {
|
|
2272
|
+
# ?x math:negation 1 .
|
|
2273
|
+
# } => {
|
|
2274
|
+
# :test-negation-2 a :MathBuiltinTest .
|
|
2275
|
+
# :test-negation-2 :builtin math:negation .
|
|
2276
|
+
# :test-negation-2 :input ?x .
|
|
2277
|
+
# :test-negation-2 :expected -1 .
|
|
2278
|
+
# :test-negation-2 :actual ?x .
|
|
2279
|
+
# :test-negation-2 :status :pass .
|
|
2280
|
+
# } .
|
|
2281
|
+
# with substitution (on rule variables):
|
|
2282
|
+
# ?x = -1
|
|
2283
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2284
|
+
# ----------------------------------------------------------------------
|
|
2285
|
+
|
|
2286
|
+
:test-negation-2 :builtin math:negation .
|
|
2287
|
+
|
|
2288
|
+
# ----------------------------------------------------------------------
|
|
2289
|
+
# Proof for derived triple:
|
|
2290
|
+
# :test-negation-2 :input -1 .
|
|
2291
|
+
# It holds because the following instance of the rule body is provable:
|
|
2292
|
+
# -1 math:negation 1 .
|
|
2293
|
+
# via the schematic forward rule:
|
|
2294
|
+
# {
|
|
2295
|
+
# ?x math:negation 1 .
|
|
2296
|
+
# } => {
|
|
2297
|
+
# :test-negation-2 a :MathBuiltinTest .
|
|
2298
|
+
# :test-negation-2 :builtin math:negation .
|
|
2299
|
+
# :test-negation-2 :input ?x .
|
|
2300
|
+
# :test-negation-2 :expected -1 .
|
|
2301
|
+
# :test-negation-2 :actual ?x .
|
|
2302
|
+
# :test-negation-2 :status :pass .
|
|
2303
|
+
# } .
|
|
2304
|
+
# with substitution (on rule variables):
|
|
2305
|
+
# ?x = -1
|
|
2306
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2307
|
+
# ----------------------------------------------------------------------
|
|
2308
|
+
|
|
2309
|
+
:test-negation-2 :input -1 .
|
|
2310
|
+
|
|
2311
|
+
# ----------------------------------------------------------------------
|
|
2312
|
+
# Proof for derived triple:
|
|
2313
|
+
# :test-negation-2 :expected -1 .
|
|
2314
|
+
# It holds because the following instance of the rule body is provable:
|
|
2315
|
+
# -1 math:negation 1 .
|
|
2316
|
+
# via the schematic forward rule:
|
|
2317
|
+
# {
|
|
2318
|
+
# ?x math:negation 1 .
|
|
2319
|
+
# } => {
|
|
2320
|
+
# :test-negation-2 a :MathBuiltinTest .
|
|
2321
|
+
# :test-negation-2 :builtin math:negation .
|
|
2322
|
+
# :test-negation-2 :input ?x .
|
|
2323
|
+
# :test-negation-2 :expected -1 .
|
|
2324
|
+
# :test-negation-2 :actual ?x .
|
|
2325
|
+
# :test-negation-2 :status :pass .
|
|
2326
|
+
# } .
|
|
2327
|
+
# with substitution (on rule variables):
|
|
2328
|
+
# ?x = -1
|
|
2329
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2330
|
+
# ----------------------------------------------------------------------
|
|
2331
|
+
|
|
2332
|
+
:test-negation-2 :expected -1 .
|
|
2333
|
+
|
|
2334
|
+
# ----------------------------------------------------------------------
|
|
2335
|
+
# Proof for derived triple:
|
|
2336
|
+
# :test-negation-2 :actual -1 .
|
|
2337
|
+
# It holds because the following instance of the rule body is provable:
|
|
2338
|
+
# -1 math:negation 1 .
|
|
2339
|
+
# via the schematic forward rule:
|
|
2340
|
+
# {
|
|
2341
|
+
# ?x math:negation 1 .
|
|
2342
|
+
# } => {
|
|
2343
|
+
# :test-negation-2 a :MathBuiltinTest .
|
|
2344
|
+
# :test-negation-2 :builtin math:negation .
|
|
2345
|
+
# :test-negation-2 :input ?x .
|
|
2346
|
+
# :test-negation-2 :expected -1 .
|
|
2347
|
+
# :test-negation-2 :actual ?x .
|
|
2348
|
+
# :test-negation-2 :status :pass .
|
|
2349
|
+
# } .
|
|
2350
|
+
# with substitution (on rule variables):
|
|
2351
|
+
# ?x = -1
|
|
2352
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2353
|
+
# ----------------------------------------------------------------------
|
|
2354
|
+
|
|
2355
|
+
:test-negation-2 :actual -1 .
|
|
2356
|
+
|
|
2357
|
+
# ----------------------------------------------------------------------
|
|
2358
|
+
# Proof for derived triple:
|
|
2359
|
+
# :test-negation-2 :status :pass .
|
|
2360
|
+
# It holds because the following instance of the rule body is provable:
|
|
2361
|
+
# -1 math:negation 1 .
|
|
2362
|
+
# via the schematic forward rule:
|
|
2363
|
+
# {
|
|
2364
|
+
# ?x math:negation 1 .
|
|
2365
|
+
# } => {
|
|
2366
|
+
# :test-negation-2 a :MathBuiltinTest .
|
|
2367
|
+
# :test-negation-2 :builtin math:negation .
|
|
2368
|
+
# :test-negation-2 :input ?x .
|
|
2369
|
+
# :test-negation-2 :expected -1 .
|
|
2370
|
+
# :test-negation-2 :actual ?x .
|
|
2371
|
+
# :test-negation-2 :status :pass .
|
|
2372
|
+
# } .
|
|
2373
|
+
# with substitution (on rule variables):
|
|
2374
|
+
# ?x = -1
|
|
2375
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2376
|
+
# ----------------------------------------------------------------------
|
|
2377
|
+
|
|
2378
|
+
:test-negation-2 :status :pass .
|
|
2379
|
+
|
|
2380
|
+
# ----------------------------------------------------------------------
|
|
2381
|
+
# Proof for derived triple:
|
|
2382
|
+
# :test-notEqualTo-1 a :MathBuiltinTest .
|
|
2383
|
+
# It holds because the following instance of the rule body is provable:
|
|
2384
|
+
# 41 math:notEqualTo 42 .
|
|
2385
|
+
# via the schematic forward rule:
|
|
2386
|
+
# {
|
|
2387
|
+
# 41 math:notEqualTo 42 .
|
|
2388
|
+
# } => {
|
|
2389
|
+
# :test-notEqualTo-1 a :MathBuiltinTest .
|
|
2390
|
+
# :test-notEqualTo-1 :builtin math:notEqualTo .
|
|
2391
|
+
# :test-notEqualTo-1 :input 41 .
|
|
2392
|
+
# :test-notEqualTo-1 :other 42 .
|
|
2393
|
+
# :test-notEqualTo-1 :status :pass .
|
|
2394
|
+
# } .
|
|
2395
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2396
|
+
# ----------------------------------------------------------------------
|
|
2397
|
+
|
|
2398
|
+
:test-notEqualTo-1 a :MathBuiltinTest .
|
|
2399
|
+
|
|
2400
|
+
# ----------------------------------------------------------------------
|
|
2401
|
+
# Proof for derived triple:
|
|
2402
|
+
# :test-notEqualTo-1 :builtin math:notEqualTo .
|
|
2403
|
+
# It holds because the following instance of the rule body is provable:
|
|
2404
|
+
# 41 math:notEqualTo 42 .
|
|
2405
|
+
# via the schematic forward rule:
|
|
2406
|
+
# {
|
|
2407
|
+
# 41 math:notEqualTo 42 .
|
|
2408
|
+
# } => {
|
|
2409
|
+
# :test-notEqualTo-1 a :MathBuiltinTest .
|
|
2410
|
+
# :test-notEqualTo-1 :builtin math:notEqualTo .
|
|
2411
|
+
# :test-notEqualTo-1 :input 41 .
|
|
2412
|
+
# :test-notEqualTo-1 :other 42 .
|
|
2413
|
+
# :test-notEqualTo-1 :status :pass .
|
|
2414
|
+
# } .
|
|
2415
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2416
|
+
# ----------------------------------------------------------------------
|
|
2417
|
+
|
|
2418
|
+
:test-notEqualTo-1 :builtin math:notEqualTo .
|
|
2419
|
+
|
|
2420
|
+
# ----------------------------------------------------------------------
|
|
2421
|
+
# Proof for derived triple:
|
|
2422
|
+
# :test-notEqualTo-1 :input 41 .
|
|
2423
|
+
# It holds because the following instance of the rule body is provable:
|
|
2424
|
+
# 41 math:notEqualTo 42 .
|
|
2425
|
+
# via the schematic forward rule:
|
|
2426
|
+
# {
|
|
2427
|
+
# 41 math:notEqualTo 42 .
|
|
2428
|
+
# } => {
|
|
2429
|
+
# :test-notEqualTo-1 a :MathBuiltinTest .
|
|
2430
|
+
# :test-notEqualTo-1 :builtin math:notEqualTo .
|
|
2431
|
+
# :test-notEqualTo-1 :input 41 .
|
|
2432
|
+
# :test-notEqualTo-1 :other 42 .
|
|
2433
|
+
# :test-notEqualTo-1 :status :pass .
|
|
2434
|
+
# } .
|
|
2435
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2436
|
+
# ----------------------------------------------------------------------
|
|
2437
|
+
|
|
2438
|
+
:test-notEqualTo-1 :input 41 .
|
|
2439
|
+
|
|
2440
|
+
# ----------------------------------------------------------------------
|
|
2441
|
+
# Proof for derived triple:
|
|
2442
|
+
# :test-notEqualTo-1 :other 42 .
|
|
2443
|
+
# It holds because the following instance of the rule body is provable:
|
|
2444
|
+
# 41 math:notEqualTo 42 .
|
|
2445
|
+
# via the schematic forward rule:
|
|
2446
|
+
# {
|
|
2447
|
+
# 41 math:notEqualTo 42 .
|
|
2448
|
+
# } => {
|
|
2449
|
+
# :test-notEqualTo-1 a :MathBuiltinTest .
|
|
2450
|
+
# :test-notEqualTo-1 :builtin math:notEqualTo .
|
|
2451
|
+
# :test-notEqualTo-1 :input 41 .
|
|
2452
|
+
# :test-notEqualTo-1 :other 42 .
|
|
2453
|
+
# :test-notEqualTo-1 :status :pass .
|
|
2454
|
+
# } .
|
|
2455
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2456
|
+
# ----------------------------------------------------------------------
|
|
2457
|
+
|
|
2458
|
+
:test-notEqualTo-1 :other 42 .
|
|
2459
|
+
|
|
2460
|
+
# ----------------------------------------------------------------------
|
|
2461
|
+
# Proof for derived triple:
|
|
2462
|
+
# :test-notEqualTo-1 :status :pass .
|
|
2463
|
+
# It holds because the following instance of the rule body is provable:
|
|
2464
|
+
# 41 math:notEqualTo 42 .
|
|
2465
|
+
# via the schematic forward rule:
|
|
2466
|
+
# {
|
|
2467
|
+
# 41 math:notEqualTo 42 .
|
|
2468
|
+
# } => {
|
|
2469
|
+
# :test-notEqualTo-1 a :MathBuiltinTest .
|
|
2470
|
+
# :test-notEqualTo-1 :builtin math:notEqualTo .
|
|
2471
|
+
# :test-notEqualTo-1 :input 41 .
|
|
2472
|
+
# :test-notEqualTo-1 :other 42 .
|
|
2473
|
+
# :test-notEqualTo-1 :status :pass .
|
|
2474
|
+
# } .
|
|
2475
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2476
|
+
# ----------------------------------------------------------------------
|
|
2477
|
+
|
|
2478
|
+
:test-notEqualTo-1 :status :pass .
|
|
2479
|
+
|
|
2480
|
+
# ----------------------------------------------------------------------
|
|
2481
|
+
# Proof for derived triple:
|
|
2482
|
+
# :test-notGreaterThan-1 a :MathBuiltinTest .
|
|
2483
|
+
# It holds because the following instance of the rule body is provable:
|
|
2484
|
+
# 41 math:notGreaterThan 42 .
|
|
2485
|
+
# via the schematic forward rule:
|
|
2486
|
+
# {
|
|
2487
|
+
# 41 math:notGreaterThan 42 .
|
|
2488
|
+
# } => {
|
|
2489
|
+
# :test-notGreaterThan-1 a :MathBuiltinTest .
|
|
2490
|
+
# :test-notGreaterThan-1 :builtin math:notGreaterThan .
|
|
2491
|
+
# :test-notGreaterThan-1 :input 41 .
|
|
2492
|
+
# :test-notGreaterThan-1 :other 42 .
|
|
2493
|
+
# :test-notGreaterThan-1 :status :pass .
|
|
2494
|
+
# } .
|
|
2495
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2496
|
+
# ----------------------------------------------------------------------
|
|
2497
|
+
|
|
2498
|
+
:test-notGreaterThan-1 a :MathBuiltinTest .
|
|
2499
|
+
|
|
2500
|
+
# ----------------------------------------------------------------------
|
|
2501
|
+
# Proof for derived triple:
|
|
2502
|
+
# :test-notGreaterThan-1 :builtin math:notGreaterThan .
|
|
2503
|
+
# It holds because the following instance of the rule body is provable:
|
|
2504
|
+
# 41 math:notGreaterThan 42 .
|
|
2505
|
+
# via the schematic forward rule:
|
|
2506
|
+
# {
|
|
2507
|
+
# 41 math:notGreaterThan 42 .
|
|
2508
|
+
# } => {
|
|
2509
|
+
# :test-notGreaterThan-1 a :MathBuiltinTest .
|
|
2510
|
+
# :test-notGreaterThan-1 :builtin math:notGreaterThan .
|
|
2511
|
+
# :test-notGreaterThan-1 :input 41 .
|
|
2512
|
+
# :test-notGreaterThan-1 :other 42 .
|
|
2513
|
+
# :test-notGreaterThan-1 :status :pass .
|
|
2514
|
+
# } .
|
|
2515
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2516
|
+
# ----------------------------------------------------------------------
|
|
2517
|
+
|
|
2518
|
+
:test-notGreaterThan-1 :builtin math:notGreaterThan .
|
|
2519
|
+
|
|
2520
|
+
# ----------------------------------------------------------------------
|
|
2521
|
+
# Proof for derived triple:
|
|
2522
|
+
# :test-notGreaterThan-1 :input 41 .
|
|
2523
|
+
# It holds because the following instance of the rule body is provable:
|
|
2524
|
+
# 41 math:notGreaterThan 42 .
|
|
2525
|
+
# via the schematic forward rule:
|
|
2526
|
+
# {
|
|
2527
|
+
# 41 math:notGreaterThan 42 .
|
|
2528
|
+
# } => {
|
|
2529
|
+
# :test-notGreaterThan-1 a :MathBuiltinTest .
|
|
2530
|
+
# :test-notGreaterThan-1 :builtin math:notGreaterThan .
|
|
2531
|
+
# :test-notGreaterThan-1 :input 41 .
|
|
2532
|
+
# :test-notGreaterThan-1 :other 42 .
|
|
2533
|
+
# :test-notGreaterThan-1 :status :pass .
|
|
2534
|
+
# } .
|
|
2535
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2536
|
+
# ----------------------------------------------------------------------
|
|
2537
|
+
|
|
2538
|
+
:test-notGreaterThan-1 :input 41 .
|
|
2539
|
+
|
|
2540
|
+
# ----------------------------------------------------------------------
|
|
2541
|
+
# Proof for derived triple:
|
|
2542
|
+
# :test-notGreaterThan-1 :other 42 .
|
|
2543
|
+
# It holds because the following instance of the rule body is provable:
|
|
2544
|
+
# 41 math:notGreaterThan 42 .
|
|
2545
|
+
# via the schematic forward rule:
|
|
2546
|
+
# {
|
|
2547
|
+
# 41 math:notGreaterThan 42 .
|
|
2548
|
+
# } => {
|
|
2549
|
+
# :test-notGreaterThan-1 a :MathBuiltinTest .
|
|
2550
|
+
# :test-notGreaterThan-1 :builtin math:notGreaterThan .
|
|
2551
|
+
# :test-notGreaterThan-1 :input 41 .
|
|
2552
|
+
# :test-notGreaterThan-1 :other 42 .
|
|
2553
|
+
# :test-notGreaterThan-1 :status :pass .
|
|
2554
|
+
# } .
|
|
2555
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2556
|
+
# ----------------------------------------------------------------------
|
|
2557
|
+
|
|
2558
|
+
:test-notGreaterThan-1 :other 42 .
|
|
2559
|
+
|
|
2560
|
+
# ----------------------------------------------------------------------
|
|
2561
|
+
# Proof for derived triple:
|
|
2562
|
+
# :test-notGreaterThan-1 :status :pass .
|
|
2563
|
+
# It holds because the following instance of the rule body is provable:
|
|
2564
|
+
# 41 math:notGreaterThan 42 .
|
|
2565
|
+
# via the schematic forward rule:
|
|
2566
|
+
# {
|
|
2567
|
+
# 41 math:notGreaterThan 42 .
|
|
2568
|
+
# } => {
|
|
2569
|
+
# :test-notGreaterThan-1 a :MathBuiltinTest .
|
|
2570
|
+
# :test-notGreaterThan-1 :builtin math:notGreaterThan .
|
|
2571
|
+
# :test-notGreaterThan-1 :input 41 .
|
|
2572
|
+
# :test-notGreaterThan-1 :other 42 .
|
|
2573
|
+
# :test-notGreaterThan-1 :status :pass .
|
|
2574
|
+
# } .
|
|
2575
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2576
|
+
# ----------------------------------------------------------------------
|
|
2577
|
+
|
|
2578
|
+
:test-notGreaterThan-1 :status :pass .
|
|
2579
|
+
|
|
2580
|
+
# ----------------------------------------------------------------------
|
|
2581
|
+
# Proof for derived triple:
|
|
2582
|
+
# :test-notLessThan-1 a :MathBuiltinTest .
|
|
2583
|
+
# It holds because the following instance of the rule body is provable:
|
|
2584
|
+
# 42 math:notLessThan 41 .
|
|
2585
|
+
# via the schematic forward rule:
|
|
2586
|
+
# {
|
|
2587
|
+
# 42 math:notLessThan 41 .
|
|
2588
|
+
# } => {
|
|
2589
|
+
# :test-notLessThan-1 a :MathBuiltinTest .
|
|
2590
|
+
# :test-notLessThan-1 :builtin math:notLessThan .
|
|
2591
|
+
# :test-notLessThan-1 :input 42 .
|
|
2592
|
+
# :test-notLessThan-1 :other 41 .
|
|
2593
|
+
# :test-notLessThan-1 :status :pass .
|
|
2594
|
+
# } .
|
|
2595
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2596
|
+
# ----------------------------------------------------------------------
|
|
2597
|
+
|
|
2598
|
+
:test-notLessThan-1 a :MathBuiltinTest .
|
|
2599
|
+
|
|
2600
|
+
# ----------------------------------------------------------------------
|
|
2601
|
+
# Proof for derived triple:
|
|
2602
|
+
# :test-notLessThan-1 :builtin math:notLessThan .
|
|
2603
|
+
# It holds because the following instance of the rule body is provable:
|
|
2604
|
+
# 42 math:notLessThan 41 .
|
|
2605
|
+
# via the schematic forward rule:
|
|
2606
|
+
# {
|
|
2607
|
+
# 42 math:notLessThan 41 .
|
|
2608
|
+
# } => {
|
|
2609
|
+
# :test-notLessThan-1 a :MathBuiltinTest .
|
|
2610
|
+
# :test-notLessThan-1 :builtin math:notLessThan .
|
|
2611
|
+
# :test-notLessThan-1 :input 42 .
|
|
2612
|
+
# :test-notLessThan-1 :other 41 .
|
|
2613
|
+
# :test-notLessThan-1 :status :pass .
|
|
2614
|
+
# } .
|
|
2615
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2616
|
+
# ----------------------------------------------------------------------
|
|
2617
|
+
|
|
2618
|
+
:test-notLessThan-1 :builtin math:notLessThan .
|
|
2619
|
+
|
|
2620
|
+
# ----------------------------------------------------------------------
|
|
2621
|
+
# Proof for derived triple:
|
|
2622
|
+
# :test-notLessThan-1 :input 42 .
|
|
2623
|
+
# It holds because the following instance of the rule body is provable:
|
|
2624
|
+
# 42 math:notLessThan 41 .
|
|
2625
|
+
# via the schematic forward rule:
|
|
2626
|
+
# {
|
|
2627
|
+
# 42 math:notLessThan 41 .
|
|
2628
|
+
# } => {
|
|
2629
|
+
# :test-notLessThan-1 a :MathBuiltinTest .
|
|
2630
|
+
# :test-notLessThan-1 :builtin math:notLessThan .
|
|
2631
|
+
# :test-notLessThan-1 :input 42 .
|
|
2632
|
+
# :test-notLessThan-1 :other 41 .
|
|
2633
|
+
# :test-notLessThan-1 :status :pass .
|
|
2634
|
+
# } .
|
|
2635
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2636
|
+
# ----------------------------------------------------------------------
|
|
2637
|
+
|
|
2638
|
+
:test-notLessThan-1 :input 42 .
|
|
2639
|
+
|
|
2640
|
+
# ----------------------------------------------------------------------
|
|
2641
|
+
# Proof for derived triple:
|
|
2642
|
+
# :test-notLessThan-1 :other 41 .
|
|
2643
|
+
# It holds because the following instance of the rule body is provable:
|
|
2644
|
+
# 42 math:notLessThan 41 .
|
|
2645
|
+
# via the schematic forward rule:
|
|
2646
|
+
# {
|
|
2647
|
+
# 42 math:notLessThan 41 .
|
|
2648
|
+
# } => {
|
|
2649
|
+
# :test-notLessThan-1 a :MathBuiltinTest .
|
|
2650
|
+
# :test-notLessThan-1 :builtin math:notLessThan .
|
|
2651
|
+
# :test-notLessThan-1 :input 42 .
|
|
2652
|
+
# :test-notLessThan-1 :other 41 .
|
|
2653
|
+
# :test-notLessThan-1 :status :pass .
|
|
2654
|
+
# } .
|
|
2655
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2656
|
+
# ----------------------------------------------------------------------
|
|
2657
|
+
|
|
2658
|
+
:test-notLessThan-1 :other 41 .
|
|
2659
|
+
|
|
2660
|
+
# ----------------------------------------------------------------------
|
|
2661
|
+
# Proof for derived triple:
|
|
2662
|
+
# :test-notLessThan-1 :status :pass .
|
|
2663
|
+
# It holds because the following instance of the rule body is provable:
|
|
2664
|
+
# 42 math:notLessThan 41 .
|
|
2665
|
+
# via the schematic forward rule:
|
|
2666
|
+
# {
|
|
2667
|
+
# 42 math:notLessThan 41 .
|
|
2668
|
+
# } => {
|
|
2669
|
+
# :test-notLessThan-1 a :MathBuiltinTest .
|
|
2670
|
+
# :test-notLessThan-1 :builtin math:notLessThan .
|
|
2671
|
+
# :test-notLessThan-1 :input 42 .
|
|
2672
|
+
# :test-notLessThan-1 :other 41 .
|
|
2673
|
+
# :test-notLessThan-1 :status :pass .
|
|
2674
|
+
# } .
|
|
2675
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2676
|
+
# ----------------------------------------------------------------------
|
|
2677
|
+
|
|
2678
|
+
:test-notLessThan-1 :status :pass .
|
|
2679
|
+
|
|
2680
|
+
# ----------------------------------------------------------------------
|
|
2681
|
+
# Proof for derived triple:
|
|
2682
|
+
# :test-product-1 a :MathBuiltinTest .
|
|
2683
|
+
# It holds because the following instance of the rule body is provable:
|
|
2684
|
+
# (2 21) math:product 42 .
|
|
2685
|
+
# 42 math:equalTo 42 .
|
|
2686
|
+
# via the schematic forward rule:
|
|
2687
|
+
# {
|
|
2688
|
+
# (2 21) math:product ?p .
|
|
2689
|
+
# ?p math:equalTo 42 .
|
|
2690
|
+
# } => {
|
|
2691
|
+
# :test-product-1 a :MathBuiltinTest .
|
|
2692
|
+
# :test-product-1 :builtin math:product .
|
|
2693
|
+
# :test-product-1 :input (2 21) .
|
|
2694
|
+
# :test-product-1 :expected 42 .
|
|
2695
|
+
# :test-product-1 :actual ?p .
|
|
2696
|
+
# :test-product-1 :status :pass .
|
|
2697
|
+
# } .
|
|
2698
|
+
# with substitution (on rule variables):
|
|
2699
|
+
# ?p = 42
|
|
2700
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2701
|
+
# ----------------------------------------------------------------------
|
|
2702
|
+
|
|
2703
|
+
:test-product-1 a :MathBuiltinTest .
|
|
2704
|
+
|
|
2705
|
+
# ----------------------------------------------------------------------
|
|
2706
|
+
# Proof for derived triple:
|
|
2707
|
+
# :test-product-1 :builtin math:product .
|
|
2708
|
+
# It holds because the following instance of the rule body is provable:
|
|
2709
|
+
# (2 21) math:product 42 .
|
|
2710
|
+
# 42 math:equalTo 42 .
|
|
2711
|
+
# via the schematic forward rule:
|
|
2712
|
+
# {
|
|
2713
|
+
# (2 21) math:product ?p .
|
|
2714
|
+
# ?p math:equalTo 42 .
|
|
2715
|
+
# } => {
|
|
2716
|
+
# :test-product-1 a :MathBuiltinTest .
|
|
2717
|
+
# :test-product-1 :builtin math:product .
|
|
2718
|
+
# :test-product-1 :input (2 21) .
|
|
2719
|
+
# :test-product-1 :expected 42 .
|
|
2720
|
+
# :test-product-1 :actual ?p .
|
|
2721
|
+
# :test-product-1 :status :pass .
|
|
2722
|
+
# } .
|
|
2723
|
+
# with substitution (on rule variables):
|
|
2724
|
+
# ?p = 42
|
|
2725
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2726
|
+
# ----------------------------------------------------------------------
|
|
2727
|
+
|
|
2728
|
+
:test-product-1 :builtin math:product .
|
|
2729
|
+
|
|
2730
|
+
# ----------------------------------------------------------------------
|
|
2731
|
+
# Proof for derived triple:
|
|
2732
|
+
# :test-product-1 :input (2 21) .
|
|
2733
|
+
# It holds because the following instance of the rule body is provable:
|
|
2734
|
+
# (2 21) math:product 42 .
|
|
2735
|
+
# 42 math:equalTo 42 .
|
|
2736
|
+
# via the schematic forward rule:
|
|
2737
|
+
# {
|
|
2738
|
+
# (2 21) math:product ?p .
|
|
2739
|
+
# ?p math:equalTo 42 .
|
|
2740
|
+
# } => {
|
|
2741
|
+
# :test-product-1 a :MathBuiltinTest .
|
|
2742
|
+
# :test-product-1 :builtin math:product .
|
|
2743
|
+
# :test-product-1 :input (2 21) .
|
|
2744
|
+
# :test-product-1 :expected 42 .
|
|
2745
|
+
# :test-product-1 :actual ?p .
|
|
2746
|
+
# :test-product-1 :status :pass .
|
|
2747
|
+
# } .
|
|
2748
|
+
# with substitution (on rule variables):
|
|
2749
|
+
# ?p = 42
|
|
2750
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2751
|
+
# ----------------------------------------------------------------------
|
|
2752
|
+
|
|
2753
|
+
:test-product-1 :input (2 21) .
|
|
2754
|
+
|
|
2755
|
+
# ----------------------------------------------------------------------
|
|
2756
|
+
# Proof for derived triple:
|
|
2757
|
+
# :test-product-1 :expected 42 .
|
|
2758
|
+
# It holds because the following instance of the rule body is provable:
|
|
2759
|
+
# (2 21) math:product 42 .
|
|
2760
|
+
# 42 math:equalTo 42 .
|
|
2761
|
+
# via the schematic forward rule:
|
|
2762
|
+
# {
|
|
2763
|
+
# (2 21) math:product ?p .
|
|
2764
|
+
# ?p math:equalTo 42 .
|
|
2765
|
+
# } => {
|
|
2766
|
+
# :test-product-1 a :MathBuiltinTest .
|
|
2767
|
+
# :test-product-1 :builtin math:product .
|
|
2768
|
+
# :test-product-1 :input (2 21) .
|
|
2769
|
+
# :test-product-1 :expected 42 .
|
|
2770
|
+
# :test-product-1 :actual ?p .
|
|
2771
|
+
# :test-product-1 :status :pass .
|
|
2772
|
+
# } .
|
|
2773
|
+
# with substitution (on rule variables):
|
|
2774
|
+
# ?p = 42
|
|
2775
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2776
|
+
# ----------------------------------------------------------------------
|
|
2777
|
+
|
|
2778
|
+
:test-product-1 :expected 42 .
|
|
2779
|
+
|
|
2780
|
+
# ----------------------------------------------------------------------
|
|
2781
|
+
# Proof for derived triple:
|
|
2782
|
+
# :test-product-1 :actual 42 .
|
|
2783
|
+
# It holds because the following instance of the rule body is provable:
|
|
2784
|
+
# (2 21) math:product 42 .
|
|
2785
|
+
# 42 math:equalTo 42 .
|
|
2786
|
+
# via the schematic forward rule:
|
|
2787
|
+
# {
|
|
2788
|
+
# (2 21) math:product ?p .
|
|
2789
|
+
# ?p math:equalTo 42 .
|
|
2790
|
+
# } => {
|
|
2791
|
+
# :test-product-1 a :MathBuiltinTest .
|
|
2792
|
+
# :test-product-1 :builtin math:product .
|
|
2793
|
+
# :test-product-1 :input (2 21) .
|
|
2794
|
+
# :test-product-1 :expected 42 .
|
|
2795
|
+
# :test-product-1 :actual ?p .
|
|
2796
|
+
# :test-product-1 :status :pass .
|
|
2797
|
+
# } .
|
|
2798
|
+
# with substitution (on rule variables):
|
|
2799
|
+
# ?p = 42
|
|
2800
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2801
|
+
# ----------------------------------------------------------------------
|
|
2802
|
+
|
|
2803
|
+
:test-product-1 :actual 42 .
|
|
2804
|
+
|
|
2805
|
+
# ----------------------------------------------------------------------
|
|
2806
|
+
# Proof for derived triple:
|
|
2807
|
+
# :test-product-1 :status :pass .
|
|
2808
|
+
# It holds because the following instance of the rule body is provable:
|
|
2809
|
+
# (2 21) math:product 42 .
|
|
2810
|
+
# 42 math:equalTo 42 .
|
|
2811
|
+
# via the schematic forward rule:
|
|
2812
|
+
# {
|
|
2813
|
+
# (2 21) math:product ?p .
|
|
2814
|
+
# ?p math:equalTo 42 .
|
|
2815
|
+
# } => {
|
|
2816
|
+
# :test-product-1 a :MathBuiltinTest .
|
|
2817
|
+
# :test-product-1 :builtin math:product .
|
|
2818
|
+
# :test-product-1 :input (2 21) .
|
|
2819
|
+
# :test-product-1 :expected 42 .
|
|
2820
|
+
# :test-product-1 :actual ?p .
|
|
2821
|
+
# :test-product-1 :status :pass .
|
|
2822
|
+
# } .
|
|
2823
|
+
# with substitution (on rule variables):
|
|
2824
|
+
# ?p = 42
|
|
2825
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2826
|
+
# ----------------------------------------------------------------------
|
|
2827
|
+
|
|
2828
|
+
:test-product-1 :status :pass .
|
|
2829
|
+
|
|
2830
|
+
# ----------------------------------------------------------------------
|
|
2831
|
+
# Proof for derived triple:
|
|
2832
|
+
# :test-product-2 a :MathBuiltinTest .
|
|
2833
|
+
# It holds because the following instance of the rule body is provable:
|
|
2834
|
+
# (2 4 6 8) math:product 384 .
|
|
2835
|
+
# 384 math:equalTo 384 .
|
|
2836
|
+
# via the schematic forward rule:
|
|
2837
|
+
# {
|
|
2838
|
+
# (2 4 6 8) math:product ?p .
|
|
2839
|
+
# ?p math:equalTo 384 .
|
|
2840
|
+
# } => {
|
|
2841
|
+
# :test-product-2 a :MathBuiltinTest .
|
|
2842
|
+
# :test-product-2 :builtin math:product .
|
|
2843
|
+
# :test-product-2 :input (2 4 6 8) .
|
|
2844
|
+
# :test-product-2 :expected 384 .
|
|
2845
|
+
# :test-product-2 :actual ?p .
|
|
2846
|
+
# :test-product-2 :status :pass .
|
|
2847
|
+
# } .
|
|
2848
|
+
# with substitution (on rule variables):
|
|
2849
|
+
# ?p = 384
|
|
2850
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2851
|
+
# ----------------------------------------------------------------------
|
|
2852
|
+
|
|
2853
|
+
:test-product-2 a :MathBuiltinTest .
|
|
2854
|
+
|
|
2855
|
+
# ----------------------------------------------------------------------
|
|
2856
|
+
# Proof for derived triple:
|
|
2857
|
+
# :test-product-2 :builtin math:product .
|
|
2858
|
+
# It holds because the following instance of the rule body is provable:
|
|
2859
|
+
# (2 4 6 8) math:product 384 .
|
|
2860
|
+
# 384 math:equalTo 384 .
|
|
2861
|
+
# via the schematic forward rule:
|
|
2862
|
+
# {
|
|
2863
|
+
# (2 4 6 8) math:product ?p .
|
|
2864
|
+
# ?p math:equalTo 384 .
|
|
2865
|
+
# } => {
|
|
2866
|
+
# :test-product-2 a :MathBuiltinTest .
|
|
2867
|
+
# :test-product-2 :builtin math:product .
|
|
2868
|
+
# :test-product-2 :input (2 4 6 8) .
|
|
2869
|
+
# :test-product-2 :expected 384 .
|
|
2870
|
+
# :test-product-2 :actual ?p .
|
|
2871
|
+
# :test-product-2 :status :pass .
|
|
2872
|
+
# } .
|
|
2873
|
+
# with substitution (on rule variables):
|
|
2874
|
+
# ?p = 384
|
|
2875
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2876
|
+
# ----------------------------------------------------------------------
|
|
2877
|
+
|
|
2878
|
+
:test-product-2 :builtin math:product .
|
|
2879
|
+
|
|
2880
|
+
# ----------------------------------------------------------------------
|
|
2881
|
+
# Proof for derived triple:
|
|
2882
|
+
# :test-product-2 :input (2 4 6 8) .
|
|
2883
|
+
# It holds because the following instance of the rule body is provable:
|
|
2884
|
+
# (2 4 6 8) math:product 384 .
|
|
2885
|
+
# 384 math:equalTo 384 .
|
|
2886
|
+
# via the schematic forward rule:
|
|
2887
|
+
# {
|
|
2888
|
+
# (2 4 6 8) math:product ?p .
|
|
2889
|
+
# ?p math:equalTo 384 .
|
|
2890
|
+
# } => {
|
|
2891
|
+
# :test-product-2 a :MathBuiltinTest .
|
|
2892
|
+
# :test-product-2 :builtin math:product .
|
|
2893
|
+
# :test-product-2 :input (2 4 6 8) .
|
|
2894
|
+
# :test-product-2 :expected 384 .
|
|
2895
|
+
# :test-product-2 :actual ?p .
|
|
2896
|
+
# :test-product-2 :status :pass .
|
|
2897
|
+
# } .
|
|
2898
|
+
# with substitution (on rule variables):
|
|
2899
|
+
# ?p = 384
|
|
2900
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2901
|
+
# ----------------------------------------------------------------------
|
|
2902
|
+
|
|
2903
|
+
:test-product-2 :input (2 4 6 8) .
|
|
2904
|
+
|
|
2905
|
+
# ----------------------------------------------------------------------
|
|
2906
|
+
# Proof for derived triple:
|
|
2907
|
+
# :test-product-2 :expected 384 .
|
|
2908
|
+
# It holds because the following instance of the rule body is provable:
|
|
2909
|
+
# (2 4 6 8) math:product 384 .
|
|
2910
|
+
# 384 math:equalTo 384 .
|
|
2911
|
+
# via the schematic forward rule:
|
|
2912
|
+
# {
|
|
2913
|
+
# (2 4 6 8) math:product ?p .
|
|
2914
|
+
# ?p math:equalTo 384 .
|
|
2915
|
+
# } => {
|
|
2916
|
+
# :test-product-2 a :MathBuiltinTest .
|
|
2917
|
+
# :test-product-2 :builtin math:product .
|
|
2918
|
+
# :test-product-2 :input (2 4 6 8) .
|
|
2919
|
+
# :test-product-2 :expected 384 .
|
|
2920
|
+
# :test-product-2 :actual ?p .
|
|
2921
|
+
# :test-product-2 :status :pass .
|
|
2922
|
+
# } .
|
|
2923
|
+
# with substitution (on rule variables):
|
|
2924
|
+
# ?p = 384
|
|
2925
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2926
|
+
# ----------------------------------------------------------------------
|
|
2927
|
+
|
|
2928
|
+
:test-product-2 :expected 384 .
|
|
2929
|
+
|
|
2930
|
+
# ----------------------------------------------------------------------
|
|
2931
|
+
# Proof for derived triple:
|
|
2932
|
+
# :test-product-2 :actual 384 .
|
|
2933
|
+
# It holds because the following instance of the rule body is provable:
|
|
2934
|
+
# (2 4 6 8) math:product 384 .
|
|
2935
|
+
# 384 math:equalTo 384 .
|
|
2936
|
+
# via the schematic forward rule:
|
|
2937
|
+
# {
|
|
2938
|
+
# (2 4 6 8) math:product ?p .
|
|
2939
|
+
# ?p math:equalTo 384 .
|
|
2940
|
+
# } => {
|
|
2941
|
+
# :test-product-2 a :MathBuiltinTest .
|
|
2942
|
+
# :test-product-2 :builtin math:product .
|
|
2943
|
+
# :test-product-2 :input (2 4 6 8) .
|
|
2944
|
+
# :test-product-2 :expected 384 .
|
|
2945
|
+
# :test-product-2 :actual ?p .
|
|
2946
|
+
# :test-product-2 :status :pass .
|
|
2947
|
+
# } .
|
|
2948
|
+
# with substitution (on rule variables):
|
|
2949
|
+
# ?p = 384
|
|
2950
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2951
|
+
# ----------------------------------------------------------------------
|
|
2952
|
+
|
|
2953
|
+
:test-product-2 :actual 384 .
|
|
2954
|
+
|
|
2955
|
+
# ----------------------------------------------------------------------
|
|
2956
|
+
# Proof for derived triple:
|
|
2957
|
+
# :test-product-2 :status :pass .
|
|
2958
|
+
# It holds because the following instance of the rule body is provable:
|
|
2959
|
+
# (2 4 6 8) math:product 384 .
|
|
2960
|
+
# 384 math:equalTo 384 .
|
|
2961
|
+
# via the schematic forward rule:
|
|
2962
|
+
# {
|
|
2963
|
+
# (2 4 6 8) math:product ?p .
|
|
2964
|
+
# ?p math:equalTo 384 .
|
|
2965
|
+
# } => {
|
|
2966
|
+
# :test-product-2 a :MathBuiltinTest .
|
|
2967
|
+
# :test-product-2 :builtin math:product .
|
|
2968
|
+
# :test-product-2 :input (2 4 6 8) .
|
|
2969
|
+
# :test-product-2 :expected 384 .
|
|
2970
|
+
# :test-product-2 :actual ?p .
|
|
2971
|
+
# :test-product-2 :status :pass .
|
|
2972
|
+
# } .
|
|
2973
|
+
# with substitution (on rule variables):
|
|
2974
|
+
# ?p = 384
|
|
2975
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
2976
|
+
# ----------------------------------------------------------------------
|
|
2977
|
+
|
|
2978
|
+
:test-product-2 :status :pass .
|
|
2979
|
+
|
|
2980
|
+
# ----------------------------------------------------------------------
|
|
2981
|
+
# Proof for derived triple:
|
|
2982
|
+
# :test-quotient-1 a :MathBuiltinTest .
|
|
2983
|
+
# It holds because the following instance of the rule body is provable:
|
|
2984
|
+
# (42 2) math:quotient 21 .
|
|
2985
|
+
# 21 math:equalTo 21 .
|
|
2986
|
+
# via the schematic forward rule:
|
|
2987
|
+
# {
|
|
2988
|
+
# (42 2) math:quotient ?q .
|
|
2989
|
+
# ?q math:equalTo 21 .
|
|
2990
|
+
# } => {
|
|
2991
|
+
# :test-quotient-1 a :MathBuiltinTest .
|
|
2992
|
+
# :test-quotient-1 :builtin math:quotient .
|
|
2993
|
+
# :test-quotient-1 :input (42 2) .
|
|
2994
|
+
# :test-quotient-1 :expected 21 .
|
|
2995
|
+
# :test-quotient-1 :actual ?q .
|
|
2996
|
+
# :test-quotient-1 :status :pass .
|
|
2997
|
+
# } .
|
|
2998
|
+
# with substitution (on rule variables):
|
|
2999
|
+
# ?q = 21
|
|
3000
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3001
|
+
# ----------------------------------------------------------------------
|
|
3002
|
+
|
|
3003
|
+
:test-quotient-1 a :MathBuiltinTest .
|
|
3004
|
+
|
|
3005
|
+
# ----------------------------------------------------------------------
|
|
3006
|
+
# Proof for derived triple:
|
|
3007
|
+
# :test-quotient-1 :builtin math:quotient .
|
|
3008
|
+
# It holds because the following instance of the rule body is provable:
|
|
3009
|
+
# (42 2) math:quotient 21 .
|
|
3010
|
+
# 21 math:equalTo 21 .
|
|
3011
|
+
# via the schematic forward rule:
|
|
3012
|
+
# {
|
|
3013
|
+
# (42 2) math:quotient ?q .
|
|
3014
|
+
# ?q math:equalTo 21 .
|
|
3015
|
+
# } => {
|
|
3016
|
+
# :test-quotient-1 a :MathBuiltinTest .
|
|
3017
|
+
# :test-quotient-1 :builtin math:quotient .
|
|
3018
|
+
# :test-quotient-1 :input (42 2) .
|
|
3019
|
+
# :test-quotient-1 :expected 21 .
|
|
3020
|
+
# :test-quotient-1 :actual ?q .
|
|
3021
|
+
# :test-quotient-1 :status :pass .
|
|
3022
|
+
# } .
|
|
3023
|
+
# with substitution (on rule variables):
|
|
3024
|
+
# ?q = 21
|
|
3025
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3026
|
+
# ----------------------------------------------------------------------
|
|
3027
|
+
|
|
3028
|
+
:test-quotient-1 :builtin math:quotient .
|
|
3029
|
+
|
|
3030
|
+
# ----------------------------------------------------------------------
|
|
3031
|
+
# Proof for derived triple:
|
|
3032
|
+
# :test-quotient-1 :input (42 2) .
|
|
3033
|
+
# It holds because the following instance of the rule body is provable:
|
|
3034
|
+
# (42 2) math:quotient 21 .
|
|
3035
|
+
# 21 math:equalTo 21 .
|
|
3036
|
+
# via the schematic forward rule:
|
|
3037
|
+
# {
|
|
3038
|
+
# (42 2) math:quotient ?q .
|
|
3039
|
+
# ?q math:equalTo 21 .
|
|
3040
|
+
# } => {
|
|
3041
|
+
# :test-quotient-1 a :MathBuiltinTest .
|
|
3042
|
+
# :test-quotient-1 :builtin math:quotient .
|
|
3043
|
+
# :test-quotient-1 :input (42 2) .
|
|
3044
|
+
# :test-quotient-1 :expected 21 .
|
|
3045
|
+
# :test-quotient-1 :actual ?q .
|
|
3046
|
+
# :test-quotient-1 :status :pass .
|
|
3047
|
+
# } .
|
|
3048
|
+
# with substitution (on rule variables):
|
|
3049
|
+
# ?q = 21
|
|
3050
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3051
|
+
# ----------------------------------------------------------------------
|
|
3052
|
+
|
|
3053
|
+
:test-quotient-1 :input (42 2) .
|
|
3054
|
+
|
|
3055
|
+
# ----------------------------------------------------------------------
|
|
3056
|
+
# Proof for derived triple:
|
|
3057
|
+
# :test-quotient-1 :expected 21 .
|
|
3058
|
+
# It holds because the following instance of the rule body is provable:
|
|
3059
|
+
# (42 2) math:quotient 21 .
|
|
3060
|
+
# 21 math:equalTo 21 .
|
|
3061
|
+
# via the schematic forward rule:
|
|
3062
|
+
# {
|
|
3063
|
+
# (42 2) math:quotient ?q .
|
|
3064
|
+
# ?q math:equalTo 21 .
|
|
3065
|
+
# } => {
|
|
3066
|
+
# :test-quotient-1 a :MathBuiltinTest .
|
|
3067
|
+
# :test-quotient-1 :builtin math:quotient .
|
|
3068
|
+
# :test-quotient-1 :input (42 2) .
|
|
3069
|
+
# :test-quotient-1 :expected 21 .
|
|
3070
|
+
# :test-quotient-1 :actual ?q .
|
|
3071
|
+
# :test-quotient-1 :status :pass .
|
|
3072
|
+
# } .
|
|
3073
|
+
# with substitution (on rule variables):
|
|
3074
|
+
# ?q = 21
|
|
3075
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3076
|
+
# ----------------------------------------------------------------------
|
|
3077
|
+
|
|
3078
|
+
:test-quotient-1 :expected 21 .
|
|
3079
|
+
|
|
3080
|
+
# ----------------------------------------------------------------------
|
|
3081
|
+
# Proof for derived triple:
|
|
3082
|
+
# :test-quotient-1 :actual 21 .
|
|
3083
|
+
# It holds because the following instance of the rule body is provable:
|
|
3084
|
+
# (42 2) math:quotient 21 .
|
|
3085
|
+
# 21 math:equalTo 21 .
|
|
3086
|
+
# via the schematic forward rule:
|
|
3087
|
+
# {
|
|
3088
|
+
# (42 2) math:quotient ?q .
|
|
3089
|
+
# ?q math:equalTo 21 .
|
|
3090
|
+
# } => {
|
|
3091
|
+
# :test-quotient-1 a :MathBuiltinTest .
|
|
3092
|
+
# :test-quotient-1 :builtin math:quotient .
|
|
3093
|
+
# :test-quotient-1 :input (42 2) .
|
|
3094
|
+
# :test-quotient-1 :expected 21 .
|
|
3095
|
+
# :test-quotient-1 :actual ?q .
|
|
3096
|
+
# :test-quotient-1 :status :pass .
|
|
3097
|
+
# } .
|
|
3098
|
+
# with substitution (on rule variables):
|
|
3099
|
+
# ?q = 21
|
|
3100
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3101
|
+
# ----------------------------------------------------------------------
|
|
3102
|
+
|
|
3103
|
+
:test-quotient-1 :actual 21 .
|
|
3104
|
+
|
|
3105
|
+
# ----------------------------------------------------------------------
|
|
3106
|
+
# Proof for derived triple:
|
|
3107
|
+
# :test-quotient-1 :status :pass .
|
|
3108
|
+
# It holds because the following instance of the rule body is provable:
|
|
3109
|
+
# (42 2) math:quotient 21 .
|
|
3110
|
+
# 21 math:equalTo 21 .
|
|
3111
|
+
# via the schematic forward rule:
|
|
3112
|
+
# {
|
|
3113
|
+
# (42 2) math:quotient ?q .
|
|
3114
|
+
# ?q math:equalTo 21 .
|
|
3115
|
+
# } => {
|
|
3116
|
+
# :test-quotient-1 a :MathBuiltinTest .
|
|
3117
|
+
# :test-quotient-1 :builtin math:quotient .
|
|
3118
|
+
# :test-quotient-1 :input (42 2) .
|
|
3119
|
+
# :test-quotient-1 :expected 21 .
|
|
3120
|
+
# :test-quotient-1 :actual ?q .
|
|
3121
|
+
# :test-quotient-1 :status :pass .
|
|
3122
|
+
# } .
|
|
3123
|
+
# with substitution (on rule variables):
|
|
3124
|
+
# ?q = 21
|
|
3125
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3126
|
+
# ----------------------------------------------------------------------
|
|
3127
|
+
|
|
3128
|
+
:test-quotient-1 :status :pass .
|
|
3129
|
+
|
|
3130
|
+
# ----------------------------------------------------------------------
|
|
3131
|
+
# Proof for derived triple:
|
|
3132
|
+
# :test-remainder-1 a :MathBuiltinTest .
|
|
3133
|
+
# It holds because the following instance of the rule body is provable:
|
|
3134
|
+
# (10 3) math:remainder 1 .
|
|
3135
|
+
# 1 math:equalTo 1 .
|
|
3136
|
+
# via the schematic forward rule:
|
|
3137
|
+
# {
|
|
3138
|
+
# (10 3) math:remainder ?r .
|
|
3139
|
+
# ?r math:equalTo 1 .
|
|
3140
|
+
# } => {
|
|
3141
|
+
# :test-remainder-1 a :MathBuiltinTest .
|
|
3142
|
+
# :test-remainder-1 :builtin math:remainder .
|
|
3143
|
+
# :test-remainder-1 :input (10 3) .
|
|
3144
|
+
# :test-remainder-1 :expected 1 .
|
|
3145
|
+
# :test-remainder-1 :actual ?r .
|
|
3146
|
+
# :test-remainder-1 :status :pass .
|
|
3147
|
+
# } .
|
|
3148
|
+
# with substitution (on rule variables):
|
|
3149
|
+
# ?r = 1
|
|
3150
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3151
|
+
# ----------------------------------------------------------------------
|
|
3152
|
+
|
|
3153
|
+
:test-remainder-1 a :MathBuiltinTest .
|
|
3154
|
+
|
|
3155
|
+
# ----------------------------------------------------------------------
|
|
3156
|
+
# Proof for derived triple:
|
|
3157
|
+
# :test-remainder-1 :builtin math:remainder .
|
|
3158
|
+
# It holds because the following instance of the rule body is provable:
|
|
3159
|
+
# (10 3) math:remainder 1 .
|
|
3160
|
+
# 1 math:equalTo 1 .
|
|
3161
|
+
# via the schematic forward rule:
|
|
3162
|
+
# {
|
|
3163
|
+
# (10 3) math:remainder ?r .
|
|
3164
|
+
# ?r math:equalTo 1 .
|
|
3165
|
+
# } => {
|
|
3166
|
+
# :test-remainder-1 a :MathBuiltinTest .
|
|
3167
|
+
# :test-remainder-1 :builtin math:remainder .
|
|
3168
|
+
# :test-remainder-1 :input (10 3) .
|
|
3169
|
+
# :test-remainder-1 :expected 1 .
|
|
3170
|
+
# :test-remainder-1 :actual ?r .
|
|
3171
|
+
# :test-remainder-1 :status :pass .
|
|
3172
|
+
# } .
|
|
3173
|
+
# with substitution (on rule variables):
|
|
3174
|
+
# ?r = 1
|
|
3175
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3176
|
+
# ----------------------------------------------------------------------
|
|
3177
|
+
|
|
3178
|
+
:test-remainder-1 :builtin math:remainder .
|
|
3179
|
+
|
|
3180
|
+
# ----------------------------------------------------------------------
|
|
3181
|
+
# Proof for derived triple:
|
|
3182
|
+
# :test-remainder-1 :input (10 3) .
|
|
3183
|
+
# It holds because the following instance of the rule body is provable:
|
|
3184
|
+
# (10 3) math:remainder 1 .
|
|
3185
|
+
# 1 math:equalTo 1 .
|
|
3186
|
+
# via the schematic forward rule:
|
|
3187
|
+
# {
|
|
3188
|
+
# (10 3) math:remainder ?r .
|
|
3189
|
+
# ?r math:equalTo 1 .
|
|
3190
|
+
# } => {
|
|
3191
|
+
# :test-remainder-1 a :MathBuiltinTest .
|
|
3192
|
+
# :test-remainder-1 :builtin math:remainder .
|
|
3193
|
+
# :test-remainder-1 :input (10 3) .
|
|
3194
|
+
# :test-remainder-1 :expected 1 .
|
|
3195
|
+
# :test-remainder-1 :actual ?r .
|
|
3196
|
+
# :test-remainder-1 :status :pass .
|
|
3197
|
+
# } .
|
|
3198
|
+
# with substitution (on rule variables):
|
|
3199
|
+
# ?r = 1
|
|
3200
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3201
|
+
# ----------------------------------------------------------------------
|
|
3202
|
+
|
|
3203
|
+
:test-remainder-1 :input (10 3) .
|
|
3204
|
+
|
|
3205
|
+
# ----------------------------------------------------------------------
|
|
3206
|
+
# Proof for derived triple:
|
|
3207
|
+
# :test-remainder-1 :expected 1 .
|
|
3208
|
+
# It holds because the following instance of the rule body is provable:
|
|
3209
|
+
# (10 3) math:remainder 1 .
|
|
3210
|
+
# 1 math:equalTo 1 .
|
|
3211
|
+
# via the schematic forward rule:
|
|
3212
|
+
# {
|
|
3213
|
+
# (10 3) math:remainder ?r .
|
|
3214
|
+
# ?r math:equalTo 1 .
|
|
3215
|
+
# } => {
|
|
3216
|
+
# :test-remainder-1 a :MathBuiltinTest .
|
|
3217
|
+
# :test-remainder-1 :builtin math:remainder .
|
|
3218
|
+
# :test-remainder-1 :input (10 3) .
|
|
3219
|
+
# :test-remainder-1 :expected 1 .
|
|
3220
|
+
# :test-remainder-1 :actual ?r .
|
|
3221
|
+
# :test-remainder-1 :status :pass .
|
|
3222
|
+
# } .
|
|
3223
|
+
# with substitution (on rule variables):
|
|
3224
|
+
# ?r = 1
|
|
3225
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3226
|
+
# ----------------------------------------------------------------------
|
|
3227
|
+
|
|
3228
|
+
:test-remainder-1 :expected 1 .
|
|
3229
|
+
|
|
3230
|
+
# ----------------------------------------------------------------------
|
|
3231
|
+
# Proof for derived triple:
|
|
3232
|
+
# :test-remainder-1 :actual 1 .
|
|
3233
|
+
# It holds because the following instance of the rule body is provable:
|
|
3234
|
+
# (10 3) math:remainder 1 .
|
|
3235
|
+
# 1 math:equalTo 1 .
|
|
3236
|
+
# via the schematic forward rule:
|
|
3237
|
+
# {
|
|
3238
|
+
# (10 3) math:remainder ?r .
|
|
3239
|
+
# ?r math:equalTo 1 .
|
|
3240
|
+
# } => {
|
|
3241
|
+
# :test-remainder-1 a :MathBuiltinTest .
|
|
3242
|
+
# :test-remainder-1 :builtin math:remainder .
|
|
3243
|
+
# :test-remainder-1 :input (10 3) .
|
|
3244
|
+
# :test-remainder-1 :expected 1 .
|
|
3245
|
+
# :test-remainder-1 :actual ?r .
|
|
3246
|
+
# :test-remainder-1 :status :pass .
|
|
3247
|
+
# } .
|
|
3248
|
+
# with substitution (on rule variables):
|
|
3249
|
+
# ?r = 1
|
|
3250
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3251
|
+
# ----------------------------------------------------------------------
|
|
3252
|
+
|
|
3253
|
+
:test-remainder-1 :actual 1 .
|
|
3254
|
+
|
|
3255
|
+
# ----------------------------------------------------------------------
|
|
3256
|
+
# Proof for derived triple:
|
|
3257
|
+
# :test-remainder-1 :status :pass .
|
|
3258
|
+
# It holds because the following instance of the rule body is provable:
|
|
3259
|
+
# (10 3) math:remainder 1 .
|
|
3260
|
+
# 1 math:equalTo 1 .
|
|
3261
|
+
# via the schematic forward rule:
|
|
3262
|
+
# {
|
|
3263
|
+
# (10 3) math:remainder ?r .
|
|
3264
|
+
# ?r math:equalTo 1 .
|
|
3265
|
+
# } => {
|
|
3266
|
+
# :test-remainder-1 a :MathBuiltinTest .
|
|
3267
|
+
# :test-remainder-1 :builtin math:remainder .
|
|
3268
|
+
# :test-remainder-1 :input (10 3) .
|
|
3269
|
+
# :test-remainder-1 :expected 1 .
|
|
3270
|
+
# :test-remainder-1 :actual ?r .
|
|
3271
|
+
# :test-remainder-1 :status :pass .
|
|
3272
|
+
# } .
|
|
3273
|
+
# with substitution (on rule variables):
|
|
3274
|
+
# ?r = 1
|
|
3275
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3276
|
+
# ----------------------------------------------------------------------
|
|
3277
|
+
|
|
3278
|
+
:test-remainder-1 :status :pass .
|
|
3279
|
+
|
|
3280
|
+
# ----------------------------------------------------------------------
|
|
3281
|
+
# Proof for derived triple:
|
|
3282
|
+
# :test-rounded-1 a :MathBuiltinTest .
|
|
3283
|
+
# It holds because the following instance of the rule body is provable:
|
|
3284
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded 3 .
|
|
3285
|
+
# 3 math:equalTo 3 .
|
|
3286
|
+
# via the schematic forward rule:
|
|
3287
|
+
# {
|
|
3288
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded ?r .
|
|
3289
|
+
# ?r math:equalTo 3 .
|
|
3290
|
+
# } => {
|
|
3291
|
+
# :test-rounded-1 a :MathBuiltinTest .
|
|
3292
|
+
# :test-rounded-1 :builtin math:rounded .
|
|
3293
|
+
# :test-rounded-1 :input "3.3"^^<http://www.w3.org/2001/XMLSchema#double> .
|
|
3294
|
+
# :test-rounded-1 :expected 3 .
|
|
3295
|
+
# :test-rounded-1 :actual ?r .
|
|
3296
|
+
# :test-rounded-1 :status :pass .
|
|
3297
|
+
# } .
|
|
3298
|
+
# with substitution (on rule variables):
|
|
3299
|
+
# ?r = 3
|
|
3300
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3301
|
+
# ----------------------------------------------------------------------
|
|
3302
|
+
|
|
3303
|
+
:test-rounded-1 a :MathBuiltinTest .
|
|
3304
|
+
|
|
3305
|
+
# ----------------------------------------------------------------------
|
|
3306
|
+
# Proof for derived triple:
|
|
3307
|
+
# :test-rounded-1 :builtin math:rounded .
|
|
3308
|
+
# It holds because the following instance of the rule body is provable:
|
|
3309
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded 3 .
|
|
3310
|
+
# 3 math:equalTo 3 .
|
|
3311
|
+
# via the schematic forward rule:
|
|
3312
|
+
# {
|
|
3313
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded ?r .
|
|
3314
|
+
# ?r math:equalTo 3 .
|
|
3315
|
+
# } => {
|
|
3316
|
+
# :test-rounded-1 a :MathBuiltinTest .
|
|
3317
|
+
# :test-rounded-1 :builtin math:rounded .
|
|
3318
|
+
# :test-rounded-1 :input "3.3"^^<http://www.w3.org/2001/XMLSchema#double> .
|
|
3319
|
+
# :test-rounded-1 :expected 3 .
|
|
3320
|
+
# :test-rounded-1 :actual ?r .
|
|
3321
|
+
# :test-rounded-1 :status :pass .
|
|
3322
|
+
# } .
|
|
3323
|
+
# with substitution (on rule variables):
|
|
3324
|
+
# ?r = 3
|
|
3325
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3326
|
+
# ----------------------------------------------------------------------
|
|
3327
|
+
|
|
3328
|
+
:test-rounded-1 :builtin math:rounded .
|
|
3329
|
+
|
|
3330
|
+
# ----------------------------------------------------------------------
|
|
3331
|
+
# Proof for derived triple:
|
|
3332
|
+
# :test-rounded-1 :input "3.3"^^<http://www.w3.org/2001/XMLSchema#double> .
|
|
3333
|
+
# It holds because the following instance of the rule body is provable:
|
|
3334
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded 3 .
|
|
3335
|
+
# 3 math:equalTo 3 .
|
|
3336
|
+
# via the schematic forward rule:
|
|
3337
|
+
# {
|
|
3338
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded ?r .
|
|
3339
|
+
# ?r math:equalTo 3 .
|
|
3340
|
+
# } => {
|
|
3341
|
+
# :test-rounded-1 a :MathBuiltinTest .
|
|
3342
|
+
# :test-rounded-1 :builtin math:rounded .
|
|
3343
|
+
# :test-rounded-1 :input "3.3"^^<http://www.w3.org/2001/XMLSchema#double> .
|
|
3344
|
+
# :test-rounded-1 :expected 3 .
|
|
3345
|
+
# :test-rounded-1 :actual ?r .
|
|
3346
|
+
# :test-rounded-1 :status :pass .
|
|
3347
|
+
# } .
|
|
3348
|
+
# with substitution (on rule variables):
|
|
3349
|
+
# ?r = 3
|
|
3350
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3351
|
+
# ----------------------------------------------------------------------
|
|
3352
|
+
|
|
3353
|
+
:test-rounded-1 :input "3.3"^^<http://www.w3.org/2001/XMLSchema#double> .
|
|
3354
|
+
|
|
3355
|
+
# ----------------------------------------------------------------------
|
|
3356
|
+
# Proof for derived triple:
|
|
3357
|
+
# :test-rounded-1 :expected 3 .
|
|
3358
|
+
# It holds because the following instance of the rule body is provable:
|
|
3359
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded 3 .
|
|
3360
|
+
# 3 math:equalTo 3 .
|
|
3361
|
+
# via the schematic forward rule:
|
|
3362
|
+
# {
|
|
3363
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded ?r .
|
|
3364
|
+
# ?r math:equalTo 3 .
|
|
3365
|
+
# } => {
|
|
3366
|
+
# :test-rounded-1 a :MathBuiltinTest .
|
|
3367
|
+
# :test-rounded-1 :builtin math:rounded .
|
|
3368
|
+
# :test-rounded-1 :input "3.3"^^<http://www.w3.org/2001/XMLSchema#double> .
|
|
3369
|
+
# :test-rounded-1 :expected 3 .
|
|
3370
|
+
# :test-rounded-1 :actual ?r .
|
|
3371
|
+
# :test-rounded-1 :status :pass .
|
|
3372
|
+
# } .
|
|
3373
|
+
# with substitution (on rule variables):
|
|
3374
|
+
# ?r = 3
|
|
3375
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3376
|
+
# ----------------------------------------------------------------------
|
|
3377
|
+
|
|
3378
|
+
:test-rounded-1 :expected 3 .
|
|
3379
|
+
|
|
3380
|
+
# ----------------------------------------------------------------------
|
|
3381
|
+
# Proof for derived triple:
|
|
3382
|
+
# :test-rounded-1 :actual 3 .
|
|
3383
|
+
# It holds because the following instance of the rule body is provable:
|
|
3384
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded 3 .
|
|
3385
|
+
# 3 math:equalTo 3 .
|
|
3386
|
+
# via the schematic forward rule:
|
|
3387
|
+
# {
|
|
3388
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded ?r .
|
|
3389
|
+
# ?r math:equalTo 3 .
|
|
3390
|
+
# } => {
|
|
3391
|
+
# :test-rounded-1 a :MathBuiltinTest .
|
|
3392
|
+
# :test-rounded-1 :builtin math:rounded .
|
|
3393
|
+
# :test-rounded-1 :input "3.3"^^<http://www.w3.org/2001/XMLSchema#double> .
|
|
3394
|
+
# :test-rounded-1 :expected 3 .
|
|
3395
|
+
# :test-rounded-1 :actual ?r .
|
|
3396
|
+
# :test-rounded-1 :status :pass .
|
|
3397
|
+
# } .
|
|
3398
|
+
# with substitution (on rule variables):
|
|
3399
|
+
# ?r = 3
|
|
3400
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3401
|
+
# ----------------------------------------------------------------------
|
|
3402
|
+
|
|
3403
|
+
:test-rounded-1 :actual 3 .
|
|
3404
|
+
|
|
3405
|
+
# ----------------------------------------------------------------------
|
|
3406
|
+
# Proof for derived triple:
|
|
3407
|
+
# :test-rounded-1 :status :pass .
|
|
3408
|
+
# It holds because the following instance of the rule body is provable:
|
|
3409
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded 3 .
|
|
3410
|
+
# 3 math:equalTo 3 .
|
|
3411
|
+
# via the schematic forward rule:
|
|
3412
|
+
# {
|
|
3413
|
+
# "3.3"^^<http://www.w3.org/2001/XMLSchema#double> math:rounded ?r .
|
|
3414
|
+
# ?r math:equalTo 3 .
|
|
3415
|
+
# } => {
|
|
3416
|
+
# :test-rounded-1 a :MathBuiltinTest .
|
|
3417
|
+
# :test-rounded-1 :builtin math:rounded .
|
|
3418
|
+
# :test-rounded-1 :input "3.3"^^<http://www.w3.org/2001/XMLSchema#double> .
|
|
3419
|
+
# :test-rounded-1 :expected 3 .
|
|
3420
|
+
# :test-rounded-1 :actual ?r .
|
|
3421
|
+
# :test-rounded-1 :status :pass .
|
|
3422
|
+
# } .
|
|
3423
|
+
# with substitution (on rule variables):
|
|
3424
|
+
# ?r = 3
|
|
3425
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3426
|
+
# ----------------------------------------------------------------------
|
|
3427
|
+
|
|
3428
|
+
:test-rounded-1 :status :pass .
|
|
3429
|
+
|
|
3430
|
+
# ----------------------------------------------------------------------
|
|
3431
|
+
# Proof for derived triple:
|
|
3432
|
+
# :test-rounded-2 a :MathBuiltinTest .
|
|
3433
|
+
# It holds because the following instance of the rule body is provable:
|
|
3434
|
+
# 3.5 math:rounded 4 .
|
|
3435
|
+
# 4 math:equalTo 4 .
|
|
3436
|
+
# via the schematic forward rule:
|
|
3437
|
+
# {
|
|
3438
|
+
# 3.5 math:rounded ?r .
|
|
3439
|
+
# ?r math:equalTo 4 .
|
|
3440
|
+
# } => {
|
|
3441
|
+
# :test-rounded-2 a :MathBuiltinTest .
|
|
3442
|
+
# :test-rounded-2 :builtin math:rounded .
|
|
3443
|
+
# :test-rounded-2 :input 3.5 .
|
|
3444
|
+
# :test-rounded-2 :expected 4 .
|
|
3445
|
+
# :test-rounded-2 :actual ?r .
|
|
3446
|
+
# :test-rounded-2 :status :pass .
|
|
3447
|
+
# } .
|
|
3448
|
+
# with substitution (on rule variables):
|
|
3449
|
+
# ?r = 4
|
|
3450
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3451
|
+
# ----------------------------------------------------------------------
|
|
3452
|
+
|
|
3453
|
+
:test-rounded-2 a :MathBuiltinTest .
|
|
3454
|
+
|
|
3455
|
+
# ----------------------------------------------------------------------
|
|
3456
|
+
# Proof for derived triple:
|
|
3457
|
+
# :test-rounded-2 :builtin math:rounded .
|
|
3458
|
+
# It holds because the following instance of the rule body is provable:
|
|
3459
|
+
# 3.5 math:rounded 4 .
|
|
3460
|
+
# 4 math:equalTo 4 .
|
|
3461
|
+
# via the schematic forward rule:
|
|
3462
|
+
# {
|
|
3463
|
+
# 3.5 math:rounded ?r .
|
|
3464
|
+
# ?r math:equalTo 4 .
|
|
3465
|
+
# } => {
|
|
3466
|
+
# :test-rounded-2 a :MathBuiltinTest .
|
|
3467
|
+
# :test-rounded-2 :builtin math:rounded .
|
|
3468
|
+
# :test-rounded-2 :input 3.5 .
|
|
3469
|
+
# :test-rounded-2 :expected 4 .
|
|
3470
|
+
# :test-rounded-2 :actual ?r .
|
|
3471
|
+
# :test-rounded-2 :status :pass .
|
|
3472
|
+
# } .
|
|
3473
|
+
# with substitution (on rule variables):
|
|
3474
|
+
# ?r = 4
|
|
3475
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3476
|
+
# ----------------------------------------------------------------------
|
|
3477
|
+
|
|
3478
|
+
:test-rounded-2 :builtin math:rounded .
|
|
3479
|
+
|
|
3480
|
+
# ----------------------------------------------------------------------
|
|
3481
|
+
# Proof for derived triple:
|
|
3482
|
+
# :test-rounded-2 :input 3.5 .
|
|
3483
|
+
# It holds because the following instance of the rule body is provable:
|
|
3484
|
+
# 3.5 math:rounded 4 .
|
|
3485
|
+
# 4 math:equalTo 4 .
|
|
3486
|
+
# via the schematic forward rule:
|
|
3487
|
+
# {
|
|
3488
|
+
# 3.5 math:rounded ?r .
|
|
3489
|
+
# ?r math:equalTo 4 .
|
|
3490
|
+
# } => {
|
|
3491
|
+
# :test-rounded-2 a :MathBuiltinTest .
|
|
3492
|
+
# :test-rounded-2 :builtin math:rounded .
|
|
3493
|
+
# :test-rounded-2 :input 3.5 .
|
|
3494
|
+
# :test-rounded-2 :expected 4 .
|
|
3495
|
+
# :test-rounded-2 :actual ?r .
|
|
3496
|
+
# :test-rounded-2 :status :pass .
|
|
3497
|
+
# } .
|
|
3498
|
+
# with substitution (on rule variables):
|
|
3499
|
+
# ?r = 4
|
|
3500
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3501
|
+
# ----------------------------------------------------------------------
|
|
3502
|
+
|
|
3503
|
+
:test-rounded-2 :input 3.5 .
|
|
3504
|
+
|
|
3505
|
+
# ----------------------------------------------------------------------
|
|
3506
|
+
# Proof for derived triple:
|
|
3507
|
+
# :test-rounded-2 :expected 4 .
|
|
3508
|
+
# It holds because the following instance of the rule body is provable:
|
|
3509
|
+
# 3.5 math:rounded 4 .
|
|
3510
|
+
# 4 math:equalTo 4 .
|
|
3511
|
+
# via the schematic forward rule:
|
|
3512
|
+
# {
|
|
3513
|
+
# 3.5 math:rounded ?r .
|
|
3514
|
+
# ?r math:equalTo 4 .
|
|
3515
|
+
# } => {
|
|
3516
|
+
# :test-rounded-2 a :MathBuiltinTest .
|
|
3517
|
+
# :test-rounded-2 :builtin math:rounded .
|
|
3518
|
+
# :test-rounded-2 :input 3.5 .
|
|
3519
|
+
# :test-rounded-2 :expected 4 .
|
|
3520
|
+
# :test-rounded-2 :actual ?r .
|
|
3521
|
+
# :test-rounded-2 :status :pass .
|
|
3522
|
+
# } .
|
|
3523
|
+
# with substitution (on rule variables):
|
|
3524
|
+
# ?r = 4
|
|
3525
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3526
|
+
# ----------------------------------------------------------------------
|
|
3527
|
+
|
|
3528
|
+
:test-rounded-2 :expected 4 .
|
|
3529
|
+
|
|
3530
|
+
# ----------------------------------------------------------------------
|
|
3531
|
+
# Proof for derived triple:
|
|
3532
|
+
# :test-rounded-2 :actual 4 .
|
|
3533
|
+
# It holds because the following instance of the rule body is provable:
|
|
3534
|
+
# 3.5 math:rounded 4 .
|
|
3535
|
+
# 4 math:equalTo 4 .
|
|
3536
|
+
# via the schematic forward rule:
|
|
3537
|
+
# {
|
|
3538
|
+
# 3.5 math:rounded ?r .
|
|
3539
|
+
# ?r math:equalTo 4 .
|
|
3540
|
+
# } => {
|
|
3541
|
+
# :test-rounded-2 a :MathBuiltinTest .
|
|
3542
|
+
# :test-rounded-2 :builtin math:rounded .
|
|
3543
|
+
# :test-rounded-2 :input 3.5 .
|
|
3544
|
+
# :test-rounded-2 :expected 4 .
|
|
3545
|
+
# :test-rounded-2 :actual ?r .
|
|
3546
|
+
# :test-rounded-2 :status :pass .
|
|
3547
|
+
# } .
|
|
3548
|
+
# with substitution (on rule variables):
|
|
3549
|
+
# ?r = 4
|
|
3550
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3551
|
+
# ----------------------------------------------------------------------
|
|
3552
|
+
|
|
3553
|
+
:test-rounded-2 :actual 4 .
|
|
3554
|
+
|
|
3555
|
+
# ----------------------------------------------------------------------
|
|
3556
|
+
# Proof for derived triple:
|
|
3557
|
+
# :test-rounded-2 :status :pass .
|
|
3558
|
+
# It holds because the following instance of the rule body is provable:
|
|
3559
|
+
# 3.5 math:rounded 4 .
|
|
3560
|
+
# 4 math:equalTo 4 .
|
|
3561
|
+
# via the schematic forward rule:
|
|
3562
|
+
# {
|
|
3563
|
+
# 3.5 math:rounded ?r .
|
|
3564
|
+
# ?r math:equalTo 4 .
|
|
3565
|
+
# } => {
|
|
3566
|
+
# :test-rounded-2 a :MathBuiltinTest .
|
|
3567
|
+
# :test-rounded-2 :builtin math:rounded .
|
|
3568
|
+
# :test-rounded-2 :input 3.5 .
|
|
3569
|
+
# :test-rounded-2 :expected 4 .
|
|
3570
|
+
# :test-rounded-2 :actual ?r .
|
|
3571
|
+
# :test-rounded-2 :status :pass .
|
|
3572
|
+
# } .
|
|
3573
|
+
# with substitution (on rule variables):
|
|
3574
|
+
# ?r = 4
|
|
3575
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3576
|
+
# ----------------------------------------------------------------------
|
|
3577
|
+
|
|
3578
|
+
:test-rounded-2 :status :pass .
|
|
3579
|
+
|
|
3580
|
+
# ----------------------------------------------------------------------
|
|
3581
|
+
# Proof for derived triple:
|
|
3582
|
+
# :test-rounded-3 a :MathBuiltinTest .
|
|
3583
|
+
# It holds because the following instance of the rule body is provable:
|
|
3584
|
+
# -1.5 math:rounded -1 .
|
|
3585
|
+
# -1 math:equalTo -1 .
|
|
3586
|
+
# via the schematic forward rule:
|
|
3587
|
+
# {
|
|
3588
|
+
# -1.5 math:rounded ?r .
|
|
3589
|
+
# ?r math:equalTo -1 .
|
|
3590
|
+
# } => {
|
|
3591
|
+
# :test-rounded-3 a :MathBuiltinTest .
|
|
3592
|
+
# :test-rounded-3 :builtin math:rounded .
|
|
3593
|
+
# :test-rounded-3 :input -1.5 .
|
|
3594
|
+
# :test-rounded-3 :expected -1 .
|
|
3595
|
+
# :test-rounded-3 :actual ?r .
|
|
3596
|
+
# :test-rounded-3 :status :pass .
|
|
3597
|
+
# } .
|
|
3598
|
+
# with substitution (on rule variables):
|
|
3599
|
+
# ?r = -1
|
|
3600
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3601
|
+
# ----------------------------------------------------------------------
|
|
3602
|
+
|
|
3603
|
+
:test-rounded-3 a :MathBuiltinTest .
|
|
3604
|
+
|
|
3605
|
+
# ----------------------------------------------------------------------
|
|
3606
|
+
# Proof for derived triple:
|
|
3607
|
+
# :test-rounded-3 :builtin math:rounded .
|
|
3608
|
+
# It holds because the following instance of the rule body is provable:
|
|
3609
|
+
# -1.5 math:rounded -1 .
|
|
3610
|
+
# -1 math:equalTo -1 .
|
|
3611
|
+
# via the schematic forward rule:
|
|
3612
|
+
# {
|
|
3613
|
+
# -1.5 math:rounded ?r .
|
|
3614
|
+
# ?r math:equalTo -1 .
|
|
3615
|
+
# } => {
|
|
3616
|
+
# :test-rounded-3 a :MathBuiltinTest .
|
|
3617
|
+
# :test-rounded-3 :builtin math:rounded .
|
|
3618
|
+
# :test-rounded-3 :input -1.5 .
|
|
3619
|
+
# :test-rounded-3 :expected -1 .
|
|
3620
|
+
# :test-rounded-3 :actual ?r .
|
|
3621
|
+
# :test-rounded-3 :status :pass .
|
|
3622
|
+
# } .
|
|
3623
|
+
# with substitution (on rule variables):
|
|
3624
|
+
# ?r = -1
|
|
3625
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3626
|
+
# ----------------------------------------------------------------------
|
|
3627
|
+
|
|
3628
|
+
:test-rounded-3 :builtin math:rounded .
|
|
3629
|
+
|
|
3630
|
+
# ----------------------------------------------------------------------
|
|
3631
|
+
# Proof for derived triple:
|
|
3632
|
+
# :test-rounded-3 :input -1.5 .
|
|
3633
|
+
# It holds because the following instance of the rule body is provable:
|
|
3634
|
+
# -1.5 math:rounded -1 .
|
|
3635
|
+
# -1 math:equalTo -1 .
|
|
3636
|
+
# via the schematic forward rule:
|
|
3637
|
+
# {
|
|
3638
|
+
# -1.5 math:rounded ?r .
|
|
3639
|
+
# ?r math:equalTo -1 .
|
|
3640
|
+
# } => {
|
|
3641
|
+
# :test-rounded-3 a :MathBuiltinTest .
|
|
3642
|
+
# :test-rounded-3 :builtin math:rounded .
|
|
3643
|
+
# :test-rounded-3 :input -1.5 .
|
|
3644
|
+
# :test-rounded-3 :expected -1 .
|
|
3645
|
+
# :test-rounded-3 :actual ?r .
|
|
3646
|
+
# :test-rounded-3 :status :pass .
|
|
3647
|
+
# } .
|
|
3648
|
+
# with substitution (on rule variables):
|
|
3649
|
+
# ?r = -1
|
|
3650
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3651
|
+
# ----------------------------------------------------------------------
|
|
3652
|
+
|
|
3653
|
+
:test-rounded-3 :input -1.5 .
|
|
3654
|
+
|
|
3655
|
+
# ----------------------------------------------------------------------
|
|
3656
|
+
# Proof for derived triple:
|
|
3657
|
+
# :test-rounded-3 :expected -1 .
|
|
3658
|
+
# It holds because the following instance of the rule body is provable:
|
|
3659
|
+
# -1.5 math:rounded -1 .
|
|
3660
|
+
# -1 math:equalTo -1 .
|
|
3661
|
+
# via the schematic forward rule:
|
|
3662
|
+
# {
|
|
3663
|
+
# -1.5 math:rounded ?r .
|
|
3664
|
+
# ?r math:equalTo -1 .
|
|
3665
|
+
# } => {
|
|
3666
|
+
# :test-rounded-3 a :MathBuiltinTest .
|
|
3667
|
+
# :test-rounded-3 :builtin math:rounded .
|
|
3668
|
+
# :test-rounded-3 :input -1.5 .
|
|
3669
|
+
# :test-rounded-3 :expected -1 .
|
|
3670
|
+
# :test-rounded-3 :actual ?r .
|
|
3671
|
+
# :test-rounded-3 :status :pass .
|
|
3672
|
+
# } .
|
|
3673
|
+
# with substitution (on rule variables):
|
|
3674
|
+
# ?r = -1
|
|
3675
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3676
|
+
# ----------------------------------------------------------------------
|
|
3677
|
+
|
|
3678
|
+
:test-rounded-3 :expected -1 .
|
|
3679
|
+
|
|
3680
|
+
# ----------------------------------------------------------------------
|
|
3681
|
+
# Proof for derived triple:
|
|
3682
|
+
# :test-rounded-3 :actual -1 .
|
|
3683
|
+
# It holds because the following instance of the rule body is provable:
|
|
3684
|
+
# -1.5 math:rounded -1 .
|
|
3685
|
+
# -1 math:equalTo -1 .
|
|
3686
|
+
# via the schematic forward rule:
|
|
3687
|
+
# {
|
|
3688
|
+
# -1.5 math:rounded ?r .
|
|
3689
|
+
# ?r math:equalTo -1 .
|
|
3690
|
+
# } => {
|
|
3691
|
+
# :test-rounded-3 a :MathBuiltinTest .
|
|
3692
|
+
# :test-rounded-3 :builtin math:rounded .
|
|
3693
|
+
# :test-rounded-3 :input -1.5 .
|
|
3694
|
+
# :test-rounded-3 :expected -1 .
|
|
3695
|
+
# :test-rounded-3 :actual ?r .
|
|
3696
|
+
# :test-rounded-3 :status :pass .
|
|
3697
|
+
# } .
|
|
3698
|
+
# with substitution (on rule variables):
|
|
3699
|
+
# ?r = -1
|
|
3700
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3701
|
+
# ----------------------------------------------------------------------
|
|
3702
|
+
|
|
3703
|
+
:test-rounded-3 :actual -1 .
|
|
3704
|
+
|
|
3705
|
+
# ----------------------------------------------------------------------
|
|
3706
|
+
# Proof for derived triple:
|
|
3707
|
+
# :test-rounded-3 :status :pass .
|
|
3708
|
+
# It holds because the following instance of the rule body is provable:
|
|
3709
|
+
# -1.5 math:rounded -1 .
|
|
3710
|
+
# -1 math:equalTo -1 .
|
|
3711
|
+
# via the schematic forward rule:
|
|
3712
|
+
# {
|
|
3713
|
+
# -1.5 math:rounded ?r .
|
|
3714
|
+
# ?r math:equalTo -1 .
|
|
3715
|
+
# } => {
|
|
3716
|
+
# :test-rounded-3 a :MathBuiltinTest .
|
|
3717
|
+
# :test-rounded-3 :builtin math:rounded .
|
|
3718
|
+
# :test-rounded-3 :input -1.5 .
|
|
3719
|
+
# :test-rounded-3 :expected -1 .
|
|
3720
|
+
# :test-rounded-3 :actual ?r .
|
|
3721
|
+
# :test-rounded-3 :status :pass .
|
|
3722
|
+
# } .
|
|
3723
|
+
# with substitution (on rule variables):
|
|
3724
|
+
# ?r = -1
|
|
3725
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3726
|
+
# ----------------------------------------------------------------------
|
|
3727
|
+
|
|
3728
|
+
:test-rounded-3 :status :pass .
|
|
3729
|
+
|
|
3730
|
+
# ----------------------------------------------------------------------
|
|
3731
|
+
# Proof for derived triple:
|
|
3732
|
+
# :test-sin-1 a :MathBuiltinTest .
|
|
3733
|
+
# It holds because the following instance of the rule body is provable:
|
|
3734
|
+
# 0 math:sin 0 .
|
|
3735
|
+
# 0 math:equalTo 0 .
|
|
3736
|
+
# via the schematic forward rule:
|
|
3737
|
+
# {
|
|
3738
|
+
# 0 math:sin ?r .
|
|
3739
|
+
# ?r math:equalTo 0 .
|
|
3740
|
+
# } => {
|
|
3741
|
+
# :test-sin-1 a :MathBuiltinTest .
|
|
3742
|
+
# :test-sin-1 :builtin math:sin .
|
|
3743
|
+
# :test-sin-1 :input 0 .
|
|
3744
|
+
# :test-sin-1 :expected 0 .
|
|
3745
|
+
# :test-sin-1 :actual ?r .
|
|
3746
|
+
# :test-sin-1 :status :pass .
|
|
3747
|
+
# } .
|
|
3748
|
+
# with substitution (on rule variables):
|
|
3749
|
+
# ?r = 0
|
|
3750
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3751
|
+
# ----------------------------------------------------------------------
|
|
3752
|
+
|
|
3753
|
+
:test-sin-1 a :MathBuiltinTest .
|
|
3754
|
+
|
|
3755
|
+
# ----------------------------------------------------------------------
|
|
3756
|
+
# Proof for derived triple:
|
|
3757
|
+
# :test-sin-1 :builtin math:sin .
|
|
3758
|
+
# It holds because the following instance of the rule body is provable:
|
|
3759
|
+
# 0 math:sin 0 .
|
|
3760
|
+
# 0 math:equalTo 0 .
|
|
3761
|
+
# via the schematic forward rule:
|
|
3762
|
+
# {
|
|
3763
|
+
# 0 math:sin ?r .
|
|
3764
|
+
# ?r math:equalTo 0 .
|
|
3765
|
+
# } => {
|
|
3766
|
+
# :test-sin-1 a :MathBuiltinTest .
|
|
3767
|
+
# :test-sin-1 :builtin math:sin .
|
|
3768
|
+
# :test-sin-1 :input 0 .
|
|
3769
|
+
# :test-sin-1 :expected 0 .
|
|
3770
|
+
# :test-sin-1 :actual ?r .
|
|
3771
|
+
# :test-sin-1 :status :pass .
|
|
3772
|
+
# } .
|
|
3773
|
+
# with substitution (on rule variables):
|
|
3774
|
+
# ?r = 0
|
|
3775
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3776
|
+
# ----------------------------------------------------------------------
|
|
3777
|
+
|
|
3778
|
+
:test-sin-1 :builtin math:sin .
|
|
3779
|
+
|
|
3780
|
+
# ----------------------------------------------------------------------
|
|
3781
|
+
# Proof for derived triple:
|
|
3782
|
+
# :test-sin-1 :input 0 .
|
|
3783
|
+
# It holds because the following instance of the rule body is provable:
|
|
3784
|
+
# 0 math:sin 0 .
|
|
3785
|
+
# 0 math:equalTo 0 .
|
|
3786
|
+
# via the schematic forward rule:
|
|
3787
|
+
# {
|
|
3788
|
+
# 0 math:sin ?r .
|
|
3789
|
+
# ?r math:equalTo 0 .
|
|
3790
|
+
# } => {
|
|
3791
|
+
# :test-sin-1 a :MathBuiltinTest .
|
|
3792
|
+
# :test-sin-1 :builtin math:sin .
|
|
3793
|
+
# :test-sin-1 :input 0 .
|
|
3794
|
+
# :test-sin-1 :expected 0 .
|
|
3795
|
+
# :test-sin-1 :actual ?r .
|
|
3796
|
+
# :test-sin-1 :status :pass .
|
|
3797
|
+
# } .
|
|
3798
|
+
# with substitution (on rule variables):
|
|
3799
|
+
# ?r = 0
|
|
3800
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3801
|
+
# ----------------------------------------------------------------------
|
|
3802
|
+
|
|
3803
|
+
:test-sin-1 :input 0 .
|
|
3804
|
+
|
|
3805
|
+
# ----------------------------------------------------------------------
|
|
3806
|
+
# Proof for derived triple:
|
|
3807
|
+
# :test-sin-1 :expected 0 .
|
|
3808
|
+
# It holds because the following instance of the rule body is provable:
|
|
3809
|
+
# 0 math:sin 0 .
|
|
3810
|
+
# 0 math:equalTo 0 .
|
|
3811
|
+
# via the schematic forward rule:
|
|
3812
|
+
# {
|
|
3813
|
+
# 0 math:sin ?r .
|
|
3814
|
+
# ?r math:equalTo 0 .
|
|
3815
|
+
# } => {
|
|
3816
|
+
# :test-sin-1 a :MathBuiltinTest .
|
|
3817
|
+
# :test-sin-1 :builtin math:sin .
|
|
3818
|
+
# :test-sin-1 :input 0 .
|
|
3819
|
+
# :test-sin-1 :expected 0 .
|
|
3820
|
+
# :test-sin-1 :actual ?r .
|
|
3821
|
+
# :test-sin-1 :status :pass .
|
|
3822
|
+
# } .
|
|
3823
|
+
# with substitution (on rule variables):
|
|
3824
|
+
# ?r = 0
|
|
3825
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3826
|
+
# ----------------------------------------------------------------------
|
|
3827
|
+
|
|
3828
|
+
:test-sin-1 :expected 0 .
|
|
3829
|
+
|
|
3830
|
+
# ----------------------------------------------------------------------
|
|
3831
|
+
# Proof for derived triple:
|
|
3832
|
+
# :test-sin-1 :actual 0 .
|
|
3833
|
+
# It holds because the following instance of the rule body is provable:
|
|
3834
|
+
# 0 math:sin 0 .
|
|
3835
|
+
# 0 math:equalTo 0 .
|
|
3836
|
+
# via the schematic forward rule:
|
|
3837
|
+
# {
|
|
3838
|
+
# 0 math:sin ?r .
|
|
3839
|
+
# ?r math:equalTo 0 .
|
|
3840
|
+
# } => {
|
|
3841
|
+
# :test-sin-1 a :MathBuiltinTest .
|
|
3842
|
+
# :test-sin-1 :builtin math:sin .
|
|
3843
|
+
# :test-sin-1 :input 0 .
|
|
3844
|
+
# :test-sin-1 :expected 0 .
|
|
3845
|
+
# :test-sin-1 :actual ?r .
|
|
3846
|
+
# :test-sin-1 :status :pass .
|
|
3847
|
+
# } .
|
|
3848
|
+
# with substitution (on rule variables):
|
|
3849
|
+
# ?r = 0
|
|
3850
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3851
|
+
# ----------------------------------------------------------------------
|
|
3852
|
+
|
|
3853
|
+
:test-sin-1 :actual 0 .
|
|
3854
|
+
|
|
3855
|
+
# ----------------------------------------------------------------------
|
|
3856
|
+
# Proof for derived triple:
|
|
3857
|
+
# :test-sin-1 :status :pass .
|
|
3858
|
+
# It holds because the following instance of the rule body is provable:
|
|
3859
|
+
# 0 math:sin 0 .
|
|
3860
|
+
# 0 math:equalTo 0 .
|
|
3861
|
+
# via the schematic forward rule:
|
|
3862
|
+
# {
|
|
3863
|
+
# 0 math:sin ?r .
|
|
3864
|
+
# ?r math:equalTo 0 .
|
|
3865
|
+
# } => {
|
|
3866
|
+
# :test-sin-1 a :MathBuiltinTest .
|
|
3867
|
+
# :test-sin-1 :builtin math:sin .
|
|
3868
|
+
# :test-sin-1 :input 0 .
|
|
3869
|
+
# :test-sin-1 :expected 0 .
|
|
3870
|
+
# :test-sin-1 :actual ?r .
|
|
3871
|
+
# :test-sin-1 :status :pass .
|
|
3872
|
+
# } .
|
|
3873
|
+
# with substitution (on rule variables):
|
|
3874
|
+
# ?r = 0
|
|
3875
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3876
|
+
# ----------------------------------------------------------------------
|
|
3877
|
+
|
|
3878
|
+
:test-sin-1 :status :pass .
|
|
3879
|
+
|
|
3880
|
+
# ----------------------------------------------------------------------
|
|
3881
|
+
# Proof for derived triple:
|
|
3882
|
+
# :test-sinh-1 a :MathBuiltinTest .
|
|
3883
|
+
# It holds because the following instance of the rule body is provable:
|
|
3884
|
+
# 0 math:sinh 0 .
|
|
3885
|
+
# 0 math:equalTo 0 .
|
|
3886
|
+
# via the schematic forward rule:
|
|
3887
|
+
# {
|
|
3888
|
+
# 0 math:sinh ?r .
|
|
3889
|
+
# ?r math:equalTo 0 .
|
|
3890
|
+
# } => {
|
|
3891
|
+
# :test-sinh-1 a :MathBuiltinTest .
|
|
3892
|
+
# :test-sinh-1 :builtin math:sinh .
|
|
3893
|
+
# :test-sinh-1 :input 0 .
|
|
3894
|
+
# :test-sinh-1 :expected 0 .
|
|
3895
|
+
# :test-sinh-1 :actual ?r .
|
|
3896
|
+
# :test-sinh-1 :status :pass .
|
|
3897
|
+
# } .
|
|
3898
|
+
# with substitution (on rule variables):
|
|
3899
|
+
# ?r = 0
|
|
3900
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3901
|
+
# ----------------------------------------------------------------------
|
|
3902
|
+
|
|
3903
|
+
:test-sinh-1 a :MathBuiltinTest .
|
|
3904
|
+
|
|
3905
|
+
# ----------------------------------------------------------------------
|
|
3906
|
+
# Proof for derived triple:
|
|
3907
|
+
# :test-sinh-1 :builtin math:sinh .
|
|
3908
|
+
# It holds because the following instance of the rule body is provable:
|
|
3909
|
+
# 0 math:sinh 0 .
|
|
3910
|
+
# 0 math:equalTo 0 .
|
|
3911
|
+
# via the schematic forward rule:
|
|
3912
|
+
# {
|
|
3913
|
+
# 0 math:sinh ?r .
|
|
3914
|
+
# ?r math:equalTo 0 .
|
|
3915
|
+
# } => {
|
|
3916
|
+
# :test-sinh-1 a :MathBuiltinTest .
|
|
3917
|
+
# :test-sinh-1 :builtin math:sinh .
|
|
3918
|
+
# :test-sinh-1 :input 0 .
|
|
3919
|
+
# :test-sinh-1 :expected 0 .
|
|
3920
|
+
# :test-sinh-1 :actual ?r .
|
|
3921
|
+
# :test-sinh-1 :status :pass .
|
|
3922
|
+
# } .
|
|
3923
|
+
# with substitution (on rule variables):
|
|
3924
|
+
# ?r = 0
|
|
3925
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3926
|
+
# ----------------------------------------------------------------------
|
|
3927
|
+
|
|
3928
|
+
:test-sinh-1 :builtin math:sinh .
|
|
3929
|
+
|
|
3930
|
+
# ----------------------------------------------------------------------
|
|
3931
|
+
# Proof for derived triple:
|
|
3932
|
+
# :test-sinh-1 :input 0 .
|
|
3933
|
+
# It holds because the following instance of the rule body is provable:
|
|
3934
|
+
# 0 math:sinh 0 .
|
|
3935
|
+
# 0 math:equalTo 0 .
|
|
3936
|
+
# via the schematic forward rule:
|
|
3937
|
+
# {
|
|
3938
|
+
# 0 math:sinh ?r .
|
|
3939
|
+
# ?r math:equalTo 0 .
|
|
3940
|
+
# } => {
|
|
3941
|
+
# :test-sinh-1 a :MathBuiltinTest .
|
|
3942
|
+
# :test-sinh-1 :builtin math:sinh .
|
|
3943
|
+
# :test-sinh-1 :input 0 .
|
|
3944
|
+
# :test-sinh-1 :expected 0 .
|
|
3945
|
+
# :test-sinh-1 :actual ?r .
|
|
3946
|
+
# :test-sinh-1 :status :pass .
|
|
3947
|
+
# } .
|
|
3948
|
+
# with substitution (on rule variables):
|
|
3949
|
+
# ?r = 0
|
|
3950
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3951
|
+
# ----------------------------------------------------------------------
|
|
3952
|
+
|
|
3953
|
+
:test-sinh-1 :input 0 .
|
|
3954
|
+
|
|
3955
|
+
# ----------------------------------------------------------------------
|
|
3956
|
+
# Proof for derived triple:
|
|
3957
|
+
# :test-sinh-1 :expected 0 .
|
|
3958
|
+
# It holds because the following instance of the rule body is provable:
|
|
3959
|
+
# 0 math:sinh 0 .
|
|
3960
|
+
# 0 math:equalTo 0 .
|
|
3961
|
+
# via the schematic forward rule:
|
|
3962
|
+
# {
|
|
3963
|
+
# 0 math:sinh ?r .
|
|
3964
|
+
# ?r math:equalTo 0 .
|
|
3965
|
+
# } => {
|
|
3966
|
+
# :test-sinh-1 a :MathBuiltinTest .
|
|
3967
|
+
# :test-sinh-1 :builtin math:sinh .
|
|
3968
|
+
# :test-sinh-1 :input 0 .
|
|
3969
|
+
# :test-sinh-1 :expected 0 .
|
|
3970
|
+
# :test-sinh-1 :actual ?r .
|
|
3971
|
+
# :test-sinh-1 :status :pass .
|
|
3972
|
+
# } .
|
|
3973
|
+
# with substitution (on rule variables):
|
|
3974
|
+
# ?r = 0
|
|
3975
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
3976
|
+
# ----------------------------------------------------------------------
|
|
3977
|
+
|
|
3978
|
+
:test-sinh-1 :expected 0 .
|
|
3979
|
+
|
|
3980
|
+
# ----------------------------------------------------------------------
|
|
3981
|
+
# Proof for derived triple:
|
|
3982
|
+
# :test-sinh-1 :actual 0 .
|
|
3983
|
+
# It holds because the following instance of the rule body is provable:
|
|
3984
|
+
# 0 math:sinh 0 .
|
|
3985
|
+
# 0 math:equalTo 0 .
|
|
3986
|
+
# via the schematic forward rule:
|
|
3987
|
+
# {
|
|
3988
|
+
# 0 math:sinh ?r .
|
|
3989
|
+
# ?r math:equalTo 0 .
|
|
3990
|
+
# } => {
|
|
3991
|
+
# :test-sinh-1 a :MathBuiltinTest .
|
|
3992
|
+
# :test-sinh-1 :builtin math:sinh .
|
|
3993
|
+
# :test-sinh-1 :input 0 .
|
|
3994
|
+
# :test-sinh-1 :expected 0 .
|
|
3995
|
+
# :test-sinh-1 :actual ?r .
|
|
3996
|
+
# :test-sinh-1 :status :pass .
|
|
3997
|
+
# } .
|
|
3998
|
+
# with substitution (on rule variables):
|
|
3999
|
+
# ?r = 0
|
|
4000
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4001
|
+
# ----------------------------------------------------------------------
|
|
4002
|
+
|
|
4003
|
+
:test-sinh-1 :actual 0 .
|
|
4004
|
+
|
|
4005
|
+
# ----------------------------------------------------------------------
|
|
4006
|
+
# Proof for derived triple:
|
|
4007
|
+
# :test-sinh-1 :status :pass .
|
|
4008
|
+
# It holds because the following instance of the rule body is provable:
|
|
4009
|
+
# 0 math:sinh 0 .
|
|
4010
|
+
# 0 math:equalTo 0 .
|
|
4011
|
+
# via the schematic forward rule:
|
|
4012
|
+
# {
|
|
4013
|
+
# 0 math:sinh ?r .
|
|
4014
|
+
# ?r math:equalTo 0 .
|
|
4015
|
+
# } => {
|
|
4016
|
+
# :test-sinh-1 a :MathBuiltinTest .
|
|
4017
|
+
# :test-sinh-1 :builtin math:sinh .
|
|
4018
|
+
# :test-sinh-1 :input 0 .
|
|
4019
|
+
# :test-sinh-1 :expected 0 .
|
|
4020
|
+
# :test-sinh-1 :actual ?r .
|
|
4021
|
+
# :test-sinh-1 :status :pass .
|
|
4022
|
+
# } .
|
|
4023
|
+
# with substitution (on rule variables):
|
|
4024
|
+
# ?r = 0
|
|
4025
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4026
|
+
# ----------------------------------------------------------------------
|
|
4027
|
+
|
|
4028
|
+
:test-sinh-1 :status :pass .
|
|
4029
|
+
|
|
4030
|
+
# ----------------------------------------------------------------------
|
|
4031
|
+
# Proof for derived triple:
|
|
4032
|
+
# :test-sum-1 a :MathBuiltinTest .
|
|
4033
|
+
# It holds because the following instance of the rule body is provable:
|
|
4034
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum 55 .
|
|
4035
|
+
# 55 math:equalTo 55 .
|
|
4036
|
+
# via the schematic forward rule:
|
|
4037
|
+
# {
|
|
4038
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum ?s .
|
|
4039
|
+
# ?s math:equalTo 55 .
|
|
4040
|
+
# } => {
|
|
4041
|
+
# :test-sum-1 a :MathBuiltinTest .
|
|
4042
|
+
# :test-sum-1 :builtin math:sum .
|
|
4043
|
+
# :test-sum-1 :input (1 2 3 4 5 6 7 8 9 10) .
|
|
4044
|
+
# :test-sum-1 :expected 55 .
|
|
4045
|
+
# :test-sum-1 :actual ?s .
|
|
4046
|
+
# :test-sum-1 :status :pass .
|
|
4047
|
+
# } .
|
|
4048
|
+
# with substitution (on rule variables):
|
|
4049
|
+
# ?s = 55
|
|
4050
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4051
|
+
# ----------------------------------------------------------------------
|
|
4052
|
+
|
|
4053
|
+
:test-sum-1 a :MathBuiltinTest .
|
|
4054
|
+
|
|
4055
|
+
# ----------------------------------------------------------------------
|
|
4056
|
+
# Proof for derived triple:
|
|
4057
|
+
# :test-sum-1 :builtin math:sum .
|
|
4058
|
+
# It holds because the following instance of the rule body is provable:
|
|
4059
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum 55 .
|
|
4060
|
+
# 55 math:equalTo 55 .
|
|
4061
|
+
# via the schematic forward rule:
|
|
4062
|
+
# {
|
|
4063
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum ?s .
|
|
4064
|
+
# ?s math:equalTo 55 .
|
|
4065
|
+
# } => {
|
|
4066
|
+
# :test-sum-1 a :MathBuiltinTest .
|
|
4067
|
+
# :test-sum-1 :builtin math:sum .
|
|
4068
|
+
# :test-sum-1 :input (1 2 3 4 5 6 7 8 9 10) .
|
|
4069
|
+
# :test-sum-1 :expected 55 .
|
|
4070
|
+
# :test-sum-1 :actual ?s .
|
|
4071
|
+
# :test-sum-1 :status :pass .
|
|
4072
|
+
# } .
|
|
4073
|
+
# with substitution (on rule variables):
|
|
4074
|
+
# ?s = 55
|
|
4075
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4076
|
+
# ----------------------------------------------------------------------
|
|
4077
|
+
|
|
4078
|
+
:test-sum-1 :builtin math:sum .
|
|
4079
|
+
|
|
4080
|
+
# ----------------------------------------------------------------------
|
|
4081
|
+
# Proof for derived triple:
|
|
4082
|
+
# :test-sum-1 :input (1 2 3 4 5 6 7 8 9 10) .
|
|
4083
|
+
# It holds because the following instance of the rule body is provable:
|
|
4084
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum 55 .
|
|
4085
|
+
# 55 math:equalTo 55 .
|
|
4086
|
+
# via the schematic forward rule:
|
|
4087
|
+
# {
|
|
4088
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum ?s .
|
|
4089
|
+
# ?s math:equalTo 55 .
|
|
4090
|
+
# } => {
|
|
4091
|
+
# :test-sum-1 a :MathBuiltinTest .
|
|
4092
|
+
# :test-sum-1 :builtin math:sum .
|
|
4093
|
+
# :test-sum-1 :input (1 2 3 4 5 6 7 8 9 10) .
|
|
4094
|
+
# :test-sum-1 :expected 55 .
|
|
4095
|
+
# :test-sum-1 :actual ?s .
|
|
4096
|
+
# :test-sum-1 :status :pass .
|
|
4097
|
+
# } .
|
|
4098
|
+
# with substitution (on rule variables):
|
|
4099
|
+
# ?s = 55
|
|
4100
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4101
|
+
# ----------------------------------------------------------------------
|
|
4102
|
+
|
|
4103
|
+
:test-sum-1 :input (1 2 3 4 5 6 7 8 9 10) .
|
|
4104
|
+
|
|
4105
|
+
# ----------------------------------------------------------------------
|
|
4106
|
+
# Proof for derived triple:
|
|
4107
|
+
# :test-sum-1 :expected 55 .
|
|
4108
|
+
# It holds because the following instance of the rule body is provable:
|
|
4109
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum 55 .
|
|
4110
|
+
# 55 math:equalTo 55 .
|
|
4111
|
+
# via the schematic forward rule:
|
|
4112
|
+
# {
|
|
4113
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum ?s .
|
|
4114
|
+
# ?s math:equalTo 55 .
|
|
4115
|
+
# } => {
|
|
4116
|
+
# :test-sum-1 a :MathBuiltinTest .
|
|
4117
|
+
# :test-sum-1 :builtin math:sum .
|
|
4118
|
+
# :test-sum-1 :input (1 2 3 4 5 6 7 8 9 10) .
|
|
4119
|
+
# :test-sum-1 :expected 55 .
|
|
4120
|
+
# :test-sum-1 :actual ?s .
|
|
4121
|
+
# :test-sum-1 :status :pass .
|
|
4122
|
+
# } .
|
|
4123
|
+
# with substitution (on rule variables):
|
|
4124
|
+
# ?s = 55
|
|
4125
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4126
|
+
# ----------------------------------------------------------------------
|
|
4127
|
+
|
|
4128
|
+
:test-sum-1 :expected 55 .
|
|
4129
|
+
|
|
4130
|
+
# ----------------------------------------------------------------------
|
|
4131
|
+
# Proof for derived triple:
|
|
4132
|
+
# :test-sum-1 :actual 55 .
|
|
4133
|
+
# It holds because the following instance of the rule body is provable:
|
|
4134
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum 55 .
|
|
4135
|
+
# 55 math:equalTo 55 .
|
|
4136
|
+
# via the schematic forward rule:
|
|
4137
|
+
# {
|
|
4138
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum ?s .
|
|
4139
|
+
# ?s math:equalTo 55 .
|
|
4140
|
+
# } => {
|
|
4141
|
+
# :test-sum-1 a :MathBuiltinTest .
|
|
4142
|
+
# :test-sum-1 :builtin math:sum .
|
|
4143
|
+
# :test-sum-1 :input (1 2 3 4 5 6 7 8 9 10) .
|
|
4144
|
+
# :test-sum-1 :expected 55 .
|
|
4145
|
+
# :test-sum-1 :actual ?s .
|
|
4146
|
+
# :test-sum-1 :status :pass .
|
|
4147
|
+
# } .
|
|
4148
|
+
# with substitution (on rule variables):
|
|
4149
|
+
# ?s = 55
|
|
4150
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4151
|
+
# ----------------------------------------------------------------------
|
|
4152
|
+
|
|
4153
|
+
:test-sum-1 :actual 55 .
|
|
4154
|
+
|
|
4155
|
+
# ----------------------------------------------------------------------
|
|
4156
|
+
# Proof for derived triple:
|
|
4157
|
+
# :test-sum-1 :status :pass .
|
|
4158
|
+
# It holds because the following instance of the rule body is provable:
|
|
4159
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum 55 .
|
|
4160
|
+
# 55 math:equalTo 55 .
|
|
4161
|
+
# via the schematic forward rule:
|
|
4162
|
+
# {
|
|
4163
|
+
# (1 2 3 4 5 6 7 8 9 10) math:sum ?s .
|
|
4164
|
+
# ?s math:equalTo 55 .
|
|
4165
|
+
# } => {
|
|
4166
|
+
# :test-sum-1 a :MathBuiltinTest .
|
|
4167
|
+
# :test-sum-1 :builtin math:sum .
|
|
4168
|
+
# :test-sum-1 :input (1 2 3 4 5 6 7 8 9 10) .
|
|
4169
|
+
# :test-sum-1 :expected 55 .
|
|
4170
|
+
# :test-sum-1 :actual ?s .
|
|
4171
|
+
# :test-sum-1 :status :pass .
|
|
4172
|
+
# } .
|
|
4173
|
+
# with substitution (on rule variables):
|
|
4174
|
+
# ?s = 55
|
|
4175
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4176
|
+
# ----------------------------------------------------------------------
|
|
4177
|
+
|
|
4178
|
+
:test-sum-1 :status :pass .
|
|
4179
|
+
|
|
4180
|
+
# ----------------------------------------------------------------------
|
|
4181
|
+
# Proof for derived triple:
|
|
4182
|
+
# :test-tan-1 a :MathBuiltinTest .
|
|
4183
|
+
# It holds because the following instance of the rule body is provable:
|
|
4184
|
+
# 0 math:tan 0 .
|
|
4185
|
+
# 0 math:equalTo 0 .
|
|
4186
|
+
# via the schematic forward rule:
|
|
4187
|
+
# {
|
|
4188
|
+
# 0 math:tan ?r .
|
|
4189
|
+
# ?r math:equalTo 0 .
|
|
4190
|
+
# } => {
|
|
4191
|
+
# :test-tan-1 a :MathBuiltinTest .
|
|
4192
|
+
# :test-tan-1 :builtin math:tan .
|
|
4193
|
+
# :test-tan-1 :input 0 .
|
|
4194
|
+
# :test-tan-1 :expected 0 .
|
|
4195
|
+
# :test-tan-1 :actual ?r .
|
|
4196
|
+
# :test-tan-1 :status :pass .
|
|
4197
|
+
# } .
|
|
4198
|
+
# with substitution (on rule variables):
|
|
4199
|
+
# ?r = 0
|
|
4200
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4201
|
+
# ----------------------------------------------------------------------
|
|
4202
|
+
|
|
4203
|
+
:test-tan-1 a :MathBuiltinTest .
|
|
4204
|
+
|
|
4205
|
+
# ----------------------------------------------------------------------
|
|
4206
|
+
# Proof for derived triple:
|
|
4207
|
+
# :test-tan-1 :builtin math:tan .
|
|
4208
|
+
# It holds because the following instance of the rule body is provable:
|
|
4209
|
+
# 0 math:tan 0 .
|
|
4210
|
+
# 0 math:equalTo 0 .
|
|
4211
|
+
# via the schematic forward rule:
|
|
4212
|
+
# {
|
|
4213
|
+
# 0 math:tan ?r .
|
|
4214
|
+
# ?r math:equalTo 0 .
|
|
4215
|
+
# } => {
|
|
4216
|
+
# :test-tan-1 a :MathBuiltinTest .
|
|
4217
|
+
# :test-tan-1 :builtin math:tan .
|
|
4218
|
+
# :test-tan-1 :input 0 .
|
|
4219
|
+
# :test-tan-1 :expected 0 .
|
|
4220
|
+
# :test-tan-1 :actual ?r .
|
|
4221
|
+
# :test-tan-1 :status :pass .
|
|
4222
|
+
# } .
|
|
4223
|
+
# with substitution (on rule variables):
|
|
4224
|
+
# ?r = 0
|
|
4225
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4226
|
+
# ----------------------------------------------------------------------
|
|
4227
|
+
|
|
4228
|
+
:test-tan-1 :builtin math:tan .
|
|
4229
|
+
|
|
4230
|
+
# ----------------------------------------------------------------------
|
|
4231
|
+
# Proof for derived triple:
|
|
4232
|
+
# :test-tan-1 :input 0 .
|
|
4233
|
+
# It holds because the following instance of the rule body is provable:
|
|
4234
|
+
# 0 math:tan 0 .
|
|
4235
|
+
# 0 math:equalTo 0 .
|
|
4236
|
+
# via the schematic forward rule:
|
|
4237
|
+
# {
|
|
4238
|
+
# 0 math:tan ?r .
|
|
4239
|
+
# ?r math:equalTo 0 .
|
|
4240
|
+
# } => {
|
|
4241
|
+
# :test-tan-1 a :MathBuiltinTest .
|
|
4242
|
+
# :test-tan-1 :builtin math:tan .
|
|
4243
|
+
# :test-tan-1 :input 0 .
|
|
4244
|
+
# :test-tan-1 :expected 0 .
|
|
4245
|
+
# :test-tan-1 :actual ?r .
|
|
4246
|
+
# :test-tan-1 :status :pass .
|
|
4247
|
+
# } .
|
|
4248
|
+
# with substitution (on rule variables):
|
|
4249
|
+
# ?r = 0
|
|
4250
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4251
|
+
# ----------------------------------------------------------------------
|
|
4252
|
+
|
|
4253
|
+
:test-tan-1 :input 0 .
|
|
4254
|
+
|
|
4255
|
+
# ----------------------------------------------------------------------
|
|
4256
|
+
# Proof for derived triple:
|
|
4257
|
+
# :test-tan-1 :expected 0 .
|
|
4258
|
+
# It holds because the following instance of the rule body is provable:
|
|
4259
|
+
# 0 math:tan 0 .
|
|
4260
|
+
# 0 math:equalTo 0 .
|
|
4261
|
+
# via the schematic forward rule:
|
|
4262
|
+
# {
|
|
4263
|
+
# 0 math:tan ?r .
|
|
4264
|
+
# ?r math:equalTo 0 .
|
|
4265
|
+
# } => {
|
|
4266
|
+
# :test-tan-1 a :MathBuiltinTest .
|
|
4267
|
+
# :test-tan-1 :builtin math:tan .
|
|
4268
|
+
# :test-tan-1 :input 0 .
|
|
4269
|
+
# :test-tan-1 :expected 0 .
|
|
4270
|
+
# :test-tan-1 :actual ?r .
|
|
4271
|
+
# :test-tan-1 :status :pass .
|
|
4272
|
+
# } .
|
|
4273
|
+
# with substitution (on rule variables):
|
|
4274
|
+
# ?r = 0
|
|
4275
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4276
|
+
# ----------------------------------------------------------------------
|
|
4277
|
+
|
|
4278
|
+
:test-tan-1 :expected 0 .
|
|
4279
|
+
|
|
4280
|
+
# ----------------------------------------------------------------------
|
|
4281
|
+
# Proof for derived triple:
|
|
4282
|
+
# :test-tan-1 :actual 0 .
|
|
4283
|
+
# It holds because the following instance of the rule body is provable:
|
|
4284
|
+
# 0 math:tan 0 .
|
|
4285
|
+
# 0 math:equalTo 0 .
|
|
4286
|
+
# via the schematic forward rule:
|
|
4287
|
+
# {
|
|
4288
|
+
# 0 math:tan ?r .
|
|
4289
|
+
# ?r math:equalTo 0 .
|
|
4290
|
+
# } => {
|
|
4291
|
+
# :test-tan-1 a :MathBuiltinTest .
|
|
4292
|
+
# :test-tan-1 :builtin math:tan .
|
|
4293
|
+
# :test-tan-1 :input 0 .
|
|
4294
|
+
# :test-tan-1 :expected 0 .
|
|
4295
|
+
# :test-tan-1 :actual ?r .
|
|
4296
|
+
# :test-tan-1 :status :pass .
|
|
4297
|
+
# } .
|
|
4298
|
+
# with substitution (on rule variables):
|
|
4299
|
+
# ?r = 0
|
|
4300
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4301
|
+
# ----------------------------------------------------------------------
|
|
4302
|
+
|
|
4303
|
+
:test-tan-1 :actual 0 .
|
|
4304
|
+
|
|
4305
|
+
# ----------------------------------------------------------------------
|
|
4306
|
+
# Proof for derived triple:
|
|
4307
|
+
# :test-tan-1 :status :pass .
|
|
4308
|
+
# It holds because the following instance of the rule body is provable:
|
|
4309
|
+
# 0 math:tan 0 .
|
|
4310
|
+
# 0 math:equalTo 0 .
|
|
4311
|
+
# via the schematic forward rule:
|
|
4312
|
+
# {
|
|
4313
|
+
# 0 math:tan ?r .
|
|
4314
|
+
# ?r math:equalTo 0 .
|
|
4315
|
+
# } => {
|
|
4316
|
+
# :test-tan-1 a :MathBuiltinTest .
|
|
4317
|
+
# :test-tan-1 :builtin math:tan .
|
|
4318
|
+
# :test-tan-1 :input 0 .
|
|
4319
|
+
# :test-tan-1 :expected 0 .
|
|
4320
|
+
# :test-tan-1 :actual ?r .
|
|
4321
|
+
# :test-tan-1 :status :pass .
|
|
4322
|
+
# } .
|
|
4323
|
+
# with substitution (on rule variables):
|
|
4324
|
+
# ?r = 0
|
|
4325
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4326
|
+
# ----------------------------------------------------------------------
|
|
4327
|
+
|
|
4328
|
+
:test-tan-1 :status :pass .
|
|
4329
|
+
|
|
4330
|
+
# ----------------------------------------------------------------------
|
|
4331
|
+
# Proof for derived triple:
|
|
4332
|
+
# :test-tanh-1 a :MathBuiltinTest .
|
|
4333
|
+
# It holds because the following instance of the rule body is provable:
|
|
4334
|
+
# 0 math:tanh 0 .
|
|
4335
|
+
# 0 math:equalTo 0 .
|
|
4336
|
+
# via the schematic forward rule:
|
|
4337
|
+
# {
|
|
4338
|
+
# 0 math:tanh ?r .
|
|
4339
|
+
# ?r math:equalTo 0 .
|
|
4340
|
+
# } => {
|
|
4341
|
+
# :test-tanh-1 a :MathBuiltinTest .
|
|
4342
|
+
# :test-tanh-1 :builtin math:tanh .
|
|
4343
|
+
# :test-tanh-1 :input 0 .
|
|
4344
|
+
# :test-tanh-1 :expected 0 .
|
|
4345
|
+
# :test-tanh-1 :actual ?r .
|
|
4346
|
+
# :test-tanh-1 :status :pass .
|
|
4347
|
+
# } .
|
|
4348
|
+
# with substitution (on rule variables):
|
|
4349
|
+
# ?r = 0
|
|
4350
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4351
|
+
# ----------------------------------------------------------------------
|
|
4352
|
+
|
|
4353
|
+
:test-tanh-1 a :MathBuiltinTest .
|
|
4354
|
+
|
|
4355
|
+
# ----------------------------------------------------------------------
|
|
4356
|
+
# Proof for derived triple:
|
|
4357
|
+
# :test-tanh-1 :builtin math:tanh .
|
|
4358
|
+
# It holds because the following instance of the rule body is provable:
|
|
4359
|
+
# 0 math:tanh 0 .
|
|
4360
|
+
# 0 math:equalTo 0 .
|
|
4361
|
+
# via the schematic forward rule:
|
|
4362
|
+
# {
|
|
4363
|
+
# 0 math:tanh ?r .
|
|
4364
|
+
# ?r math:equalTo 0 .
|
|
4365
|
+
# } => {
|
|
4366
|
+
# :test-tanh-1 a :MathBuiltinTest .
|
|
4367
|
+
# :test-tanh-1 :builtin math:tanh .
|
|
4368
|
+
# :test-tanh-1 :input 0 .
|
|
4369
|
+
# :test-tanh-1 :expected 0 .
|
|
4370
|
+
# :test-tanh-1 :actual ?r .
|
|
4371
|
+
# :test-tanh-1 :status :pass .
|
|
4372
|
+
# } .
|
|
4373
|
+
# with substitution (on rule variables):
|
|
4374
|
+
# ?r = 0
|
|
4375
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4376
|
+
# ----------------------------------------------------------------------
|
|
4377
|
+
|
|
4378
|
+
:test-tanh-1 :builtin math:tanh .
|
|
4379
|
+
|
|
4380
|
+
# ----------------------------------------------------------------------
|
|
4381
|
+
# Proof for derived triple:
|
|
4382
|
+
# :test-tanh-1 :input 0 .
|
|
4383
|
+
# It holds because the following instance of the rule body is provable:
|
|
4384
|
+
# 0 math:tanh 0 .
|
|
4385
|
+
# 0 math:equalTo 0 .
|
|
4386
|
+
# via the schematic forward rule:
|
|
4387
|
+
# {
|
|
4388
|
+
# 0 math:tanh ?r .
|
|
4389
|
+
# ?r math:equalTo 0 .
|
|
4390
|
+
# } => {
|
|
4391
|
+
# :test-tanh-1 a :MathBuiltinTest .
|
|
4392
|
+
# :test-tanh-1 :builtin math:tanh .
|
|
4393
|
+
# :test-tanh-1 :input 0 .
|
|
4394
|
+
# :test-tanh-1 :expected 0 .
|
|
4395
|
+
# :test-tanh-1 :actual ?r .
|
|
4396
|
+
# :test-tanh-1 :status :pass .
|
|
4397
|
+
# } .
|
|
4398
|
+
# with substitution (on rule variables):
|
|
4399
|
+
# ?r = 0
|
|
4400
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4401
|
+
# ----------------------------------------------------------------------
|
|
4402
|
+
|
|
4403
|
+
:test-tanh-1 :input 0 .
|
|
4404
|
+
|
|
4405
|
+
# ----------------------------------------------------------------------
|
|
4406
|
+
# Proof for derived triple:
|
|
4407
|
+
# :test-tanh-1 :expected 0 .
|
|
4408
|
+
# It holds because the following instance of the rule body is provable:
|
|
4409
|
+
# 0 math:tanh 0 .
|
|
4410
|
+
# 0 math:equalTo 0 .
|
|
4411
|
+
# via the schematic forward rule:
|
|
4412
|
+
# {
|
|
4413
|
+
# 0 math:tanh ?r .
|
|
4414
|
+
# ?r math:equalTo 0 .
|
|
4415
|
+
# } => {
|
|
4416
|
+
# :test-tanh-1 a :MathBuiltinTest .
|
|
4417
|
+
# :test-tanh-1 :builtin math:tanh .
|
|
4418
|
+
# :test-tanh-1 :input 0 .
|
|
4419
|
+
# :test-tanh-1 :expected 0 .
|
|
4420
|
+
# :test-tanh-1 :actual ?r .
|
|
4421
|
+
# :test-tanh-1 :status :pass .
|
|
4422
|
+
# } .
|
|
4423
|
+
# with substitution (on rule variables):
|
|
4424
|
+
# ?r = 0
|
|
4425
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4426
|
+
# ----------------------------------------------------------------------
|
|
4427
|
+
|
|
4428
|
+
:test-tanh-1 :expected 0 .
|
|
4429
|
+
|
|
4430
|
+
# ----------------------------------------------------------------------
|
|
4431
|
+
# Proof for derived triple:
|
|
4432
|
+
# :test-tanh-1 :actual 0 .
|
|
4433
|
+
# It holds because the following instance of the rule body is provable:
|
|
4434
|
+
# 0 math:tanh 0 .
|
|
4435
|
+
# 0 math:equalTo 0 .
|
|
4436
|
+
# via the schematic forward rule:
|
|
4437
|
+
# {
|
|
4438
|
+
# 0 math:tanh ?r .
|
|
4439
|
+
# ?r math:equalTo 0 .
|
|
4440
|
+
# } => {
|
|
4441
|
+
# :test-tanh-1 a :MathBuiltinTest .
|
|
4442
|
+
# :test-tanh-1 :builtin math:tanh .
|
|
4443
|
+
# :test-tanh-1 :input 0 .
|
|
4444
|
+
# :test-tanh-1 :expected 0 .
|
|
4445
|
+
# :test-tanh-1 :actual ?r .
|
|
4446
|
+
# :test-tanh-1 :status :pass .
|
|
4447
|
+
# } .
|
|
4448
|
+
# with substitution (on rule variables):
|
|
4449
|
+
# ?r = 0
|
|
4450
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4451
|
+
# ----------------------------------------------------------------------
|
|
4452
|
+
|
|
4453
|
+
:test-tanh-1 :actual 0 .
|
|
4454
|
+
|
|
4455
|
+
# ----------------------------------------------------------------------
|
|
4456
|
+
# Proof for derived triple:
|
|
4457
|
+
# :test-tanh-1 :status :pass .
|
|
4458
|
+
# It holds because the following instance of the rule body is provable:
|
|
4459
|
+
# 0 math:tanh 0 .
|
|
4460
|
+
# 0 math:equalTo 0 .
|
|
4461
|
+
# via the schematic forward rule:
|
|
4462
|
+
# {
|
|
4463
|
+
# 0 math:tanh ?r .
|
|
4464
|
+
# ?r math:equalTo 0 .
|
|
4465
|
+
# } => {
|
|
4466
|
+
# :test-tanh-1 a :MathBuiltinTest .
|
|
4467
|
+
# :test-tanh-1 :builtin math:tanh .
|
|
4468
|
+
# :test-tanh-1 :input 0 .
|
|
4469
|
+
# :test-tanh-1 :expected 0 .
|
|
4470
|
+
# :test-tanh-1 :actual ?r .
|
|
4471
|
+
# :test-tanh-1 :status :pass .
|
|
4472
|
+
# } .
|
|
4473
|
+
# with substitution (on rule variables):
|
|
4474
|
+
# ?r = 0
|
|
4475
|
+
# Therefore the derived triple above is entailed by the rules and facts.
|
|
4476
|
+
# ----------------------------------------------------------------------
|
|
4477
|
+
|
|
4478
|
+
:test-tanh-1 :status :pass .
|
|
4479
|
+
|