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